Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
f7013f70
Commit
f7013f70
authored
Oct 13, 2012
by
Berke Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
By default, use pure white background color and use background color for UI elements
parent
cf78762b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/common/cfgfiles.c
src/common/cfgfiles.c
+3
-1
src/fe-gtk/palette.c
src/fe-gtk/palette.c
+3
-0
No files found.
src/common/cfgfiles.c
View file @
f7013f70
...
...
@@ -695,7 +695,9 @@ load_config (void)
prefs
.
newtabstofront
=
2
;
prefs
.
use_server_tab
=
1
;
prefs
.
privmsgtab
=
1
;
/*prefs.style_inputbox = 1;*/
/* prefs.colorednicks = 1; */
prefs
.
style_inputbox
=
1
;
prefs
.
style_namelistgad
=
1
;
prefs
.
dccpermissions
=
0600
;
prefs
.
max_lines
=
500
;
prefs
.
mainwindow_width
=
640
;
...
...
src/fe-gtk/palette.c
View file @
f7013f70
...
...
@@ -75,7 +75,10 @@ GdkColor colors[] = {
{
0
,
0xffff
,
0xffff
,
0xffff
},
/* 32 marktext Fore (white) */
{
0
,
0x3535
,
0x6e6e
,
0xc1c1
},
/* 33 marktext Back (blue) */
{
0
,
0x0000
,
0x0000
,
0x0000
},
/* 34 foreground (black) */
#if 0 /* old XChat 2.x default */
{0, 0xf0f0, 0xf0f0, 0xf0f0}, /* 35 background (white) */
#endif
{
0
,
0xffff
,
0xffff
,
0xffff
},
/* 35 background (white) */
{
0
,
0xcccc
,
0x1010
,
0x1010
},
/* 36 marker line (red) */
/* colors for GUI */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment