myWebsite

Built with Hugo and a modified version of the risotto theme.
Log | Files | Refs

solarized-dark.css (414B)


      1 /* Solarized Dark by Ethan Schoonover (modified by aramisgithub) */
      2 
      3 :root {
      4   --base00: #002b36;
      5   --base01: #073642;
      6   --base02: #586e75;
      7   --base03: #657b83;
      8   --base04: #839496;
      9   --base05: #93a1a1;
     10   --base06: #eee8d5;
     11   --base07: #fdf6e3;
     12   --base08: #dc322f;
     13   --base09: #cb4b16;
     14   --base0A: #b58900;
     15   --base0B: #859900;
     16   --base0C: #2aa198;
     17   --base0D: #268bd2;
     18   --base0E: #6c71c4;
     19   --base0F: #d33682;
     20 }