Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
1f8ba961
Commit
1f8ba961
authored
Nov 20, 2007
by
Alexander Nicolaysen Sørnes
Committed by
Alexandre Julliard
Nov 20, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Change to modern Windows colours.
parent
c69d47fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
display.rc
dlls/user32/resources/display.rc
+5
-5
sysparams.c
dlls/user32/sysparams.c
+7
-7
No files found.
dlls/user32/resources/display.rc
View file @
1f8ba961
...
...
@@ -31,8 +31,8 @@
0x01, /* horizontal-line width */
/* default system color values */
0x00
c0c0c0
L, /* scrollbar */
0x00
c0c0c0
L, /* desktop */
0x00
d4d0c8
L, /* scrollbar */
0x00
d4d0c8
L, /* desktop */
0x00800000L, /* active caption */
0x00ffffffL, /* inactive caption */
0x00ffffffL, /* menu */
...
...
@@ -41,12 +41,12 @@
0x00000000L, /* menu text */
0x00000000L, /* window text */
0x00ffffffL, /* caption text */
0x00
c0c0c0
L, /* active border */
0x00
c0c0c0
L, /* inactive border */
0x00
d4d0c8
L, /* active border */
0x00
d4d0c8
L, /* inactive border */
0x00ffffffL, /* app workspace */
0x00800000L, /* hilite bk */
0x00ffffffL, /* hilite text */
0x00
c0c0c0
L, /* btn face */
0x00
d4d0c8
L, /* btn face */
0x00808080L, /* btn shadow */
0x00c0c0c0L, /* gray text */
0x00000000L, /* btn text */
...
...
dlls/user32/sysparams.c
View file @
1f8ba961
...
...
@@ -87,26 +87,26 @@ enum spi_index
static
const
char
*
const
DefSysColors
[]
=
{
"Scrollbar"
,
"
192 192 192
"
,
/* COLOR_SCROLLBAR */
"Scrollbar"
,
"
212 208 200
"
,
/* COLOR_SCROLLBAR */
"Background"
,
"0 128 128"
,
/* COLOR_BACKGROUND */
"ActiveTitle"
,
"0 0 128"
,
/* COLOR_ACTIVECAPTION */
"InactiveTitle"
,
"128 128 128"
,
/* COLOR_INACTIVECAPTION */
"Menu"
,
"
192 192 192
"
,
/* COLOR_MENU */
"Menu"
,
"
212 208 200
"
,
/* COLOR_MENU */
"Window"
,
"255 255 255"
,
/* COLOR_WINDOW */
"WindowFrame"
,
"0 0 0"
,
/* COLOR_WINDOWFRAME */
"MenuText"
,
"0 0 0"
,
/* COLOR_MENUTEXT */
"WindowText"
,
"0 0 0"
,
/* COLOR_WINDOWTEXT */
"TitleText"
,
"255 255 255"
,
/* COLOR_CAPTIONTEXT */
"ActiveBorder"
,
"
192 192 192
"
,
/* COLOR_ACTIVEBORDER */
"InactiveBorder"
,
"
192 192 192
"
,
/* COLOR_INACTIVEBORDER */
"ActiveBorder"
,
"
212 208 200
"
,
/* COLOR_ACTIVEBORDER */
"InactiveBorder"
,
"
212 208 200
"
,
/* COLOR_INACTIVEBORDER */
"AppWorkSpace"
,
"128 128 128"
,
/* COLOR_APPWORKSPACE */
"Hilight"
,
"0 0 128"
,
/* COLOR_HIGHLIGHT */
"HilightText"
,
"255 255 255"
,
/* COLOR_HIGHLIGHTTEXT */
"ButtonFace"
,
"
192 192 192
"
,
/* COLOR_BTNFACE */
"ButtonFace"
,
"
212 208 200
"
,
/* COLOR_BTNFACE */
"ButtonShadow"
,
"128 128 128"
,
/* COLOR_BTNSHADOW */
"GrayText"
,
"128 128 128"
,
/* COLOR_GRAYTEXT */
"ButtonText"
,
"0 0 0"
,
/* COLOR_BTNTEXT */
"InactiveTitleText"
,
"
192 192 192
"
,
/* COLOR_INACTIVECAPTIONTEXT */
"InactiveTitleText"
,
"
212 208 200
"
,
/* COLOR_INACTIVECAPTIONTEXT */
"ButtonHilight"
,
"255 255 255"
,
/* COLOR_BTNHIGHLIGHT */
"ButtonDkShadow"
,
"0 0 0"
,
/* COLOR_3DDKSHADOW */
"ButtonLight"
,
"224 224 224"
,
/* COLOR_3DLIGHT */
...
...
@@ -117,7 +117,7 @@ static const char * const DefSysColors[] =
"GradientActiveTitle"
,
"16 132 208"
,
/* COLOR_GRADIENTACTIVECAPTION */
"GradientInactiveTitle"
,
"181 181 181"
,
/* COLOR_GRADIENTINACTIVECAPTION */
"MenuHilight"
,
"0 0 0"
,
/* COLOR_MENUHILIGHT */
"MenuBar"
,
"
192 192 192
"
/* COLOR_MENUBAR */
"MenuBar"
,
"
212 208 200
"
/* COLOR_MENUBAR */
};
/**
...
...
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