mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-02 19:36:13 +00:00
update
This commit is contained in:
parent
02e254ff8f
commit
c20f9cf7e7
@ -13,11 +13,11 @@ if [ ! "$(which sassc 2> /dev/null)" ]; then
|
|||||||
if has_command zypper; then
|
if has_command zypper; then
|
||||||
sudo zypper in sassc
|
sudo zypper in sassc
|
||||||
elif has_command apt; then
|
elif has_command apt; then
|
||||||
sudo apt install sassc
|
sudo apt install -y sassc
|
||||||
elif has_command dnf; then
|
elif has_command dnf; then
|
||||||
sudo dnf install -y sassc
|
sudo dnf install -y sassc
|
||||||
elif has_command yum; then
|
elif has_command yum; then
|
||||||
sudo yum install sassc
|
sudo yum install -y sassc
|
||||||
elif has_command pacman; then
|
elif has_command pacman; then
|
||||||
sudo pacman -S --noconfirm sassc
|
sudo pacman -S --noconfirm sassc
|
||||||
fi
|
fi
|
||||||
|
@ -149,7 +149,7 @@ $header_border: if($variant == 'light', mix(black, $header_b
|
|||||||
|
|
||||||
// Sidebar colors
|
// Sidebar colors
|
||||||
$dark_sidebar_bg: white;
|
$dark_sidebar_bg: white;
|
||||||
$opacity: 0.96;
|
$opacity: 0.95;
|
||||||
|
|
||||||
@if $trans=='true' {
|
@if $trans=='true' {
|
||||||
@if $variant=='light' {
|
@if $variant=='light' {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user