Catppuccin-Frappe.conf 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # vim:ft=kitty
  2. ## name: Catppuccin-Frappe
  3. ## author: Pocco81 (https://github.com/Pocco81)
  4. ## license: MIT
  5. ## upstream: https://github.com/catppuccin/kitty/blob/main/frappe.conf
  6. ## blurb: Soothing pastel theme for the high-spirited!
  7. # The basic colors
  8. foreground #C6D0F5
  9. background #303446
  10. selection_foreground #303446
  11. selection_background #F2D5CF
  12. # Cursor colors
  13. cursor #F2D5CF
  14. cursor_text_color #303446
  15. # URL underline color when hovering with mouse
  16. url_color #F2D5CF
  17. # Kitty window border colors
  18. active_border_color #BABBF1
  19. inactive_border_color #737994
  20. bell_border_color #E5C890
  21. # OS Window titlebar colors
  22. wayland_titlebar_color system
  23. macos_titlebar_color system
  24. # Tab bar colors
  25. active_tab_foreground #232634
  26. active_tab_background #CA9EE6
  27. inactive_tab_foreground #C6D0F5
  28. inactive_tab_background #292C3C
  29. tab_bar_background #232634
  30. # Colors for marks (marked text in the terminal)
  31. mark1_foreground #303446
  32. mark1_background #BABBF1
  33. mark2_foreground #303446
  34. mark2_background #CA9EE6
  35. mark3_foreground #303446
  36. mark3_background #85C1DC
  37. # The 16 terminal colors
  38. # black
  39. color0 #51576D
  40. color8 #626880
  41. # red
  42. color1 #E78284
  43. color9 #E78284
  44. # green
  45. color2 #A6D189
  46. color10 #A6D189
  47. # yellow
  48. color3 #E5C890
  49. color11 #E5C890
  50. # blue
  51. color4 #8CAAEE
  52. color12 #8CAAEE
  53. # magenta
  54. color5 #F4B8E4
  55. color13 #F4B8E4
  56. # cyan
  57. color6 #81C8BE
  58. color14 #81C8BE
  59. # white
  60. color7 #B5BFE2
  61. color15 #A5ADCE