mishran.conf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # vim:ft=kitty
  2. ## name: Mishran
  3. ## author: Anupam Srivastava
  4. ## license: GPL-3
  5. ## upstream: https://github.com/kovidgoyal/kitty-themes
  6. ## blurb: A mixtures of different themes that work well with powerlevel10k
  7. #: All the settings below are colors, which you can choose to modify, or use the
  8. #: defaults. You can also add non-color based settings if needed but note that
  9. #: these will not work with using kitty @ set-colors with this theme. For a
  10. #: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
  11. #: The basic colors
  12. foreground #bebebe
  13. background #000000
  14. #: Cursor colors
  15. cursor #ff6d0a
  16. cursor_text_color #111111
  17. #: The basic 16 colors
  18. #: black
  19. color0 #4e4e4e
  20. color8 #7c7c7c
  21. #: red
  22. color1 #ff6c60
  23. color9 #ffb6b0
  24. #: green
  25. color2 #a8ff60
  26. color10 #ceffab
  27. #: yellow
  28. color3 #ffffb6
  29. color11 #ffffcb
  30. #: blue
  31. color4 #96cbfe
  32. color12 #b5dcfe
  33. #: magenta
  34. color5 #ff73fd
  35. color13 #ff9cfe
  36. #: cyan
  37. color6 #c6c5fe
  38. color14 #dfdffe
  39. #: white
  40. color7 #eeeeee
  41. color15 #ffffff