OneDark-Pro.conf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # vim:ft=kitty
  2. ## name: OneDark-Pro
  3. ## author: VictorPL (https://github.com/VictorPLopes)
  4. ## license: MIT
  5. ## upstream: https://github.com/VictorPLopes/OneDark-Pro-Kitty-Terminal/blob/main/kitty-themes/OneDark-Pro.conf
  6. ## blurb: Kitty theme inspired by Binaryify's One Dark Pro theme for Visual Studio Code.
  7. # Colors
  8. # The basic colors
  9. foreground #ABB2BF
  10. background #282C34
  11. selection_foreground #282C34
  12. selection_background #ABB2BF
  13. # Cursor colors
  14. cursor #ABB2BF
  15. cursor_text_color #282C34
  16. # URL underline color when hovering with mouse
  17. url_color #ABB2BF
  18. # Tab bar colors
  19. active_tab_foreground #3F4451
  20. active_tab_background #D7DAE0
  21. inactive_tab_foreground #ABB2BF
  22. inactive_tab_background #282C34
  23. # The 16 terminal colors
  24. # black
  25. color0 #3F4451
  26. color8 #4F5666
  27. # red
  28. color1 #E06C75
  29. color9 #BE5046
  30. # green
  31. color2 #98C379
  32. color10 #A5E075
  33. # yellow
  34. color3 #D19A66
  35. color11 #E5C07B
  36. # blue
  37. color4 #61AFEF
  38. color12 #4DC4FF
  39. # purple
  40. color5 #C678DD
  41. color13 #DE73FF
  42. # cyan
  43. color6 #56B6C2
  44. color14 #4CD1E0
  45. # white
  46. color7 #D7DAE0
  47. color15 #E6E6E6