VSCode_Dark.conf 952 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # vim:ft=kitty
  2. ## name: VSCode_Dark
  3. ## author: ported from Microsoft VSCode by huabeiyou
  4. ## license: MIT
  5. ## blurb: the integrated terminal's default dark theme
  6. # The basic colors
  7. foreground #cccccc
  8. background #1e1e1e
  9. selection_foreground #cccccc
  10. selection_background #264f78
  11. # Cursor colors
  12. cursor #ffffff
  13. cursor_text_color #1e1e1e
  14. # kitty window border colors
  15. active_border_color #e7e7e7
  16. inactive_border_color #414140
  17. # Tab bar colors
  18. active_tab_foreground #ffffff
  19. active_tab_background #3a3d41
  20. inactive_tab_foreground #858485
  21. inactive_tab_background #1e1e1e
  22. # black
  23. color0 #000000
  24. color8 #666666
  25. # red
  26. color1 #f14c4c
  27. color9 #cd3131
  28. # green
  29. color2 #23d18b
  30. color10 #0dbc79
  31. # yellow
  32. color3 #f5f543
  33. color11 #e5e510
  34. # blue
  35. color4 #3b8eea
  36. color12 #2472c8
  37. # magenta
  38. color5 #d670d6
  39. color13 #bc3fbc
  40. # cyan
  41. color6 #29b8db
  42. color14 #11a8cd
  43. # white
  44. color7 #e5e5e5
  45. color15 #e5e5e5