Solarized-Dark.yml 783 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Colors (Solarized-Dark)
  2. colors:
  3. # Default colors
  4. primary:
  5. background: '#002b36' # base03
  6. foreground: '#839496' # base0
  7. # Cursor colors
  8. cursor:
  9. text: '#002b36' # base03
  10. cursor: '#839496' # base0
  11. # Normal colors
  12. normal:
  13. black: '#073642' # base02
  14. red: '#dc322f' # red
  15. green: '#859900' # green
  16. yellow: '#b58900' # yellow
  17. blue: '#268bd2' # blue
  18. magenta: '#d33682' # magenta
  19. cyan: '#2aa198' # cyan
  20. white: '#eee8d5' # base2
  21. # Bright colors
  22. bright:
  23. black: '#002b36' # base03
  24. red: '#cb4b16' # orange
  25. green: '#586e75' # base01
  26. yellow: '#657b83' # base00
  27. blue: '#839496' # base0
  28. magenta: '#6c71c4' # violet
  29. cyan: '#93a1a1' # base1
  30. white: '#fdf6e3' # base3