ui.gadgets.colors: Several colour changes

db4
nicolas-p 2015-07-26 15:33:37 +02:00 committed by John Benediktsson
parent a0eaf7a66b
commit 4335698ceb
1 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ CONSTANT: roll-button-selected-background COLOR: dark-gray
CONSTANT: source-files-color COLOR: yellow2
CONSTANT: errors-color COLOR: chocolate1
CONSTANT: details-color COLOR: SlateGray2
CONSTANT: details-color COLOR: SteelBlue3
CONSTANT: debugger-color COLOR: chocolate1
CONSTANT: completion-color COLOR: magenta
@ -40,14 +40,14 @@ CONSTANT: help-header-background
T{ rgba { red 0.9568 } { green 0.9450 } { blue 0.8509 } { alpha 1.0 } } inline
CONSTANT: thread-status-stopped-background
T{ rgba { red 0.9568 } { green 0.8509 } { blue 0.8509 } { alpha 1.0 } } inline
T{ rgba { red 0.9569 } { green 0.8510 } { blue 0.8510 } { alpha 1.0 } } inline
CONSTANT: thread-status-suspended-background
T{ rgba { red 0.9568 } { green 0.9450 } { blue 0.8509 } { alpha 1.0 } } inline
T{ rgba { red 0.9569 } { green 0.9177 } { blue 0.8510 } { alpha 1.0 } } inline
CONSTANT: thread-status-running-background
T{ rgba { red 0.9295 } { green 0.9569 } { blue 0.8510 } { alpha 1.0 } } inline
T{ rgba { red 0.9294 } { green 0.9569 } { blue 0.8510 } { alpha 1.0 } } inline
CONSTANT: error-summary-background
T{ rgba { red 0.9568 } { green 0.8509 } { blue 0.8509 } { alpha 1.0 } } inline
T{ rgba { red 0.9569 } { green 0.9177 } { blue 0.8510 } { alpha 1.0 } } inline
CONSTANT: content-background COLOR: white