dotfiles

dotfiles - ryukamish edition
Log | Files | Refs | README

catppuccin-mocha.css (890B)


      1 /* colors-catppuccin-mocha.css */
      2 
      3 /* Accents */
      4 @define-color rosewater #f5e0dc;
      5 @define-color flamingo #f2cdcd;
      6 @define-color pink #f5c2e7;
      7 @define-color mauve #cba6f7;
      8 @define-color red #f38ba8;
      9 @define-color maroon #eba0ac;
     10 @define-color peach #fab387;
     11 @define-color yellow #f9e2af;
     12 @define-color green #a6e3a1;
     13 @define-color teal #94e2d5;
     14 @define-color sky #89dceb;
     15 @define-color sapphire #74c7ec;
     16 @define-color blue #89b4fa;
     17 @define-color lavender #b4befe;
     18 
     19 /* Text */
     20 @define-color text #cdd6f4;
     21 @define-color subtext1 #bac2de;
     22 @define-color subtext0 #a6adc8;
     23 
     24 /* Overlays */
     25 @define-color overlay2 #9399b2;
     26 @define-color overlay1 #7f849c;
     27 @define-color overlay0 #6c7086;
     28 
     29 /* Surfaces */
     30 @define-color surface2 #585b70;
     31 @define-color surface1 #45475a;
     32 @define-color surface0 #313244;
     33 
     34 /* Base */
     35 @define-color base #1e1e2e;
     36 @define-color mantle #181825;
     37 @define-color crust #11111b;