Compare commits
3 commits
eac4a65e8c
...
187848f1c3
Author | SHA1 | Date | |
---|---|---|---|
187848f1c3 | |||
54376f86ba | |||
8c2987c7ef |
3 changed files with 34 additions and 36 deletions
|
@ -22,11 +22,8 @@ $tag-palette: (
|
||||||
);
|
);
|
||||||
|
|
||||||
// colors
|
// colors
|
||||||
$background: $black2;
|
$background: $base;
|
||||||
$foreground: $white;
|
$foreground: $text;
|
||||||
|
|
||||||
//$accent: list.nth($tag-palette,math.random(length($tag-palette)));
|
|
||||||
|
|
||||||
|
|
||||||
.debug {
|
.debug {
|
||||||
background-color: $red;
|
background-color: $red;
|
||||||
|
@ -37,6 +34,7 @@ $foreground: $white;
|
||||||
.bar {
|
.bar {
|
||||||
color: $foreground;
|
color: $foreground;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
|
// font-family:"FiraCode Nerd Font Propo";
|
||||||
font-family:"FiraCode Nerd Font Propo";
|
font-family:"FiraCode Nerd Font Propo";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
@ -57,11 +55,6 @@ $foreground: $white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ws-button-active {
|
|
||||||
border-width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ws-button-open {
|
.ws-button-open {
|
||||||
border-width: 0px 0px 2px;
|
border-width: 0px 0px 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -72,6 +65,10 @@ $foreground: $white;
|
||||||
.ws-button-#{index($tag-palette,$color)} {
|
.ws-button-#{index($tag-palette,$color)} {
|
||||||
color: $color;
|
color: $color;
|
||||||
}
|
}
|
||||||
|
.ws-button-active-#{index($tag-palette,$color)}{
|
||||||
|
color: $background;
|
||||||
|
background: $color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces {
|
.workspaces {
|
||||||
|
@ -80,7 +77,6 @@ $foreground: $white;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
all: unset;
|
all: unset;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
|
@ -1,25 +1,26 @@
|
||||||
/* ----- Catppuccin Colors ----- */
|
$rosewater: #f5e0dc;
|
||||||
|
$flamingo: #f2cdcd;
|
||||||
$rosewater: #F5E0DC;
|
$pink: #f5c2e7;
|
||||||
$flamingo: #F2CDCD;
|
$mauve: #cba6f7;
|
||||||
$mauve: #DDB6F2;
|
$red: #f38ba8;
|
||||||
$pink: #F5C2E7;
|
$maroon: #eba0ac;
|
||||||
$maroon: #E8A2AF;
|
$peach: #fab387;
|
||||||
$red: #F28FAD;
|
$yellow: #f9e2af;
|
||||||
$peach: #F8BD96;
|
$green: #a6e3a1;
|
||||||
$yellow: #FAE3B0;
|
$teal: #94e2d5;
|
||||||
$green: #ABE9B3;
|
$sky: #89dceb;
|
||||||
$teal: #B5E8E0;
|
$sapphire: #74c7ec;
|
||||||
$blue: #96CDFB;
|
$blue: #89b4fa;
|
||||||
$sky: #89DCEB;
|
$lavender: #b4befe;
|
||||||
$lavender: #C9CBFF;
|
$text: #cdd6f4;
|
||||||
|
$subtext1: #bac2de;
|
||||||
$black0: #161320;
|
$subtext0: #a6adc8;
|
||||||
$black1: #1A1826;
|
$overlay2: #9399b2;
|
||||||
$black2: #1E1E2E;
|
$overlay1: #7f849c;
|
||||||
$black3: #302D41;
|
$overlay0: #6c7086;
|
||||||
$black4: #575268;
|
$surface2: #585b70;
|
||||||
$gray0: #6E6C7E;
|
$surface1: #45475a;
|
||||||
$gray1: #988BA2;
|
$surface0: #313244;
|
||||||
$gray2: #C3BAC6;
|
$base: #1e1e2e;
|
||||||
$white: #D9E0EE;
|
$mantle: #181825;
|
||||||
|
$crust: #11111b;
|
||||||
|
|
|
@ -61,3 +61,4 @@ VirtualBox
|
||||||
Lua
|
Lua
|
||||||
NextFlow
|
NextFlow
|
||||||
webserver
|
webserver
|
||||||
|
catppuccin
|
||||||
|
|
Loading…
Reference in a new issue