You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
590 B

  1. ! Onehalf Light Colorscheme for Kitty
  2. ! Based on https://github.com/sonph/onehalf
  3. ! By https://github.com/dbinary
  4. *.foreground: #383A42
  5. *.background: #FAFAFA
  6. *.cursor: #f0f0f0
  7. ! black
  8. *.color0: #383A42
  9. *.color8: #383A42
  10. ! red
  11. *.color1: #E45649
  12. *.color9: #E45649
  13. ! green
  14. *.color2: #40A14F
  15. *.color10: #40A14F
  16. ! yellow
  17. *.color3: #C18401
  18. *.color11: #C18401
  19. ! blue
  20. *.color4: #0184BC
  21. *.color12: #0184BC
  22. ! magenta
  23. *.color5: #A626A4
  24. *.color13: #A626A4
  25. ! cyan
  26. *.color6: #0997B3
  27. *.color14: #0997B3
  28. ! white
  29. *.color7: #FAFAFA
  30. *.color15: #FAFAFA