update
This commit is contained in:
parent
3bcde52aae
commit
6b2f2115ff
5 changed files with 5 additions and 13 deletions
|
@ -1,9 +1,5 @@
|
|||
// Dash to Dock
|
||||
|
||||
$dash_panel_bg: if($variant == 'light', rgba(#f1f1f1, 0.15), rgba(#101010, 0.25));
|
||||
$dash_panel_fg: if($variant == 'light', black, white);
|
||||
$dash_radius: 18px;
|
||||
|
||||
// Scrollview style
|
||||
.bottom #dashtodockDashScrollview,
|
||||
.top #dashtodockDashScrollview {
|
||||
|
|
|
@ -162,9 +162,12 @@ $panel_fg: if($trans == 'true', white, $text_color);
|
|||
|
||||
@if $black == 'true' { $panel_fg: $text_color; }
|
||||
|
||||
$shell_panel: if($variant == 'light', rgba(white, $panel_opacity), rgba(black, $panel_opacity));
|
||||
$shell_panel: if($variant == 'light', rgba(white, $panel_opacity/2 + 0.08), rgba(black, $panel_opacity));
|
||||
$shell_panel_bg: if($trans == 'true', $shell_panel, $panel_bg);
|
||||
|
||||
$dash_panel_bg: if($variant == 'light', rgba(#f1f1f1, $panel_opacity + 0.2), rgba(#222222, $panel_opacity/2 + 0.6));
|
||||
$dash_panel_fg: if($variant == 'light', black, white);
|
||||
|
||||
// Entry colors
|
||||
$entry_bg: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05));
|
||||
$entry_shell_bg: if($variant == 'light', rgba(black, 0.1), rgba(white, 0.1));
|
||||
|
|
|
@ -44,6 +44,7 @@ $bt_radius: 6px;
|
|||
$bd_radius: 8px;
|
||||
$wm_radius: 12px;
|
||||
$mn_radius: 10px;
|
||||
$dash_radius: 18px;
|
||||
$base_border_radius: 8px;
|
||||
$modal_radius: $base_border_radius * 2;
|
||||
$maximized_radius: 0;
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
// Dash to Dock
|
||||
|
||||
$dash_panel_bg: if($variant == 'light', rgba(#f1f1f1, 0.15), rgba(#101010, 0.25));
|
||||
$dash_panel_fg: if($variant == 'light', black, white);
|
||||
$dash_radius: 18px;
|
||||
|
||||
// Scrollview style
|
||||
.bottom #dashtodockDashScrollview,
|
||||
.top #dashtodockDashScrollview {
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
// Dash to Dock
|
||||
|
||||
$dash_panel_bg: if($variant == 'light', rgba(#f1f1f1, 0.35), rgba(#222222, 0.75));
|
||||
$dash_panel_fg: if($variant == 'light', black, white);
|
||||
$dash_radius: 18px;
|
||||
|
||||
// Scrollview style
|
||||
.bottom #dashtodockDashScrollview,
|
||||
.top #dashtodockDashScrollview {
|
||||
|
|
Loading…
Reference in a new issue