From 187848f1c3b4d62823dffb04c98caf6f0afc3f37 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 31 May 2024 09:34:53 -0500 Subject: [PATCH] update catppuccin palette for eww --- home/private_dot_config/eww/eww.scss | 8 ++- .../eww/scss/Catppuccin.scss | 51 ++++++++++--------- 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/home/private_dot_config/eww/eww.scss b/home/private_dot_config/eww/eww.scss index a5f4129..a0a3bed 100644 --- a/home/private_dot_config/eww/eww.scss +++ b/home/private_dot_config/eww/eww.scss @@ -22,11 +22,8 @@ $tag-palette: ( ); // colors -$background: $black2; -$foreground: $white; - -//$accent: list.nth($tag-palette,math.random(length($tag-palette))); - +$background: $base; +$foreground: $text; .debug { background-color: $red; @@ -37,6 +34,7 @@ $foreground: $white; .bar { color: $foreground; padding: 2px 5px; + // font-family:"FiraCode Nerd Font Propo"; font-family:"FiraCode Nerd Font Propo"; font-size: 16px; } diff --git a/home/private_dot_config/eww/scss/Catppuccin.scss b/home/private_dot_config/eww/scss/Catppuccin.scss index 7b25850..728949d 100644 --- a/home/private_dot_config/eww/scss/Catppuccin.scss +++ b/home/private_dot_config/eww/scss/Catppuccin.scss @@ -1,25 +1,26 @@ -/* ----- Catppuccin Colors ----- */ - -$rosewater: #F5E0DC; -$flamingo: #F2CDCD; -$mauve: #DDB6F2; -$pink: #F5C2E7; -$maroon: #E8A2AF; -$red: #F28FAD; -$peach: #F8BD96; -$yellow: #FAE3B0; -$green: #ABE9B3; -$teal: #B5E8E0; -$blue: #96CDFB; -$sky: #89DCEB; -$lavender: #C9CBFF; - -$black0: #161320; -$black1: #1A1826; -$black2: #1E1E2E; -$black3: #302D41; -$black4: #575268; -$gray0: #6E6C7E; -$gray1: #988BA2; -$gray2: #C3BAC6; -$white: #D9E0EE; +$rosewater: #f5e0dc; +$flamingo: #f2cdcd; +$pink: #f5c2e7; +$mauve: #cba6f7; +$red: #f38ba8; +$maroon: #eba0ac; +$peach: #fab387; +$yellow: #f9e2af; +$green: #a6e3a1; +$teal: #94e2d5; +$sky: #89dceb; +$sapphire: #74c7ec; +$blue: #89b4fa; +$lavender: #b4befe; +$text: #cdd6f4; +$subtext1: #bac2de; +$subtext0: #a6adc8; +$overlay2: #9399b2; +$overlay1: #7f849c; +$overlay0: #6c7086; +$surface2: #585b70; +$surface1: #45475a; +$surface0: #313244; +$base: #1e1e2e; +$mantle: #181825; +$crust: #11111b;