Dracula.conf 792 B

123456789101112131415161718192021222324252627282930313233343536
  1. # vim:ft=kitty
  2. ## name: Dracula
  3. ## author: Keegan Carruthers-Smith
  4. ## license: MIT
  5. ## upstream: https://raw.githubusercontent.com/dracula/kitty/master/dracula.conf
  6. foreground #f8f8f2
  7. background #282a36
  8. selection_foreground #ffffff
  9. selection_background #44475a
  10. url_color #8be9fd
  11. color0 #21222c
  12. color8 #6272a4
  13. color1 #ff5555
  14. color9 #ff6e6e
  15. color2 #50fa7b
  16. color10 #69ff94
  17. color3 #f1fa8c
  18. color11 #ffffa5
  19. color4 #bd93f9
  20. color12 #d6acff
  21. color5 #ff79c6
  22. color13 #ff92df
  23. color6 #8be9fd
  24. color14 #a4ffff
  25. color7 #f8f8f2
  26. color15 #ffffff
  27. cursor #f8f8f2
  28. cursor_text_color background
  29. active_tab_foreground #282a36
  30. active_tab_background #f8f8f2
  31. inactive_tab_foreground #282a36
  32. inactive_tab_background #6272a4
  33. mark1_foreground #282a36
  34. mark1_background #ff5555