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.

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