myWebsite

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

gruvbox-light.css (450B)


      1 /* gruvbox light
      2  * https://github.com/morhetz/gruvbox
      3  * base16: https://github.com/dawikur/base16-gruvbox-scheme
      4  */
      5 
      6 :root {
      7 	--base00: #fbf1c7;
      8 	--base01: #ebdbb2;
      9 	--base02: #d5c4a1;
     10 	--base03: #bdae93;
     11 	--base04: #665c54;
     12 	--base05: #504945;
     13 	--base06: #3c3836;
     14 	--base07: #282828;
     15 	--base08: #9d0006;
     16 	--base09: #af3a03;
     17 	--base0A: #b57614;
     18 	--base0B: #79740e;
     19 	--base0C: #427b58;
     20 	--base0D: #076678;
     21 	--base0E: #8f3f71;
     22 	--base0F: #d65d0e;
     23 }