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.

38 lines
570 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. ! black
  7. *.color0: #383A42
  8. *.color8: #383A42
  9. ! red
  10. *.color1: #E45649
  11. *.color9: #E45649
  12. ! green
  13. *.color2: #40A14F
  14. *.color10: #40A14F
  15. ! yellow
  16. *.color3: #C18401
  17. *.color11: #C18401
  18. ! blue
  19. *.color4: #0184BC
  20. *.color12: #0184BC
  21. ! magenta
  22. *.color5: #A626A4
  23. *.color13: #A626A4
  24. ! cyan
  25. *.color6: #0997B3
  26. *.color14: #0997B3
  27. ! white
  28. *.color7: #FAFAFA
  29. *.color15: #FAFAFA