kanagawabones.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # This file is auto-generated by shipwright.nvim
  2. # vim:ft=kitty
  3. ## name: kanagawabones
  4. ## author: Michael Chris Lopez
  5. ## license: MIT
  6. ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/kanagawabones.conf
  7. ## blurb: A zenbones variant inspired by Kanagawa.
  8. foreground #DDD8BB
  9. background #1F1F28
  10. selection_foreground #DDD8BB
  11. selection_background #49473E
  12. # Cursor colors
  13. cursor #E6E0C2
  14. cursor_text_color #1F1F28
  15. # URL underline color when hovering with mouse
  16. # kitty window border colors
  17. # OS Window titlebar colors
  18. # Tab bar colors
  19. active_tab_foreground #DDD8BB
  20. active_tab_background #614A82
  21. inactive_tab_foreground #DDD8BB
  22. inactive_tab_background #363644
  23. # Colors for marks (marked text in the terminal)
  24. # The basic 16 colors
  25. # black
  26. color0 #1F1F28
  27. color8 #3C3C51
  28. # red
  29. color1 #E46A78
  30. color9 #EC818C
  31. # green
  32. color2 #98BC6D
  33. color10 #9EC967
  34. # yellow
  35. color3 #E5C283
  36. color11 #F1C982
  37. # blue
  38. color4 #7EB3C9
  39. color12 #7BC2DF
  40. # magenta
  41. color5 #957FB8
  42. color13 #A98FD2
  43. # cyan
  44. color6 #7EB3C9
  45. color14 #7BC2DF
  46. # white
  47. color7 #DDD8BB
  48. color15 #A8A48D
  49. # You can set the remaining 240 colors as color16 to color255.