Compare commits

..

No commits in common. "187848f1c3b4d62823dffb04c98caf6f0afc3f37" and "eac4a65e8cd1bc056a64e976b766b1d85e2b0db3" have entirely different histories.

3 changed files with 36 additions and 34 deletions

View file

@ -22,8 +22,11 @@ $tag-palette: (
); );
// colors // colors
$background: $base; $background: $black2;
$foreground: $text; $foreground: $white;
//$accent: list.nth($tag-palette,math.random(length($tag-palette)));
.debug { .debug {
background-color: $red; background-color: $red;
@ -34,7 +37,6 @@ $foreground: $text;
.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;
} }
@ -55,6 +57,11 @@ $foreground: $text;
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;
@ -65,10 +72,6 @@ $foreground: $text;
.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 {
@ -77,6 +80,7 @@ $foreground: $text;
padding: 0 5px; padding: 0 5px;
} }
.active { .active {
all: unset; all: unset;
border-radius: 0; border-radius: 0;

View file

@ -1,26 +1,25 @@
$rosewater: #f5e0dc; /* ----- Catppuccin Colors ----- */
$flamingo: #f2cdcd;
$pink: #f5c2e7; $rosewater: #F5E0DC;
$mauve: #cba6f7; $flamingo: #F2CDCD;
$red: #f38ba8; $mauve: #DDB6F2;
$maroon: #eba0ac; $pink: #F5C2E7;
$peach: #fab387; $maroon: #E8A2AF;
$yellow: #f9e2af; $red: #F28FAD;
$green: #a6e3a1; $peach: #F8BD96;
$teal: #94e2d5; $yellow: #FAE3B0;
$sky: #89dceb; $green: #ABE9B3;
$sapphire: #74c7ec; $teal: #B5E8E0;
$blue: #89b4fa; $blue: #96CDFB;
$lavender: #b4befe; $sky: #89DCEB;
$text: #cdd6f4; $lavender: #C9CBFF;
$subtext1: #bac2de;
$subtext0: #a6adc8; $black0: #161320;
$overlay2: #9399b2; $black1: #1A1826;
$overlay1: #7f849c; $black2: #1E1E2E;
$overlay0: #6c7086; $black3: #302D41;
$surface2: #585b70; $black4: #575268;
$surface1: #45475a; $gray0: #6E6C7E;
$surface0: #313244; $gray1: #988BA2;
$base: #1e1e2e; $gray2: #C3BAC6;
$mantle: #181825; $white: #D9E0EE;
$crust: #11111b;

View file

@ -61,4 +61,3 @@ VirtualBox
Lua Lua
NextFlow NextFlow
webserver webserver
catppuccin