Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. root: {
  2. // Solarized colors
  3. --color-base03: #002b36;
  4. --color-base02: #073642;
  5. --color-base01: #586e75;
  6. --color-base00: #657b83;
  7. --color-base0: #839496;
  8. --color-base1: #93a1a1;
  9. --color-base2: #eee8d5;
  10. --color-base3: #fdf6e3;
  11. --color-yellow: #b58900;
  12. --color-orange: #cb4b16;
  13. --color-red: #dc322f;
  14. --color-magenta: #d33682;
  15. --color-violet: #6c71c4;
  16. --color-blue: #268bd2;
  17. --color-cyan: #2aa198;
  18. --color-green: #859900;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement