tokyo-night-light.css (387B)
1 /* Tokyo Night Light by Michaƫl Ball */ 2 3 :root { 4 --base00: #D5D6DB; 5 --base01: #CBCCD1; 6 --base02: #DFE0E5; 7 --base03: #9699A3; 8 --base04: #4C505E; 9 --base05: #343B59; 10 --base06: #1A1B26; 11 --base07: #1A1B26; 12 --base08: #343B58; 13 --base09: #965027; 14 --base0A: #166775; 15 --base0B: #485E30; 16 --base0C: #3E6968; 17 --base0D: #34548A; 18 --base0E: #5A4A78; 19 --base0F: #8C4351; 20 }