summaryrefslogtreecommitdiff
path: root/_high-contrast-colors.scss
diff options
context:
space:
mode:
authorSam Hewitt <sam@snwh.org>2021-12-28 10:16:54 -0330
committerFlorian Müllner <fmuellner@gnome.org>2022-02-14 23:46:52 +0100
commit27c6ae3351b4a3618649481880f82eb0a859bc30 (patch)
treec6c2c217b66501f8efa56a1a3e590ad3f6f4f832 /_high-contrast-colors.scss
parent685dfb7e123dc4552028b069494f01bc2c3b88cf (diff)
downloadgnome-shell-sass-27c6ae3351b4a3618649481880f82eb0a859bc30.tar.gz
style: Stylesheet updates for GNOME 42
- updated switch assets - new high contrast assets - use non-hardcoded bg color for dash - updated palette colors - add missing color definitions to hc - increase radii of many elements - update search entry style - align icon better in search entry - restyle panel popovers without arrow and add drop shadow - used theme colors in panel - fix some things with popover labels - new slider style - some light variant fixes - fixes to the calendar popover - day with event styles - better calendar-today.svg and dark variant - shorten calendary weekday header - saner padding - overhaul popover menu style - minor fixes to app grid and alt-tab switch - updated looking glass styles - nm-dialog adjustments - search results adjustments - expand out panel button hover styles - button drawing adjustments - adjust notifications area - update on-screen keyboard style - better keyboard symbolic icon assets - change keyboard symbolic icons to 24px - improved keyboard style - gave the keyboard word suggestions some styles - less obnoxious saner media control buttons - cleaned up the css for the dash - reworked the alt-tab switcher style - sync style on workspace switcher - adjusted dialog button style drawing - popover submenu redrawing adjustement Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2104>
Diffstat (limited to '_high-contrast-colors.scss')
-rw-r--r--_high-contrast-colors.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/_high-contrast-colors.scss b/_high-contrast-colors.scss
index b34e0b1..0b615f2 100644
--- a/_high-contrast-colors.scss
+++ b/_high-contrast-colors.scss
@@ -24,6 +24,8 @@ $osd_fg_color: #eeeeec;
$osd_bg_color: #2e3436;
$osd_borders_color: rgba(0,0,0, 0.7);
$osd_outer_borders_color: rgba(255,255,255, 0.1);
+$osd_insensitive_bg_color: mix($osd_fg_color, $osd_bg_color, 10%);
+$osd_insensitive_fg_color: if($variant == 'light', mix($osd_fg_color, $osd_bg_color, 80%), mix($osd_fg_color, $osd_bg_color, 70%));
$shadow_color: rgba(0,0,0, 0.1);
$system_bg_color: desaturate(#241f31,100%); //neutralize the HIG color