zenburned.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # This file is auto-generated by shipwright.nvim
  2. # vim:ft=kitty
  3. ## name: zenburned
  4. ## author: Michael Chris Lopez
  5. ## license: MIT
  6. ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenburned.conf
  7. ## blurb: A zenbones variant inspired by Zenburn.
  8. foreground #F0E4CF
  9. background #404040
  10. selection_foreground #F0E4CF
  11. selection_background #746956
  12. # Cursor colors
  13. cursor #F3EADB
  14. cursor_text_color #404040
  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 #F0E4CF
  20. active_tab_background #9C6992
  21. inactive_tab_foreground #F0E4CF
  22. inactive_tab_background #555555
  23. # Colors for marks (marked text in the terminal)
  24. # The basic 16 colors
  25. # black
  26. color0 #404040
  27. color8 #625A5B
  28. # red
  29. color1 #E3716E
  30. color9 #EC8685
  31. # green
  32. color2 #819B69
  33. color10 #8BAE68
  34. # yellow
  35. color3 #B77E64
  36. color11 #D68C67
  37. # blue
  38. color4 #6099C0
  39. color12 #61ABDA
  40. # magenta
  41. color5 #B279A7
  42. color13 #CF86C1
  43. # cyan
  44. color6 #66A5AD
  45. color14 #65B8C1
  46. # white
  47. color7 #F0E4CF
  48. color15 #C0AB86
  49. # You can set the remaining 240 colors as color16 to color255.