summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-08 19:48:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-08 19:48:57 +0000
commita6517a01902370e6c6dfa3e4a153e214b68cf4a7 (patch)
treeaa2cf8aa8465b74d20f7c7d81eea328c2eb13bbe /gtk2_ardour/ardour3_ui_dark.rc.in
parent7c6b33e7994741173d095c163832a8b8266a8728 (diff)
move punch in/out buttons into time info box; remove rounded corners on clocks
git-svn-id: svn://localhost/ardour2/branches/3.0@9691 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 25e0694c8f..dcde2d3ea1 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -355,6 +355,15 @@ style "very_small_red_active_and_selected_button" = "very_small_button"
bg[SELECTED] = @@COLPREFIX@_bright_indicator
}
+style "punch_button" = "very_small_red_active_and_selected_button"
+{
+ font_name = "@FONT_SMALLER@"
+
+ fg[ACTIVE] = @@COLPREFIX@_darkest
+ bg[ACTIVE] = @@COLPREFIX@_bright_indicator
+ bg[SELECTED] = @@COLPREFIX@_bright_indicator
+}
+
style "small_red_active_and_selected_button" = "small_button"
{
fg[ACTIVE] = @@COLPREFIX@_darkest
@@ -1888,6 +1897,7 @@ widget "*TimeInfoSelectionTitle" style:highest "very_small_bright_when_active"
widget "*TimeInfoSelectionLabel" style:highest "very_small_bright_when_active"
widget "*TimeInfoPunchTitle" style:highest "very_small_bright_when_active"
widget "*TimeInfoPunchLabel" style:highest "very_small_bright_when_active"
+widget "*TimeInfoPunchButton" style:highest "punch_button"
widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
widget "*RegionNameEditorEntry" style:highest "text_cell_entry"