diff --git a/src/host/setup/SetupApplication.h b/src/host/setup/SetupApplication.h index 07936da6..b72f87ef 100644 --- a/src/host/setup/SetupApplication.h +++ b/src/host/setup/SetupApplication.h @@ -55,8 +55,8 @@ public: */ void setColorTheme() override { - term_fg = FColor::Cyan; - term_bg = FColor::Blue; + term_fg = FColor::White; + term_bg = FColor::DarkGray; list_fg = FColor::Black; list_bg = FColor::LightGray; @@ -79,10 +79,12 @@ public: shadow_bg = FColor::LightGray; // only for transparent shadow current_element_focus_fg = FColor::White; - current_element_focus_bg = FColor::Cyan; - current_element_fg = FColor::LightBlue; - current_element_bg = FColor::Cyan; + current_element_focus_bg = FColor::Blue; + current_element_fg = FColor::LightGray; + current_element_bg = FColor::DarkGray; + current_inc_search_element_fg = FColor::LightRed; + selected_current_element_focus_fg = FColor::LightRed; selected_current_element_focus_bg = FColor::Cyan; selected_current_element_fg = FColor::Red; @@ -130,22 +132,22 @@ public: menu_active_focus_fg = FColor::Black; menu_active_focus_bg = FColor::White; - menu_active_fg = FColor::Black; - menu_active_bg = FColor::LightGray; + menu_active_fg = FColor::White; + menu_active_bg = FColor::Cyan; menu_inactive_fg = FColor::DarkGray; - menu_inactive_bg = FColor::LightGray; - menu_hotkey_fg = FColor::Blue; - menu_hotkey_bg = FColor::LightGray; - - statusbar_fg = FColor::Black; - statusbar_bg = FColor::LightGray; - statusbar_hotkey_fg = FColor::Blue; - statusbar_hotkey_bg = FColor::LightGray; - statusbar_separator_fg = FColor::Black; + menu_inactive_bg = FColor::Cyan; + menu_hotkey_fg = FColor::Yellow; + menu_hotkey_bg = FColor::Cyan; + + statusbar_fg = FColor::White; + statusbar_bg = FColor::Blue; + statusbar_hotkey_fg = FColor::Yellow; + statusbar_hotkey_bg = FColor::Blue; + statusbar_separator_fg = FColor::White; statusbar_active_fg = FColor::Black; - statusbar_active_bg = FColor::White; + statusbar_active_bg = FColor::LightGray; statusbar_active_hotkey_fg = FColor::Blue; - statusbar_active_hotkey_bg = FColor::White; + statusbar_active_hotkey_bg = FColor::LightGray; scrollbar_fg = FColor::Cyan; scrollbar_bg = FColor::DarkGray; diff --git a/src/monitor/MonitorApplication.h b/src/monitor/MonitorApplication.h index 08bd86de..54982355 100644 --- a/src/monitor/MonitorApplication.h +++ b/src/monitor/MonitorApplication.h @@ -55,8 +55,8 @@ public: */ void setColorTheme() override { - term_fg = FColor::Cyan; - term_bg = FColor::Blue; + term_fg = FColor::White; + term_bg = FColor::DarkGray; list_fg = FColor::Black; list_bg = FColor::LightGray; @@ -79,10 +79,12 @@ public: shadow_bg = FColor::LightGray; // only for transparent shadow current_element_focus_fg = FColor::White; - current_element_focus_bg = FColor::Cyan; - current_element_fg = FColor::LightBlue; - current_element_bg = FColor::Cyan; + current_element_focus_bg = FColor::Blue; + current_element_fg = FColor::LightGray; + current_element_bg = FColor::DarkGray; + current_inc_search_element_fg = FColor::LightRed; + selected_current_element_focus_fg = FColor::LightRed; selected_current_element_focus_bg = FColor::Cyan; selected_current_element_fg = FColor::Red; @@ -130,22 +132,22 @@ public: menu_active_focus_fg = FColor::Black; menu_active_focus_bg = FColor::White; - menu_active_fg = FColor::Black; - menu_active_bg = FColor::LightGray; + menu_active_fg = FColor::White; + menu_active_bg = FColor::Cyan; menu_inactive_fg = FColor::DarkGray; - menu_inactive_bg = FColor::LightGray; - menu_hotkey_fg = FColor::Blue; - menu_hotkey_bg = FColor::LightGray; - - statusbar_fg = FColor::Black; - statusbar_bg = FColor::LightGray; - statusbar_hotkey_fg = FColor::Blue; - statusbar_hotkey_bg = FColor::LightGray; - statusbar_separator_fg = FColor::Black; + menu_inactive_bg = FColor::Cyan; + menu_hotkey_fg = FColor::Yellow; + menu_hotkey_bg = FColor::Cyan; + + statusbar_fg = FColor::White; + statusbar_bg = FColor::Blue; + statusbar_hotkey_fg = FColor::Yellow; + statusbar_hotkey_bg = FColor::Blue; + statusbar_separator_fg = FColor::White; statusbar_active_fg = FColor::Black; - statusbar_active_bg = FColor::White; + statusbar_active_bg = FColor::LightGray; statusbar_active_hotkey_fg = FColor::Blue; - statusbar_active_hotkey_bg = FColor::White; + statusbar_active_hotkey_bg = FColor::LightGray; scrollbar_fg = FColor::Cyan; scrollbar_bg = FColor::DarkGray; diff --git a/src/peered/PeerEdApplication.h b/src/peered/PeerEdApplication.h index 755c887c..2c15e1cd 100644 --- a/src/peered/PeerEdApplication.h +++ b/src/peered/PeerEdApplication.h @@ -55,8 +55,8 @@ public: */ void setColorTheme() override { - term_fg = FColor::Cyan; - term_bg = FColor::Blue; + term_fg = FColor::White; + term_bg = FColor::DarkGray; list_fg = FColor::Black; list_bg = FColor::LightGray; @@ -132,22 +132,22 @@ public: menu_active_focus_fg = FColor::Black; menu_active_focus_bg = FColor::White; - menu_active_fg = FColor::Black; - menu_active_bg = FColor::LightGray; + menu_active_fg = FColor::White; + menu_active_bg = FColor::Cyan; menu_inactive_fg = FColor::DarkGray; - menu_inactive_bg = FColor::LightGray; - menu_hotkey_fg = FColor::Blue; - menu_hotkey_bg = FColor::LightGray; - - statusbar_fg = FColor::Black; - statusbar_bg = FColor::LightGray; - statusbar_hotkey_fg = FColor::Blue; - statusbar_hotkey_bg = FColor::LightGray; - statusbar_separator_fg = FColor::Black; + menu_inactive_bg = FColor::Cyan; + menu_hotkey_fg = FColor::Yellow; + menu_hotkey_bg = FColor::Cyan; + + statusbar_fg = FColor::White; + statusbar_bg = FColor::Blue; + statusbar_hotkey_fg = FColor::Yellow; + statusbar_hotkey_bg = FColor::Blue; + statusbar_separator_fg = FColor::White; statusbar_active_fg = FColor::Black; - statusbar_active_bg = FColor::White; + statusbar_active_bg = FColor::LightGray; statusbar_active_hotkey_fg = FColor::Blue; - statusbar_active_hotkey_bg = FColor::White; + statusbar_active_hotkey_bg = FColor::LightGray; scrollbar_fg = FColor::Cyan; scrollbar_bg = FColor::DarkGray; diff --git a/src/sysview/SysViewApplication.h b/src/sysview/SysViewApplication.h index 6c0352cf..f399dfa3 100644 --- a/src/sysview/SysViewApplication.h +++ b/src/sysview/SysViewApplication.h @@ -54,8 +54,8 @@ public: */ void setColorTheme() override { - term_fg = FColor::Cyan; - term_bg = FColor::Blue; + term_fg = FColor::White; + term_bg = FColor::DarkGray; list_fg = FColor::Black; list_bg = FColor::LightGray; @@ -78,10 +78,12 @@ public: shadow_bg = FColor::LightGray; // only for transparent shadow current_element_focus_fg = FColor::White; - current_element_focus_bg = FColor::Cyan; - current_element_fg = FColor::LightBlue; - current_element_bg = FColor::Cyan; + current_element_focus_bg = FColor::Blue; + current_element_fg = FColor::LightGray; + current_element_bg = FColor::DarkGray; + current_inc_search_element_fg = FColor::LightRed; + selected_current_element_focus_fg = FColor::LightRed; selected_current_element_focus_bg = FColor::Cyan; selected_current_element_fg = FColor::Red; @@ -129,22 +131,22 @@ public: menu_active_focus_fg = FColor::Black; menu_active_focus_bg = FColor::White; - menu_active_fg = FColor::Black; - menu_active_bg = FColor::LightGray; + menu_active_fg = FColor::White; + menu_active_bg = FColor::Cyan; menu_inactive_fg = FColor::DarkGray; - menu_inactive_bg = FColor::LightGray; - menu_hotkey_fg = FColor::Blue; - menu_hotkey_bg = FColor::LightGray; - - statusbar_fg = FColor::Black; - statusbar_bg = FColor::LightGray; - statusbar_hotkey_fg = FColor::Blue; - statusbar_hotkey_bg = FColor::LightGray; - statusbar_separator_fg = FColor::Black; + menu_inactive_bg = FColor::Cyan; + menu_hotkey_fg = FColor::Yellow; + menu_hotkey_bg = FColor::Cyan; + + statusbar_fg = FColor::White; + statusbar_bg = FColor::Blue; + statusbar_hotkey_fg = FColor::Yellow; + statusbar_hotkey_bg = FColor::Blue; + statusbar_separator_fg = FColor::White; statusbar_active_fg = FColor::Black; - statusbar_active_bg = FColor::White; + statusbar_active_bg = FColor::LightGray; statusbar_active_hotkey_fg = FColor::Blue; - statusbar_active_hotkey_bg = FColor::White; + statusbar_active_hotkey_bg = FColor::LightGray; scrollbar_fg = FColor::Cyan; scrollbar_bg = FColor::DarkGray; diff --git a/src/tged/TGEdApplication.h b/src/tged/TGEdApplication.h index 7ccb0382..cd2bacff 100644 --- a/src/tged/TGEdApplication.h +++ b/src/tged/TGEdApplication.h @@ -55,8 +55,8 @@ public: */ void setColorTheme() override { - term_fg = FColor::Cyan; - term_bg = FColor::Blue; + term_fg = FColor::White; + term_bg = FColor::DarkGray; list_fg = FColor::Black; list_bg = FColor::LightGray; @@ -132,22 +132,22 @@ public: menu_active_focus_fg = FColor::Black; menu_active_focus_bg = FColor::White; - menu_active_fg = FColor::Black; - menu_active_bg = FColor::LightGray; + menu_active_fg = FColor::White; + menu_active_bg = FColor::Cyan; menu_inactive_fg = FColor::DarkGray; - menu_inactive_bg = FColor::LightGray; - menu_hotkey_fg = FColor::Blue; - menu_hotkey_bg = FColor::LightGray; - - statusbar_fg = FColor::Black; - statusbar_bg = FColor::LightGray; - statusbar_hotkey_fg = FColor::Blue; - statusbar_hotkey_bg = FColor::LightGray; - statusbar_separator_fg = FColor::Black; + menu_inactive_bg = FColor::Cyan; + menu_hotkey_fg = FColor::Yellow; + menu_hotkey_bg = FColor::Cyan; + + statusbar_fg = FColor::White; + statusbar_bg = FColor::Blue; + statusbar_hotkey_fg = FColor::Yellow; + statusbar_hotkey_bg = FColor::Blue; + statusbar_separator_fg = FColor::White; statusbar_active_fg = FColor::Black; - statusbar_active_bg = FColor::White; + statusbar_active_bg = FColor::LightGray; statusbar_active_hotkey_fg = FColor::Blue; - statusbar_active_hotkey_bg = FColor::White; + statusbar_active_hotkey_bg = FColor::LightGray; scrollbar_fg = FColor::Cyan; scrollbar_bg = FColor::DarkGray;