From 1852f9208727dcb139be3d87ca8935a1d69c1f0f Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sun, 25 Nov 2018 13:24:43 -0600 Subject: Overhaul theme The only thing missing in this commit is a new background. I am waiting for a higher-quality version of the AO logo. --- text_file_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text_file_functions.cpp') diff --git a/text_file_functions.cpp b/text_file_functions.cpp index 93909786..ff40c9c4 100644 --- a/text_file_functions.cpp +++ b/text_file_functions.cpp @@ -244,7 +244,7 @@ QColor AOApplication::get_color(QString p_identifier, QString p_file) QString default_path = get_default_theme_path(p_file); QString f_result = read_design_ini(p_identifier, design_ini_path); - QColor return_color(255, 255, 255); + QColor return_color(0, 0, 0); if (f_result == "") { -- cgit