From f3264759aad5ff715fb19ca485570737bd6a2b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Wed, 20 Apr 2016 01:35:45 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20th=C3=A8me=20interface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/gui.theme | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/res/gui.theme b/res/gui.theme index 1f0f4a9..5145839 100644 --- a/res/gui.theme +++ b/res/gui.theme @@ -26,7 +26,7 @@ Scrollbar { StepperBackgroundColor: #B4B4B4ff; } -Button, RadioButton { +Button, RadioButton, ComboBox, Entry { Color: #000000ff; BackgroundColor: #E6E6E6ff; @@ -34,12 +34,21 @@ Button, RadioButton { Spacing: 10; } -Button:PRELIGHT, RadioButton:PRELIGHT { +Entry { + BackgroundColor: #D2D2D2ff; +} + +ComboBox { + ArrowColor: #111111ff; + HighlightedColor: #B4B4B4ff; +} + +Button:PRELIGHT, RadioButton:PRELIGHT, ComboBox:PRELIGHT, ComboBox:ACTIVE { Color: #000000ff; BackgroundColor: #D2D2D2ff; } -Button:ACTIVE, RadioButton:ACTIVE { +Button:ACTIVE, RadioButton:ACTIVE, Entry:ACTIVE { Color: #000000ff; BackgroundColor: #B4B4B4ff; }