[gnome-shell/wip/snwh/style-updates] theme: used theme colors in panel



commit e90e22e34da630a0a65f9b7aeb73259594458929
Author: Sam Hewitt <sam snwh org>
Date:   Tue Dec 28 12:24:05 2021 -0330

    theme: used theme colors in panel

 data/theme/gnome-shell-sass/widgets/_panel.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_panel.scss b/data/theme/gnome-shell-sass/widgets/_panel.scss
index 1f46507732..5c21468d37 100644
--- a/data/theme/gnome-shell-sass/widgets/_panel.scss
+++ b/data/theme/gnome-shell-sass/widgets/_panel.scss
@@ -3,7 +3,7 @@
 
 $panel_corner_radius: $base_border_radius+1;
 $panel_bg_color: #000;
-$panel_fg_color: #ddd;
+$panel_fg_color: darken($fg_color, 5%);
 $panel_height: 2.2em;
 $panel_transition_duration: 250ms; // same as the overview transition duration
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]