cc: rework color handling for select and focus status

Origin commit data
------------------
Commit: 0477ff06c0
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-12-07 (Mon, 07 Dec 2020)
This commit is contained in:
2020-12-07 23:28:52 +01:00
committed by vanhofen
parent f40894b047
commit d43dd75176
26 changed files with 169 additions and 87 deletions

View File

@@ -163,7 +163,7 @@ void CHintBox::init( const std::string& Text,
w_indentation = indent;
col_frame = color_frame;
col_body = color_body;
col_body_std = color_body;
col_shadow = color_shadow;
fr_thickness = g_settings.theme.message_frame_enable ? frame_width : 0;