mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Darken windows shadows to add visual separation between them
This commit is contained in:
@@ -4553,10 +4553,10 @@ decoration {
|
|||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.4);
|
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.6);
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
decoration:backdrop {
|
decoration:backdrop {
|
||||||
box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.2);
|
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.4);
|
||||||
transition: 200ms ease-out; }
|
transition: 200ms ease-out; }
|
||||||
.maximized decoration,
|
.maximized decoration,
|
||||||
.fullscreen decoration,
|
.fullscreen decoration,
|
||||||
|
|||||||
@@ -4553,10 +4553,10 @@ decoration {
|
|||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.4);
|
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.6);
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
decoration:backdrop {
|
decoration:backdrop {
|
||||||
box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.2);
|
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.4);
|
||||||
transition: 200ms ease-out; }
|
transition: 200ms ease-out; }
|
||||||
.maximized decoration,
|
.maximized decoration,
|
||||||
.fullscreen decoration,
|
.fullscreen decoration,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ decoration {
|
|||||||
// 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(#211A1E, 0.6);
|
box-shadow: 0 4px 10px 2px transparentize($borders_color, 0.2);
|
||||||
// FIXME rationalize shadows
|
// FIXME rationalize shadows
|
||||||
|
|
||||||
// this is used for the resize cursor area
|
// this is used for the resize cursor area
|
||||||
@@ -26,7 +26,7 @@ decoration {
|
|||||||
// change when we go to backdrop, to prevent jumping windows.
|
// change when we go to backdrop, to prevent jumping windows.
|
||||||
// The biggest shadow should be in the same order then in the active state
|
// The biggest shadow should be in the same order then in the active state
|
||||||
// or the jumping will happen during the transition.
|
// or the jumping will happen during the transition.
|
||||||
box-shadow: 0 4px 10px 2px transparentize(#211A1E, 0.8);
|
box-shadow: 0 4px 10px 2px transparentize($borders_color, 0.4);
|
||||||
transition: $backdrop_transition;
|
transition: $backdrop_transition;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user