fix invisible tearoff arrow for light theme

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2301 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2007-08-15 04:27:55 +00:00
parent 0b1c369e15
commit a8fc5f180d

View file

@ -1096,10 +1096,10 @@ style "io_selector_notebook" = "default_base"
style "tearoff_arrow" = "medium_bold_entry" style "tearoff_arrow" = "medium_bold_entry"
{ {
fg[NORMAL] = { 0.80, 0.80, 0.80 } fg[NORMAL] = { 0.30, 0.30, 0.30 }
fg[PRELIGHT] = { 0.80, 0.80, 0.80 } fg[PRELIGHT] = { 0.30, 0.30, 0.30 }
bg[NORMAL] = { 0.80, 0.80, 0.80 } bg[NORMAL] = { 0.30, 0.30, 0.30 }
bg[PRELIGHT] = { 0.80, 0.80, 0.80 } bg[PRELIGHT] = { 0.30, 0.30, 0.30 }
} }
style "meter_metrics_strip" = "audio_track_base" style "meter_metrics_strip" = "audio_track_base"