diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-11-25 13:24:43 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-11-25 13:24:43 -0600 |
| commit | 1852f9208727dcb139be3d87ca8935a1d69c1f0f (patch) | |
| tree | 5714bd24f4b4b9a9c74f2f27a4ce9a49edbca25a /text_file_functions.cpp | |
| parent | 5bf5a228335e4859b61ae1af8558778592395eeb (diff) | |
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.
Diffstat (limited to 'text_file_functions.cpp')
| -rw-r--r-- | text_file_functions.cpp | 2 |
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 == "") { |
