summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-05-06 01:31:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-05-06 01:31:48 +0000
commitc52a0d1efc8cc6c506f9f224df980a2416818552 (patch)
treeec2809dd1238aa8c3f17d46c126967625cb9a2d4 /gtk2_ardour/ardour3_ui_dark.rc.in
parent8c423ea2284289a59e1cd549e7661114fa978ec8 (diff)
relayout solo led stuff, as per the boss' requests :)
git-svn-id: svn://localhost/ardour2/branches/3.0@7069 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 87dab6f39c..1c1fdd520c 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -2,6 +2,11 @@
# This is the GTK style file for Ardour
#
+style "smallest_text"
+{
+ font_name = "@FONT_TINY@"
+}
+
style "very_small_text"
{
font_name = "@FONT_SMALLER@"
@@ -328,7 +333,7 @@ style "solo_button" = "small_button"
style "solo_isolate_led"
{
fg[ACTIVE] = { 1.0, 0, 0 }
- fg[NORMAL] = { 1, 1, 1 }
+ fg[NORMAL] = { 0, 1.0, 0 }
}
style "solo_safe_led"
@@ -1801,3 +1806,4 @@ widget "*PortMatrixLabel*" style:highest "small_text"
widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
widget "*SoloIsolatedLED" style:highest "solo_isolate_led"
widget "*SoloSafeLED" style:highest "solo_safe_led"
+widget "*SoloLEDLabel" style:highest "smallest_text"