gnome: update CSS to version 48.1 (#1295)
Closes: https://github.com/danth/stylix/issues/1293 Link: https://github.com/danth/stylix/pull/1295 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
5462829461
commit
940de011bb
3 changed files with 12 additions and 10 deletions
|
|
@ -1,5 +1,7 @@
|
|||
// _default-colors.scss
|
||||
|
||||
$accent_color: #{{base0D-hex}};
|
||||
|
||||
$destructive_bg_color: #{{base08-hex}};
|
||||
$destructive_fg_color: #{{base00-hex}};
|
||||
$destructive_color: #{{base08-hex}};
|
||||
|
|
@ -28,8 +30,8 @@ $border_opacity: 1;
|
|||
$shadow_color: transparent;
|
||||
$text_shadow_color: transparent;
|
||||
|
||||
$focus_color: $selected_bg_color;
|
||||
$focus_border_color: transparentize(#{{base05-hex}}, 0.5);
|
||||
$border_opacity: .875;
|
||||
$focus_border_opacity: .2;
|
||||
|
||||
// _colors.scss
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue