MàJ thème couleurs

This commit is contained in:
Mattéo Delabre 2016-04-20 22:26:46 +02:00
parent 37e225c1ef
commit c9cc24da93
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
* { * {
FontName: overpass; FontName: overpass;
FontSize: 14; FontSize: 14;
Color: #111111ff; Color: #141414ff;
} }
Window { Window {
@ -22,7 +22,7 @@ Scrollbar {
BorderWidth: 0; BorderWidth: 0;
SliderColor: #B4B4B4ff; SliderColor: #B4B4B4ff;
TroughColor: #E6E6E6ff; TroughColor: #E6E6E6ff;
StepperArrowColor: #111111ff; StepperArrowColor: #141414ff;
StepperBackgroundColor: #B4B4B4ff; StepperBackgroundColor: #B4B4B4ff;
} }
@ -39,7 +39,7 @@ Entry {
} }
ComboBox { ComboBox {
ArrowColor: #111111ff; ArrowColor: #141414ff;
HighlightedColor: #B4B4B4ff; HighlightedColor: #B4B4B4ff;
} }