seoulbones_light.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # This file is auto-generated by shipwright.nvim
  2. # vim:ft=kitty
  3. ## name: seoulbones_light
  4. ## author: Michael Chris Lopez
  5. ## license: MIT
  6. ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_light.conf
  7. ## blurb: A zenbones variant inspired by Seoul256.
  8. foreground #555555
  9. background #E2E2E2
  10. selection_foreground #555555
  11. selection_background #CCCCCC
  12. # Cursor colors
  13. cursor #555555
  14. cursor_text_color #E2E2E2
  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 #555555
  20. active_tab_background #CBB1CA
  21. inactive_tab_foreground #555555
  22. inactive_tab_background #C4C4C4
  23. # Colors for marks (marked text in the terminal)
  24. # The basic 16 colors
  25. # black
  26. color0 #E2E2E2
  27. color8 #BFBABB
  28. # red
  29. color1 #DC5284
  30. color9 #BE3C6D
  31. # green
  32. color2 #628562
  33. color10 #487249
  34. # yellow
  35. color3 #C48562
  36. color11 #A76B48
  37. # blue
  38. color4 #0084A3
  39. color12 #006F89
  40. # magenta
  41. color5 #896788
  42. color13 #7F4C7E
  43. # cyan
  44. color6 #008586
  45. color14 #006F70
  46. # white
  47. color7 #555555
  48. color15 #777777
  49. # You can set the remaining 240 colors as color16 to color255.