summaryrefslogtreecommitdiff
path: root/Base/res/themes
diff options
context:
space:
mode:
authorAndreas Oppebøen <andreas.oppeboen@gmail.com>2022-11-27 15:41:59 +0100
committerTim Flynn <trflynn89@pm.me>2022-11-27 11:02:04 -0500
commit93f85f1a09b91d149c8df839910a914355974b86 (patch)
treec3c0da1c5b76e513bcb8dc5a1c60d755db148a57 /Base/res/themes
parent2c26ee89acd183770907e58e231d2bc8a125d0df (diff)
downloadserenity-93f85f1a09b91d149c8df839910a914355974b86.zip
Base: Set transparent rubber band for all themes
The rubber band is the rectangle indicating the selection region on the desktop, the file manager, and other icon views. If this region is painted opaque with alpha=ff, the rectangle obscures the icons underneath, harming the user experience. We set it to 3c like the other themes.
Diffstat (limited to 'Base/res/themes')
-rw-r--r--Base/res/themes/Olive.ini2
-rw-r--r--Base/res/themes/Pumpkin.ini2
-rw-r--r--Base/res/themes/Scarlett.ini2
3 files changed, 3 insertions, 3 deletions
diff --git a/Base/res/themes/Olive.ini b/Base/res/themes/Olive.ini
index c8edc6ed10..957eba1279 100644
--- a/Base/res/themes/Olive.ini
+++ b/Base/res/themes/Olive.ini
@@ -54,7 +54,7 @@ Window=#c1cbb5ff
ThreedShadow2=#404040ff
ThreedShadow1=#808080ff
InactiveSelectionText=#ffffffff
-RubberBandFill=#619910ff
+RubberBandFill=#6199103c
MovingWindowTitleStripes=#9fe13aff
HighlightWindowBorder2=#9fe13aff
SyntaxKeyword=#a42ea2ff
diff --git a/Base/res/themes/Pumpkin.ini b/Base/res/themes/Pumpkin.ini
index f608972707..4fc173bf8f 100644
--- a/Base/res/themes/Pumpkin.ini
+++ b/Base/res/themes/Pumpkin.ini
@@ -54,7 +54,7 @@ Window=#c7c6b0ff
ThreedShadow2=#404040ff
ThreedShadow1=#808080ff
InactiveSelectionText=#ffffffff
-RubberBandFill=#978c0fff
+RubberBandFill=#978c0f3c
MovingWindowTitleStripes=#e0ab39ff
HighlightWindowBorder2=#e9d51aff
SyntaxKeyword=#a42ea2ff
diff --git a/Base/res/themes/Scarlett.ini b/Base/res/themes/Scarlett.ini
index 23bdba3f75..f9386caa4e 100644
--- a/Base/res/themes/Scarlett.ini
+++ b/Base/res/themes/Scarlett.ini
@@ -54,7 +54,7 @@ Window=#c9b3b3ff
ThreedShadow2=#404040ff
ThreedShadow1=#808080ff
InactiveSelectionText=#ffffffff
-RubberBandFill=#961605ff
+RubberBandFill=#9616053c
MovingWindowTitleStripes=#e03d39ff
HighlightWindowBorder2=#df3737ff
SyntaxKeyword=#a42ea2ff