summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-29 13:33:43 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-29 13:33:43 +0100
commit817e85f8823f6847b49c39622b6d62ac86871391 (patch)
treee2c12bf7f129983aa9e865ab41a8349790d1d682 /desktop/options.h
parentec3491280a67ea55d322baf736d538815a4a6087 (diff)
downloadnetsurf-817e85f8823f6847b49c39622b6d62ac86871391.tar.gz
netsurf-817e85f8823f6847b49c39622b6d62ac86871391.tar.bz2
Ensure readable default colours.
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/desktop/options.h b/desktop/options.h
index bd4959e79..79566184b 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -244,31 +244,31 @@ NSOPTION_BOOL(enable_PDF_compression, true)
NSOPTION_BOOL(enable_PDF_password, false)
/******** System colours ********/
-NSOPTION_COLOUR(sys_colour_ActiveBorder, 0x00000000)
-NSOPTION_COLOUR(sys_colour_ActiveCaption, 0x00dddddd)
-NSOPTION_COLOUR(sys_colour_AppWorkspace, 0x00eeeeee)
-NSOPTION_COLOUR(sys_colour_Background, 0x00aa0000)
-NSOPTION_COLOUR(sys_colour_ButtonFace, 0x00aaaaaa)
-NSOPTION_COLOUR(sys_colour_ButtonHighlight, 0x00dddddd)
-NSOPTION_COLOUR(sys_colour_ButtonShadow, 0x00bbbbbb)
-NSOPTION_COLOUR(sys_colour_ButtonText, 0x00000000)
-NSOPTION_COLOUR(sys_colour_CaptionText, 0x00000000)
-NSOPTION_COLOUR(sys_colour_GrayText, 0x00cccccc)
-NSOPTION_COLOUR(sys_colour_Highlight, 0x00ee0000)
-NSOPTION_COLOUR(sys_colour_HighlightText, 0x00000000)
-NSOPTION_COLOUR(sys_colour_InactiveBorder, 0x00ffffff)
-NSOPTION_COLOUR(sys_colour_InactiveCaption, 0x00ffffff)
-NSOPTION_COLOUR(sys_colour_InactiveCaptionText, 0x00cccccc)
-NSOPTION_COLOUR(sys_colour_InfoBackground, 0x00aaaaaa)
+NSOPTION_COLOUR(sys_colour_ActiveBorder, 0x00d3d3d3)
+NSOPTION_COLOUR(sys_colour_ActiveCaption, 0x00f1f1f1)
+NSOPTION_COLOUR(sys_colour_AppWorkspace, 0x00f1f1f1)
+NSOPTION_COLOUR(sys_colour_Background, 0x006e6e6e)
+NSOPTION_COLOUR(sys_colour_ButtonFace, 0x00f9f9f9)
+NSOPTION_COLOUR(sys_colour_ButtonHighlight, 0x00ffffff)
+NSOPTION_COLOUR(sys_colour_ButtonShadow, 0x00aeaeae)
+NSOPTION_COLOUR(sys_colour_ButtonText, 0x004c4c4c)
+NSOPTION_COLOUR(sys_colour_CaptionText, 0x004c4c4c)
+NSOPTION_COLOUR(sys_colour_GrayText, 0x00505050)
+NSOPTION_COLOUR(sys_colour_Highlight, 0x00c00800)
+NSOPTION_COLOUR(sys_colour_HighlightText, 0x00ffffff)
+NSOPTION_COLOUR(sys_colour_InactiveBorder, 0x00f1f1f1)
+NSOPTION_COLOUR(sys_colour_InactiveCaption, 0x00e6e6e6)
+NSOPTION_COLOUR(sys_colour_InactiveCaptionText, 0x00a6a6a6)
+NSOPTION_COLOUR(sys_colour_InfoBackground, 0x008fdfef)
NSOPTION_COLOUR(sys_colour_InfoText, 0x00000000)
-NSOPTION_COLOUR(sys_colour_Menu, 0x00aaaaaa)
-NSOPTION_COLOUR(sys_colour_MenuText, 0x00000000)
-NSOPTION_COLOUR(sys_colour_Scrollbar, 0x00aaaaaa)
-NSOPTION_COLOUR(sys_colour_ThreeDDarkShadow, 0x00555555)
-NSOPTION_COLOUR(sys_colour_ThreeDFace, 0x00dddddd)
-NSOPTION_COLOUR(sys_colour_ThreeDHighlight, 0x00aaaaaa)
-NSOPTION_COLOUR(sys_colour_ThreeDLightShadow, 0x00999999)
-NSOPTION_COLOUR(sys_colour_ThreeDShadow, 0x00777777)
-NSOPTION_COLOUR(sys_colour_Window, 0x00aaaaaa)
-NSOPTION_COLOUR(sys_colour_WindowFrame, 0x00000000)
+NSOPTION_COLOUR(sys_colour_Menu, 0x00f1f1f1)
+NSOPTION_COLOUR(sys_colour_MenuText, 0x004e4e4e)
+NSOPTION_COLOUR(sys_colour_Scrollbar, 0x00cccccc)
+NSOPTION_COLOUR(sys_colour_ThreeDDarkShadow, 0x00aeaeae)
+NSOPTION_COLOUR(sys_colour_ThreeDFace, 0x00f9f9f9)
+NSOPTION_COLOUR(sys_colour_ThreeDHighlight, 0x00ffffff)
+NSOPTION_COLOUR(sys_colour_ThreeDLightShadow, 0x00ffffff)
+NSOPTION_COLOUR(sys_colour_ThreeDShadow, 0x00d5d5d5)
+NSOPTION_COLOUR(sys_colour_Window, 0x00f1f1f1)
+NSOPTION_COLOUR(sys_colour_WindowFrame, 0x004e4e4e)
NSOPTION_COLOUR(sys_colour_WindowText, 0x00000000)