From e455af8d338b0f78af62d6c8851d7c9b75a96f50 Mon Sep 17 00:00:00 2001 From: Tibor Nagy Date: Sat, 15 Feb 2020 16:25:33 +0100 Subject: [PATCH] Base: Add inactive selection colors to the system themes --- Base/res/themes/Dark.ini | 2 ++ Base/res/themes/Default.ini | 2 ++ Base/res/themes/Hotdog Stand.ini | 2 ++ Base/res/themes/Nord.ini | 2 ++ Base/res/themes/Xmas.ini | 2 ++ 5 files changed, 10 insertions(+) diff --git a/Base/res/themes/Dark.ini b/Base/res/themes/Dark.ini index c74193e9a3d..6a43bdab074 100644 --- a/Base/res/themes/Dark.ini +++ b/Base/res/themes/Dark.ini @@ -29,6 +29,8 @@ ThreedShadow2=#2e2f30 HoverHighlight=#696969 Selection=#14141a SelectionText=white +InactiveSelection=#606060 +InactiveSelectionText=white RubberBandFill=#8080803c RubberBandBorder=black Link=#88c diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini index fff9f012cc2..7a595526914 100644 --- a/Base/res/themes/Default.ini +++ b/Base/res/themes/Default.ini @@ -29,6 +29,8 @@ ThreedShadow2=#404040 HoverHighlight=#e3dfdb Selection=#84351a SelectionText=white +InactiveSelection=#606060 +InactiveSelectionText=white RubberBandFill=#f4ca9e3c RubberBandBorder=#6e2209 Link=blue diff --git a/Base/res/themes/Hotdog Stand.ini b/Base/res/themes/Hotdog Stand.ini index 7d879456b70..df8473794d9 100644 --- a/Base/res/themes/Hotdog Stand.ini +++ b/Base/res/themes/Hotdog Stand.ini @@ -29,6 +29,8 @@ ThreedShadow2=#909090 HoverHighlight=white Selection=black SelectionText=white +InactiveSelection=black +InactiveSelectionText=white RubberBandFill=#fad7653c RubberBandBorder=#f4ca9e Link=blue diff --git a/Base/res/themes/Nord.ini b/Base/res/themes/Nord.ini index 2b73194972c..93875931957 100644 --- a/Base/res/themes/Nord.ini +++ b/Base/res/themes/Nord.ini @@ -29,6 +29,8 @@ ThreedShadow2=#2e3440 HoverHighlight=#7e9dbc Selection=#7e9dbc SelectionText=white +InactiveSelection=#3b4252 +InactiveSelectionText=white RubberBandFill=#04434c5e RubberBandBorder=#4c566a Link=#7e9dbc diff --git a/Base/res/themes/Xmas.ini b/Base/res/themes/Xmas.ini index 20b27985b38..1e29eecfaef 100644 --- a/Base/res/themes/Xmas.ini +++ b/Base/res/themes/Xmas.ini @@ -29,6 +29,8 @@ ThreedShadow2=#882d26 HoverHighlight=#e6e5e2 Selection=#84351a SelectionText=white +InactiveSelection=#606060 +InactiveSelectionText=white RubberBandFill=#0466033c RubberBandBorder=#76943c Link=blue