Advertisement
Guest User

mocha.css

a guest
Mar 13th, 2025
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. /*
  2. *
  3. * Catppuccin Mocha palette
  4. * Maintainer: rubyowo
  5. *
  6. */
  7.  
  8. @define-color base #1e1e2e;
  9. @define-color mantle #181825;
  10. @define-color crust #11111b;
  11.  
  12. @define-color text #cdd6f4;
  13. @define-color subtext0 #a6adc8;
  14. @define-color subtext1 #bac2de;
  15.  
  16. @define-color surface0 #313244;
  17. @define-color surface1 #45475a;
  18. @define-color surface2 #585b70;
  19.  
  20. @define-color overlay0 #6c7086;
  21. @define-color overlay1 #7f849c;
  22. @define-color overlay2 #9399b2;
  23.  
  24. @define-color blue #89b4fa;
  25. @define-color lavender #b4befe;
  26. @define-color sapphire #74c7ec;
  27. @define-color sky #89dceb;
  28. @define-color teal #94e2d5;
  29. @define-color green #a6e3a1;
  30. @define-color yellow #f9e2af;
  31. @define-color peach #fab387;
  32. @define-color maroon #eba0ac;
  33. @define-color red #f38ba8;
  34. @define-color mauve #cba6f7;
  35. @define-color pink #f5c2e7;
  36. @define-color flamingo #f2cdcd;
  37. @define-color rosewater #f5e0dc;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement