hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

catppuccin.css (785B)


      1 @define-color rosewater #f5e0dc;
      2 @define-color flamingo #f2cdcd;
      3 @define-color pink #f5c2e7;
      4 @define-color mauve #cba6f7;
      5 @define-color red #f38ba8;
      6 @define-color maroon #eba0ac;
      7 @define-color peach #fab387;
      8 @define-color yellow #f9e2af;
      9 @define-color green #a6e3a1;
     10 @define-color teal #94e2d5;
     11 @define-color sky #89dceb;
     12 @define-color sapphire #74c7ec;
     13 @define-color blue #89b4fa;
     14 @define-color lavender #b4befe;
     15 @define-color text #cdd6f4;
     16 @define-color subtext1 #bac2de;
     17 @define-color subtext0 #a6adc8;
     18 @define-color overlay2 #9399b2;
     19 @define-color overlay1 #7f849c;
     20 @define-color overlay0 #6c7086;
     21 @define-color surface2 #585b70;
     22 @define-color surface1 #45475a;
     23 @define-color surface0 #313244;
     24 @define-color base #1e1e2e;
     25 @define-color mantle #181825;
     26 @define-color crust #11111b;