vimbones.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # This file is auto-generated by shipwright.nvim
  2. # vim:ft=kitty
  3. ## name: vimbones
  4. ## author: Michael Chris Lopez
  5. ## license: MIT
  6. ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/vimbones.conf
  7. ## blurb: A zenbones variant inspired by vim.org.
  8. foreground #353535
  9. background #F0F0CA
  10. selection_foreground #353535
  11. selection_background #D7D7D7
  12. # Cursor colors
  13. cursor #353535
  14. cursor_text_color #F0F0CA
  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 #353535
  20. active_tab_background #DEB9D6
  21. inactive_tab_foreground #353535
  22. inactive_tab_background #D1D1B0
  23. # Colors for marks (marked text in the terminal)
  24. # The basic 16 colors
  25. # black
  26. color0 #F0F0CA
  27. color8 #C6C6A3
  28. # red
  29. color1 #A8334C
  30. color9 #94253E
  31. # green
  32. color2 #4F6C31
  33. color10 #3F5A22
  34. # yellow
  35. color3 #944927
  36. color11 #803D1C
  37. # blue
  38. color4 #286486
  39. color12 #1D5573
  40. # magenta
  41. color5 #88507D
  42. color13 #7B3B70
  43. # cyan
  44. color6 #3B8992
  45. color14 #2B747C
  46. # white
  47. color7 #353535
  48. color15 #5C5C5C
  49. # You can set the remaining 240 colors as color16 to color255.