myWebsite

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

dracula.css (459B)


      1 /* Dracula by Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula) */
      2 
      3 :root {
      4   --base00: #282936;
      5   --base01: #3a3c4e;
      6   --base02: #4d4f68;
      7   --base03: #626483;
      8   --base04: #62d6e8;
      9   --base05: #e9e9f4;
     10   --base06: #f1f2f8;
     11   --base07: #f7f7fb;
     12   --base08: #ea51b2;
     13   --base09: #b45bcf;
     14   --base0A: #00f769;
     15   --base0B: #ebff87;
     16   --base0C: #a1efe4;
     17   --base0D: #62d6e8;
     18   --base0E: #b45bcf;
     19   --base0F: #00f769;
     20 }