Catppuccin-Mocha.conf 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # vim:ft=kitty
  2. ## name: Catppuccin-Mocha
  3. ## author: Pocco81 (https://github.com/Pocco81)
  4. ## license: MIT
  5. ## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
  6. ## blurb: Soothing pastel theme for the high-spirited!
  7. # The basic colors
  8. foreground #CDD6F4
  9. background #1E1E2E
  10. selection_foreground #1E1E2E
  11. selection_background #F5E0DC
  12. # Cursor colors
  13. cursor #F5E0DC
  14. cursor_text_color #1E1E2E
  15. # URL underline color when hovering with mouse
  16. url_color #F5E0DC
  17. # Kitty window border colors
  18. active_border_color #B4BEFE
  19. inactive_border_color #6C7086
  20. bell_border_color #F9E2AF
  21. # OS Window titlebar colors
  22. wayland_titlebar_color system
  23. macos_titlebar_color system
  24. # Tab bar colors
  25. active_tab_foreground #11111B
  26. active_tab_background #CBA6F7
  27. inactive_tab_foreground #CDD6F4
  28. inactive_tab_background #181825
  29. tab_bar_background #11111B
  30. # Colors for marks (marked text in the terminal)
  31. mark1_foreground #1E1E2E
  32. mark1_background #B4BEFE
  33. mark2_foreground #1E1E2E
  34. mark2_background #CBA6F7
  35. mark3_foreground #1E1E2E
  36. mark3_background #74C7EC
  37. # The 16 terminal colors
  38. # black
  39. color0 #45475A
  40. color8 #585B70
  41. # red
  42. color1 #F38BA8
  43. color9 #F38BA8
  44. # green
  45. color2 #A6E3A1
  46. color10 #A6E3A1
  47. # yellow
  48. color3 #F9E2AF
  49. color11 #F9E2AF
  50. # blue
  51. color4 #89B4FA
  52. color12 #89B4FA
  53. # magenta
  54. color5 #F5C2E7
  55. color13 #F5C2E7
  56. # cyan
  57. color6 #94E2D5
  58. color14 #94E2D5
  59. # white
  60. color7 #BAC2DE
  61. color15 #A6ADC8