summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-11-05 16:22:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-11-05 16:22:14 +0000
commit882b9863e410a9aeb5b1b3021671c974bd9de5fe (patch)
tree67583e3d1bbf8885c1718668613809bf7d7904f6 /gtk2_ardour/ardour3_ui_dark.rc.in
parent2fd60ec866c8221f797d6fd3cf5a0f8bf43be340 (diff)
improved color distinctions, probably not quite finished
git-svn-id: svn://localhost/ardour2/branches/3.0@7973 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in25
1 files changed, 15 insertions, 10 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 0085b62976..fc33b9327f 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -103,8 +103,8 @@ style "white_tree_view"
GtkButton::button_relief = GTK_RELIEF_NONE
GtkTreeView::vertical-padding = 0
GtkTreeView::horizontal-padding = 0
- GtkTreeView::even-row-color = { 0.70, 0.70, 0.70 }
- GtkTreeView::odd-row-color = { 0.64, 0.64, 0.64 }
+#GtkTreeView::even-row-color = { 0.70, 0.70, 0.70 }
+#GtkTreeView::odd-row-color = { 0.64, 0.64, 0.64 }
fg[NORMAL] = { 0.30, 0.30, 0.40 }
fg[ACTIVE] = { 0.30, 0.30, 0.40 }
@@ -144,7 +144,10 @@ style "default_base" = "medium_text"
GtkButton::button_relief = GTK_RELIEF_NONE
GtkTreeView::vertical-padding = 0
GtkTreeView::horizontal-padding = 0
- GtkTreeView::even-row-color = { 0, 0, 0 }
+# GtkTreeView::even-row-color = { 0, 0, 0 }
+# GtkTreeView::odd-row-color = { 0.08, 0.10, 0.14 }
+# GtkTreeView::even-row-color = { 0.901, 0.870, 0.976}
+ GtkTreeView::even-row-color = { 0.188, 0.208, 0.235}
GtkTreeView::odd-row-color = { 0.08, 0.10, 0.14 }
fg[NORMAL] = { 0.80, 0.80, 0.80 }
@@ -163,13 +166,15 @@ style "default_base" = "medium_text"
text[ACTIVE] = { 0.80, 0.80, 0.80 }
text[PRELIGHT] = { 0.80, 0.80, 0.80 }
text[INSENSITIVE] = { 0.80, 0.80, 0.80}
- text[SELECTED] = { 1.0, 1.0, 1.0 }
+ text[SELECTED] = { 0.0, 0.0, 1.0 }
- base[ACTIVE] = "#272a32"
+ base[ACTIVE] = "#1a1e24"
base[NORMAL] = "#1a1e24"
- base[PRELIGHT] = { 0.18, 0.20, 0.22 }
+ base[PRELIGHT] = { 0.0, 0.0, 1.0 }
+ base[INSENSITIVE] = { 0.0, 1.0, 1.0 }
+
base[INSENSITIVE] = "#4c5159"
- base[SELECTED] = { 0.23, 0.25, 0.27 }
+ base[SELECTED] = { 0.776, 0.969, 0.969 }
engine "clearlooks"
{
@@ -647,8 +652,9 @@ style "editor_hscrollbar" = "ardour_adjusters"
style "ardour_progressbars" = "default_generic"
{
- bg[NORMAL] = { 0, 0, 0 }
- bg[PRELIGHT] = { 0.00, 0.36, 0.40 }
+ # Clearlooks always uses black for the advancing bar, sigh
+ # so this is just a contrasting color for the trough
+ bg[NORMAL] = { 0.654, 0.654, 0.654 }
}
style "preferences" = "default_base"
@@ -1781,7 +1787,6 @@ widget "*MetricButton.*" style:highest "default_button"
widget "*MetricLabel" style:highest "medium_text"
widget "*TimeStretchButton" style:highest "default_button"
widget "*TimeStretchButton.*" style:highest "default_button"
-widget "*TimeStretchProgress" style:highest "default_generic"
widget "*ChoiceWindow" style:highest "default_generic"
widget "*ChoicePrompt" style:highest "default_generic"
widget "*ChoiceButton" style:highest "default_button"