fix default color file name in code default definition
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 21 Jun 2016 23:24:52 +0000 (19:24 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 21 Jun 2016 23:26:05 +0000 (19:26 -0400)
gtk2_ardour/ui_config_vars.h

index af2a6368e2326497d0a617bb49e9269c3323ee8f..e6cd3c1ecb40cd95114aedeccc673baded74b360 100644 (file)
@@ -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)