You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
1.7 KiB

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