Kaydet (Commit) 68075a61 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#72142 darker default workspace color

Change-Id: I7fec37c5edd42d974bddb4abbecb0d2b3dd86f14
üst 62b0eaf3
......@@ -418,7 +418,7 @@ Color ColorConfig::GetDefaultColor(ColorConfigEntry eEntry)
{
COL_WHITE, // DOCCOLOR
0xc0c0c0, // DOCBOUNDARIES
0x808080, // APPBACKGROUND
0xA9A9A9, // APPBACKGROUND
0xc0c0c0, // OBJECTBOUNDARIES
0xc0c0c0, // TABLEBOUNDARIES
COL_BLACK, // FONTCOLOR
......
......@@ -707,7 +707,7 @@ void ImplStyleData::SetStandardStyles()
maWindowTextColor = Color( COL_BLACK );
maDialogColor = Color( COL_LIGHTGRAY );
maDialogTextColor = Color( COL_BLACK );
maWorkspaceColor = Color( 0xF0, 0xF0, 0xF0 );
maWorkspaceColor = Color( 0xA9, 0xA9, 0xA9 );
maMonoColor = Color( COL_BLACK );
maFieldColor = Color( COL_WHITE );
maFieldTextColor = Color( COL_BLACK );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment