mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
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:
parent
0b1c369e15
commit
a8fc5f180d
1 changed files with 4 additions and 4 deletions
|
|
@ -1096,10 +1096,10 @@ style "io_selector_notebook" = "default_base"
|
|||
|
||||
style "tearoff_arrow" = "medium_bold_entry"
|
||||
{
|
||||
fg[NORMAL] = { 0.80, 0.80, 0.80 }
|
||||
fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
|
||||
bg[NORMAL] = { 0.80, 0.80, 0.80 }
|
||||
bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
|
||||
fg[NORMAL] = { 0.30, 0.30, 0.30 }
|
||||
fg[PRELIGHT] = { 0.30, 0.30, 0.30 }
|
||||
bg[NORMAL] = { 0.30, 0.30, 0.30 }
|
||||
bg[PRELIGHT] = { 0.30, 0.30, 0.30 }
|
||||
}
|
||||
|
||||
style "meter_metrics_strip" = "audio_track_base"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue