myWebsite

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

papercolor-dark.css (488B)


      1 /* PaperColor Dark by Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) */
      2 
      3 :root {
      4   --base00: #1c1c1c;
      5   --base01: #af005f;
      6   --base02: #5faf00;
      7   --base03: #d7af5f;
      8   --base04: #5fafd7;
      9   --base05: #808080;
     10   --base06: #d7875f;
     11   --base07: #d0d0d0;
     12   --base08: #585858;
     13   --base09: #5faf5f;
     14   --base0A: #afd700;
     15   --base0B: #af87d7;
     16   --base0C: #ffaf00;
     17   --base0D: #ff5faf;
     18   --base0E: #00afaf;
     19   --base0F: #5f8787;
     20 }