add style for BarController SpinButton

This commit is contained in:
Robin Gareus 2014-09-02 05:07:41 +02:00
parent efb03f4596
commit 5803f26c51
2 changed files with 20 additions and 0 deletions

View File

@ -647,6 +647,23 @@ style "small_entry" = "small_text"
base[SELECTED] = @@COLPREFIX@_base
}
style "small_spinner" = "small_text"
{
xthickness = 0
ythickness = 0
fg[NORMAL] = @@COLPREFIX@_text
fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
fg[SELECTED] = @@COLPREFIX@_fg_selected
text[NORMAL] = @@COLPREFIX@_text
text[ACTIVE] = @@COLPREFIX@_text
text[SELECTED] = @@COLPREFIX@_fg_selected
base[NORMAL] = @@COLPREFIX@_base
base[ACTIVE] = @@COLPREFIX@_base
base[SELECTED] = @@COLPREFIX@_base
}
style "red_active_small_entry" = "small_entry"
{
fg[ACTIVE] = @@COLPREFIX@_text

View File

@ -290,6 +290,9 @@ widget "*PluginLoadButton" style:highest "small_button"
widget "*PluginLoadButton*" style:highest "small_button"
widget "*PluginEditorButton" style:highest "default_toggle_button"
widget "*BarControlSpinner" style:highest "small_spinner"
widget "*BarControlSpinner*" style:highest "small_spinner"
widget "*meterstripPPM" style:highest "meter_strip_ppm"
widget "*meterstripDPM" style:highest "meter_strip_dpm"
widget "*meterstripVU" style:highest "meter_strip_vu"