mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Improve xfce-panel appearance
This commit is contained in:
@@ -75,9 +75,9 @@ $info_color: $lime;
|
||||
$question_color: $cyan;
|
||||
|
||||
// Panel colors
|
||||
$panel_bg_color: transparentize(black, 0.3);
|
||||
$panel_fg_color: white;
|
||||
$panel_borders_color: transparentize(black, 0.8);
|
||||
$panel_bg_color: transparentize($base_color, 0.3);
|
||||
$panel_fg_color: $fg_color;
|
||||
$panel_borders_color: transparentize($base_color, 0.8);
|
||||
|
||||
// Disabled state colors
|
||||
$insensitive_fg_color: mix($fg_color, $bg_color, 50%);
|
||||
|
||||
Reference in New Issue
Block a user