summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-07-01 17:46:24 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-07-01 17:47:05 -0400
commit791c6d4d1f02f84f86abec09fbdcd103a6a68813 (patch)
tree6c83fa9f94b668dbffd5413c0bae11b8fef61377 /gtk2_ardour/clearlooks.rc.in
parent58b293168594c939effa400fe0c18b5d85eb95bd (diff)
drop use of gtk_entry_* colors (except cursor); use original base/text choices but avoid using selected for entire bg
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in30
1 files changed, 15 insertions, 15 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 3a418b9d8d..7a63698fd0 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -126,14 +126,14 @@ style "default" = "medium_text"
base[NORMAL] = @bases
base[PRELIGHT] = @bases
base[INSENSITIVE] = shade(1.0, @background)
- base[ACTIVE] = shade(0.9, @bg_selected)
- base[SELECTED] = @bg_selected
+ base[ACTIVE] = shade(0.9, @bg_selected) /* base for focused, selected text */
+ base[SELECTED] = @bg_selected /* base for non-focused, selected text */
text[NORMAL] = @texts
text[PRELIGHT] = @texts
text[ACTIVE] = @fg_selected
- text[INSENSITIVE] = shade(0.7, @lightest)
- text[SELECTED] = @fg_selected
+ text[INSENSITIVE] = shade(0.7, @lightest) /* text color for focused selected text */
+ text[SELECTED] = @fg_selected /* text color for non-focused selected text */
#engine specific tweaks
@@ -155,17 +155,17 @@ style "entry"
# special base + text for GtkEntry to aid with visibility during text entry
- base[NORMAL] = @entry_base
- base[PRELIGHT] = @entry_base
- base[INSENSITIVE] = @entry_base
- base[ACTIVE] = @entry_base_selected /* base for focused, selected text */
- base[SELECTED] = @entry_base_selected /* base for non-focused, selected text */
+ base[NORMAL] = @bases
+ base[PRELIGHT] = @bases
+ base[INSENSITIVE] = @bases
+ base[ACTIVE] = @bg_selected
+ base[SELECTED] = @bg_selected
- text[NORMAL] = @entry_text
- text[PRELIGHT] = @entry_text
- text[INSENSITIVE] = shade (0.92, @entry_text)
- text[ACTIVE] = @entry_text_selected
- text[SELECTED] = @entry_text_selected
+ text[NORMAL] = @texts
+ text[PRELIGHT] = @texts
+ text[INSENSITIVE] = shade (0.92, @texts)
+ text[ACTIVE] = @fg_selected
+ text[SELECTED] = @fg_selected
}
style "treeview_parent_node"
@@ -1038,8 +1038,8 @@ style "vca_label_bar" = "medium_bold_text"
}
class "GtkWidget" style:highest "default"
-class "GtkSpinButton" style:highest "default"
class "GtkEntry" style:highest "entry"
+class "GtkSpinButton" style:highest "default"
class "GtkScrollbar" style:highest "ardour_adjusters"
class "GtkLabel" style:highest "default_generic"
class "GtkButton" style:highest "ardour_button"