diff options
author | Tibor Nagy <xnagytibor@gmail.com> | 2020-02-15 16:25:33 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-15 18:42:13 +0100 |
commit | e455af8d338b0f78af62d6c8851d7c9b75a96f50 (patch) | |
tree | 86de28e3ebab567f65a308973b165ce09271ab4b | |
parent | 4d951634009a3a996ea5eed1e3bac2a7505882dd (diff) | |
download | serenity-e455af8d338b0f78af62d6c8851d7c9b75a96f50.zip |
Base: Add inactive selection colors to the system themes
-rw-r--r-- | Base/res/themes/Dark.ini | 2 | ||||
-rw-r--r-- | Base/res/themes/Default.ini | 2 | ||||
-rw-r--r-- | Base/res/themes/Hotdog Stand.ini | 2 | ||||
-rw-r--r-- | Base/res/themes/Nord.ini | 2 | ||||
-rw-r--r-- | Base/res/themes/Xmas.ini | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/Base/res/themes/Dark.ini b/Base/res/themes/Dark.ini index c74193e9a3..6a43bdab07 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 fff9f012cc..7a59552691 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 7d879456b7..df8473794d 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 2b73194972..9387593195 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 20b27985b3..1e29eecfae 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 |