summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config_vars.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-21 19:24:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-21 19:26:05 -0400
commit3884cae064ba3e6bc3840bb8ca2427acca3743ee (patch)
tree53a48f26205ed01d9173f27e2f2e003f15f5aee7 /gtk2_ardour/ui_config_vars.h
parentd4c26d63f68c055900aaa3c18664fdd9027abaeb (diff)
fix default color file name in code default definition
Diffstat (limited to 'gtk2_ardour/ui_config_vars.h')
-rw-r--r--gtk2_ardour/ui_config_vars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h
index af2a6368e2..e6cd3c1ecb 100644
--- a/gtk2_ardour/ui_config_vars.h
+++ b/gtk2_ardour/ui_config_vars.h
@@ -19,7 +19,7 @@
UI_CONFIG_VARIABLE (std::string, icon_set, "icon-set", "default")
UI_CONFIG_VARIABLE (std::string, ui_rc_file, "ui-rc-file", "clearlooks.rc")
-UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark-ardour")
+UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark")
UI_CONFIG_VARIABLE (bool, flat_buttons, "flat-buttons", false)
UI_CONFIG_VARIABLE (bool, blink_rec_arm, "blink-rec-arm", false)
UI_CONFIG_VARIABLE (float, waveform_gradient_depth, "waveform-gradient-depth", 0)