mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-07-03 21:32:37 +00:00
Merge branch 'master' of https://github.com/vinceliuice/WhiteSur-gtk-theme
This commit is contained in:
@@ -10,9 +10,9 @@ LineWidth=0
|
||||
#The color (RGBA) of the outer stroke.
|
||||
OuterStrokeColor=0;;0;;0;;95
|
||||
#The starting color (RGBA) of the fill gradient.
|
||||
FillStartColor=235;;235;;235;;50
|
||||
FillStartColor=209;;209;;209;;110
|
||||
#The ending color (RGBA) of the fill gradient.
|
||||
FillEndColor=235;;235;;235;;75
|
||||
FillEndColor=209;;209;;209;;115
|
||||
#The color (RGBA) of the inner stroke.
|
||||
InnerStrokeColor=255;;255;;255;;245
|
||||
|
||||
@@ -28,7 +28,7 @@ ItemPadding=4
|
||||
#The size of item indicators, in tenths of a percent of IconSize.
|
||||
IndicatorSize=5
|
||||
#The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
|
||||
IconShadowSize=2
|
||||
IconShadowSize=0
|
||||
#The height (in percent of IconSize) to bounce an icon when the application sets urgent.
|
||||
UrgentBounceHeight=1
|
||||
#The height (in percent of IconSize) to bounce an icon when launching an application.
|
||||
|
||||
@@ -163,7 +163,7 @@ $panel_fg: if($trans == 'true', white, $text_color);
|
||||
@if $trans == 'true' { $panel_bg: if($variant == 'light', rgba(white, $panel_opacity/2 + 0.08), rgba(black, $panel_opacity)); }
|
||||
@if $black == 'true' { $panel_fg: $text_color; }
|
||||
|
||||
$dash_bg: if($variant == 'light', rgba(#f1f1f1, $panel_opacity + 0.2), rgba(#222222, $panel_opacity/2 + 0.6));
|
||||
$dash_bg: if($variant == 'light', rgba(#d1d1d1, $panel_opacity + 0.33), rgba(#222222, $panel_opacity/2 + 0.6));
|
||||
$dash_fg: if($variant == 'light', black, white);
|
||||
|
||||
// Entry colors
|
||||
|
||||
Reference in New Issue
Block a user