duckbones.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # This file is auto-generated by shipwright.nvim
  2. # vim:ft=kitty
  3. ## name: duckbones
  4. ## author: Michael Chris Lopez
  5. ## license: MIT
  6. ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/duckbones.conf
  7. ## blurb: A zenbones variant inspired by Spaceduck.
  8. foreground #EBEFC0
  9. background #0E101A
  10. selection_foreground #EBEFC0
  11. selection_background #37382D
  12. # Cursor colors
  13. cursor #EDF2C2
  14. cursor_text_color #0E101A
  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 #EBEFC0
  20. active_tab_background #4D3191
  21. inactive_tab_foreground #EBEFC0
  22. inactive_tab_background #232738
  23. # Colors for marks (marked text in the terminal)
  24. # The basic 16 colors
  25. # black
  26. color0 #0E101A
  27. color8 #2B2F46
  28. # red
  29. color1 #E03600
  30. color9 #FF4821
  31. # green
  32. color2 #5DCD97
  33. color10 #58DB9E
  34. # yellow
  35. color3 #E39500
  36. color11 #F6A100
  37. # blue
  38. color4 #00A3CB
  39. color12 #00B4E0
  40. # magenta
  41. color5 #795CCC
  42. color13 #B3A1E6
  43. # cyan
  44. color6 #00A3CB
  45. color14 #00B4E0
  46. # white
  47. color7 #EBEFC0
  48. color15 #B3B692
  49. # You can set the remaining 240 colors as color16 to color255.