From b90e373d70253c00a908e35e0f67a258494fd116 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 29 May 2016 16:09:49 -0400 Subject: [PATCH] it is probably a mistake to rename dark -> Dark at this particular point in time --- gtk2_ardour/themes/{Dark.colors => dark.colors} | 0 gtk2_ardour/ui_config_vars.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gtk2_ardour/themes/{Dark.colors => dark.colors} (100%) diff --git a/gtk2_ardour/themes/Dark.colors b/gtk2_ardour/themes/dark.colors similarity index 100% rename from gtk2_ardour/themes/Dark.colors rename to gtk2_ardour/themes/dark.colors diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h index 404348754f..1e7b987136 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") +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)