mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-15 16:09:53 +01:00
Gtk-4: Rebuild theme
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1794
gtk-4.0/gtk.css
1794
gtk-4.0/gtk.css
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
$variant: 'dark';
|
$variant: 'light';
|
||||||
|
|
||||||
@import '../gtk-3.0/colors';
|
@import '../gtk-3.0/colors';
|
||||||
@import '../gtk-3.0/elementary-colors';
|
@import '../gtk-3.0/elementary-colors';
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ decoration, window {
|
|||||||
// lamefun trick to get rounded borders regardless of CSD use
|
// lamefun trick to get rounded borders regardless of CSD use
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
|
|
||||||
box-shadow: 0 4px 10px 2px transparentize($borders_color, 0.2);
|
box-shadow: 0 4px 10px 2px transparentize(#211A1E, 0.6);
|
||||||
// FIXME rationalize shadows
|
// FIXME rationalize shadows
|
||||||
|
|
||||||
// this is used for the resize cursor area
|
// this is used for the resize cursor area
|
||||||
|
|||||||
Reference in New Issue
Block a user