myWebsite

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

tokyo-night-dark.css (386B)


      1 /* Tokyo Night Dark by Michaƫl Ball */
      2 
      3 :root {
      4   --base00: #1A1B26;
      5   --base01: #16161E;
      6   --base02: #2F3549;
      7   --base03: #444B6A;
      8   --base04: #787C99;
      9   --base05: #A9B1D6;
     10   --base06: #CBCCD1;
     11   --base07: #D5D6DB;
     12   --base08: #C0CAF5;
     13   --base09: #A9B1D6;
     14   --base0A: #0DB9D7;
     15   --base0B: #9ECE6A;
     16   --base0C: #B4F9F8;
     17   --base0D: #2AC3DE;
     18   --base0E: #BB9AF7;
     19   --base0F: #F7768E;
     20 }