Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

81 lines
1.5KB

  1. # vim:ft=kitty
  2. ## name: Catppuccin-Macchiato
  3. ## author: Pocco81 (https://github.com/Pocco81)
  4. ## license: MIT
  5. ## upstream: https://github.com/catppuccin/kitty/blob/main/macchiato.conf
  6. ## blurb: Soothing pastel theme for the high-spirited!
  7. # The basic colors
  8. foreground #CAD3F5
  9. background #24273A
  10. selection_foreground #24273A
  11. selection_background #F4DBD6
  12. # Cursor colors
  13. cursor #F4DBD6
  14. cursor_text_color #24273A
  15. # URL underline color when hovering with mouse
  16. url_color #F4DBD6
  17. # Kitty window border colors
  18. active_border_color #B7BDF8
  19. inactive_border_color #6E738D
  20. bell_border_color #EED49F
  21. # OS Window titlebar colors
  22. wayland_titlebar_color system
  23. macos_titlebar_color system
  24. # Tab bar colors
  25. active_tab_foreground #181926
  26. active_tab_background #C6A0F6
  27. inactive_tab_foreground #CAD3F5
  28. inactive_tab_background #1E2030
  29. tab_bar_background #181926
  30. # Colors for marks (marked text in the terminal)
  31. mark1_foreground #24273A
  32. mark1_background #B7BDF8
  33. mark2_foreground #24273A
  34. mark2_background #C6A0F6
  35. mark3_foreground #24273A
  36. mark3_background #7DC4E4
  37. # The 16 terminal colors
  38. # black
  39. color0 #494D64
  40. color8 #5B6078
  41. # red
  42. color1 #ED8796
  43. color9 #ED8796
  44. # green
  45. color2 #A6DA95
  46. color10 #A6DA95
  47. # yellow
  48. color3 #EED49F
  49. color11 #EED49F
  50. # blue
  51. color4 #8AADF4
  52. color12 #8AADF4
  53. # magenta
  54. color5 #F5BDE6
  55. color13 #F5BDE6
  56. # cyan
  57. color6 #8BD5CA
  58. color14 #8BD5CA
  59. # white
  60. color7 #B8C0E0
  61. color15 #A5ADCB