aboutsummaryrefslogtreecommitdiff
path: root/text_file_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'text_file_functions.cpp')
-rw-r--r--text_file_functions.cpp2
1 files changed, 1 insertions, 1 deletions
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 == "")
{