summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-17 10:03:21 +0000
committerDoug McLain <doug@nostar.net>2006-03-17 10:03:21 +0000
commit6097ce578b9dc4d51f421c2e4cca2de64948aa66 (patch)
tree25952da72a5273c610ac138936636f79b38c60bb /gtk2_ardour/ardour2_ui.rc
parent202fa5bb783a5d70c49aba8e3bddef96776ba703 (diff)
a few text color tweaks (redirect box and region list)
git-svn-id: svn://localhost/trunk/ardour2@403 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index d48f266b45..e5ec742ac7 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -674,9 +674,9 @@ style "redirect_list_display"
font_name = "sans 7"
text[NORMAL] = { 0.80, 0.80, 0.80 }
- text[ACTIVE] = { 0.0, 0.0, 0.9 }
+ text[ACTIVE] = { 0.5, 0.5, 0.9 }
text[INSENSITIVE] = { 0, 0, 0 }
- text[SELECTED] = { 0.9, 0.0, 0.0 }
+ text[SELECTED] = { 0.9, 0.3, 0.3 }
base[NORMAL] = { 0, 0, 0 }
base[ACTIVE] = { 0, 0, 0 }
@@ -686,8 +686,8 @@ style "redirect_list_display"
# these two are explicitly used by the cell renderer for the
# text
- fg[NORMAL] = { 0.2, 0.2, 0.2 } # used for inactive
- fg[ACTIVE] = { 0.0, 0.5, 0.5 } # used for active
+ fg[NORMAL] = { 0.5, 0.5, 0.5 } # used for inactive
+ fg[ACTIVE] = { 0.5, 1.0, 1.0 } # used for active
}
# MixerPanZone:
@@ -822,7 +822,7 @@ style "pan_slider"
style "region_list_whole_file"
{
- fg[NORMAL] = { 1.0, 0, 0 }
+ fg[NORMAL] = { 0.4, 0.4, 0.9 }
}