seoulbones_dark.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # This file is auto-generated by shipwright.nvim
  2. # vim:ft=kitty
  3. ## name: seoulbones_dark
  4. ## author: Michael Chris Lopez
  5. ## license: MIT
  6. ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_dark.conf
  7. ## blurb: A zenbones variant inspired by Seoul256.
  8. foreground #DDDDDD
  9. background #4B4B4B
  10. selection_foreground #DDDDDD
  11. selection_background #777777
  12. # Cursor colors
  13. cursor #E2E2E2
  14. cursor_text_color #4B4B4B
  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 #DDDDDD
  20. active_tab_background #8283AD
  21. inactive_tab_foreground #DDDDDD
  22. inactive_tab_background #5E5E5E
  23. # Colors for marks (marked text in the terminal)
  24. # The basic 16 colors
  25. # black
  26. color0 #4B4B4B
  27. color8 #6C6465
  28. # red
  29. color1 #E388A3
  30. color9 #EB99B1
  31. # green
  32. color2 #98BD99
  33. color10 #8FCD92
  34. # yellow
  35. color3 #FFDF9B
  36. color11 #FFE5B3
  37. # blue
  38. color4 #97BDDE
  39. color12 #A2C8E9
  40. # magenta
  41. color5 #A5A6C5
  42. color13 #B2B3DA
  43. # cyan
  44. color6 #6FBDBE
  45. color14 #6BCACB
  46. # white
  47. color7 #DDDDDD
  48. color15 #A8A8A8
  49. # You can set the remaining 240 colors as color16 to color255.