mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
darken window-frame a bit
This commit is contained in:
parent
4097e62e01
commit
86cfa12fc4
@ -2364,11 +2364,11 @@ GtkVolumeButton.button {
|
|||||||
.window-frame {
|
.window-frame {
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35);
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35);
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
.window-frame:backdrop {
|
.window-frame:backdrop {
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
|
||||||
.window-frame.tiled {
|
.window-frame.tiled {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.window-frame.csd.popup, .window-frame.csd.menu {
|
.window-frame.csd.popup, .window-frame.csd.menu {
|
||||||
|
@ -2364,11 +2364,11 @@ GtkVolumeButton.button {
|
|||||||
.window-frame {
|
.window-frame {
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2);
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
.window-frame:backdrop {
|
.window-frame:backdrop {
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
|
||||||
.window-frame.tiled {
|
.window-frame.tiled {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.window-frame.csd.popup, .window-frame.csd.menu {
|
.window-frame.csd.popup, .window-frame.csd.menu {
|
||||||
|
@ -2364,11 +2364,11 @@ GtkVolumeButton.button {
|
|||||||
.window-frame {
|
.window-frame {
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 0 0 1px #22262d, 0 8px 8px 0 rgba(0, 0, 0, 0.35);
|
box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.35);
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
.window-frame:backdrop {
|
.window-frame:backdrop {
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
|
||||||
.window-frame.tiled {
|
.window-frame.tiled {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.window-frame.csd.popup, .window-frame.csd.menu {
|
.window-frame.csd.popup, .window-frame.csd.menu {
|
||||||
|
@ -2364,11 +2364,11 @@ GtkVolumeButton.button {
|
|||||||
.window-frame {
|
.window-frame {
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 0 0 1px #22262d, 0 8px 8px 0 rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2);
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
.window-frame:backdrop {
|
.window-frame:backdrop {
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
|
||||||
.window-frame.tiled {
|
.window-frame.tiled {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.window-frame.csd.popup, .window-frame.csd.menu {
|
.window-frame.csd.popup, .window-frame.csd.menu {
|
||||||
|
@ -2624,14 +2624,14 @@ GtkVolumeButton.button { padding: 8px; }
|
|||||||
// see bug #722563
|
// see bug #722563
|
||||||
$_wm_border: if($variant=='light', transparentize(black, 0.9), transparentize(black, 0.45));
|
$_wm_border: if($variant=='light', transparentize(black, 0.9), transparentize(black, 0.45));
|
||||||
|
|
||||||
box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', darken($header_bg, 6%), $_wm_border),
|
box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), $_wm_border),
|
||||||
0 8px 8px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2));
|
0 8px 8px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2));
|
||||||
|
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
||||||
&:backdrop {
|
&:backdrop {
|
||||||
box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', transparentize(darken($header_bg, 6%), 0.1), $_wm_border),
|
box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', transparentize(darken($header_bg, 7%), 0.1), $_wm_border),
|
||||||
0 5px 5px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2));
|
0 5px 5px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2));
|
||||||
}
|
}
|
||||||
&.tiled {
|
&.tiled {
|
||||||
|
@ -2442,11 +2442,11 @@ GtkVolumeButton.button {
|
|||||||
.window-frame {
|
.window-frame {
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35);
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35);
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
.window-frame:backdrop {
|
.window-frame:backdrop {
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
|
||||||
.window-frame.tiled {
|
.window-frame.tiled {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.window-frame.ssd {
|
.window-frame.ssd {
|
||||||
|
@ -2442,11 +2442,11 @@ GtkVolumeButton.button {
|
|||||||
.window-frame {
|
.window-frame {
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2);
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
.window-frame:backdrop {
|
.window-frame:backdrop {
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
|
||||||
.window-frame.tiled {
|
.window-frame.tiled {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.window-frame.ssd {
|
.window-frame.ssd {
|
||||||
|
@ -2442,11 +2442,11 @@ GtkVolumeButton.button {
|
|||||||
.window-frame {
|
.window-frame {
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 0 0 1px #22262d, 0 8px 8px 0 rgba(0, 0, 0, 0.35);
|
box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.35);
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
.window-frame:backdrop {
|
.window-frame:backdrop {
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
|
||||||
.window-frame.tiled {
|
.window-frame.tiled {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.window-frame.ssd {
|
.window-frame.ssd {
|
||||||
|
@ -2442,11 +2442,11 @@ GtkVolumeButton.button {
|
|||||||
.window-frame {
|
.window-frame {
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
box-shadow: 0 0 0 1px #22262d, 0 8px 8px 0 rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2);
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px; }
|
margin: 10px; }
|
||||||
.window-frame:backdrop {
|
.window-frame:backdrop {
|
||||||
box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
|
||||||
.window-frame.tiled {
|
.window-frame.tiled {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.window-frame.ssd {
|
.window-frame.ssd {
|
||||||
|
@ -2753,14 +2753,14 @@ GtkVolumeButton.button { padding: 8px; }
|
|||||||
// see bug #722563
|
// see bug #722563
|
||||||
$_wm_border: if($variant=='light', transparentize(black, 0.9), transparentize(black, 0.45));
|
$_wm_border: if($variant=='light', transparentize(black, 0.9), transparentize(black, 0.45));
|
||||||
|
|
||||||
box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', darken($header_bg, 6%), $_wm_border),
|
box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), $_wm_border),
|
||||||
0 8px 8px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2));
|
0 8px 8px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2));
|
||||||
|
|
||||||
/* this is used for the resize cursor area */
|
/* this is used for the resize cursor area */
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
||||||
&:backdrop {
|
&:backdrop {
|
||||||
box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', transparentize(darken($header_bg, 6%), 0.1), $_wm_border),
|
box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', transparentize(darken($header_bg, 7%), 0.1), $_wm_border),
|
||||||
0 5px 5px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2));
|
0 5px 5px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2));
|
||||||
}
|
}
|
||||||
&.tiled {
|
&.tiled {
|
||||||
|
Loading…
Reference in New Issue
Block a user