Catppuccin-Latte.conf 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # vim:ft=kitty
  2. ## name: Catppuccin-Latte
  3. ## author: Pocco81 (https://github.com/Pocco81)
  4. ## license: MIT
  5. ## upstream: https://github.com/catppuccin/kitty/blob/main/latte.conf
  6. ## blurb: Soothing pastel theme for the high-spirited!
  7. # The basic colors
  8. foreground #4C4F69
  9. background #EFF1F5
  10. selection_foreground #EFF1F5
  11. selection_background #DC8A78
  12. # Cursor colors
  13. cursor #DC8A78
  14. cursor_text_color #EFF1F5
  15. # URL underline color when hovering with mouse
  16. url_color #DC8A78
  17. # Kitty window border colors
  18. active_border_color #7287FD
  19. inactive_border_color #9CA0B0
  20. bell_border_color #DF8E1D
  21. # OS Window titlebar colors
  22. wayland_titlebar_color system
  23. macos_titlebar_color system
  24. # Tab bar colors
  25. active_tab_foreground #EFF1F5
  26. active_tab_background #8839EF
  27. inactive_tab_foreground #4C4F69
  28. inactive_tab_background #9CA0B0
  29. tab_bar_background #BCC0CC
  30. # Colors for marks (marked text in the terminal)
  31. mark1_foreground #EFF1F5
  32. mark1_background #7287fD
  33. mark2_foreground #EFF1F5
  34. mark2_background #8839EF
  35. mark3_foreground #EFF1F5
  36. mark3_background #209FB5
  37. # The 16 terminal colors
  38. # black
  39. color0 #5C5F77
  40. color8 #6C6F85
  41. # red
  42. color1 #D20F39
  43. color9 #D20F39
  44. # green
  45. color2 #40A02B
  46. color10 #40A02B
  47. # yellow
  48. color3 #DF8E1D
  49. color11 #DF8E1D
  50. # blue
  51. color4 #1E66F5
  52. color12 #1E66F5
  53. # magenta
  54. color5 #EA76CB
  55. color13 #EA76CB
  56. # cyan
  57. color6 #179299
  58. color14 #179299
  59. # white
  60. color7 #ACB0BE
  61. color15 #BCC0CC