From 58c947fe57c5b6492906e588f9510ae30383615d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 30 May 2023 16:47:52 -0400 Subject: routine updates --- public/css/palettes/tokyo-night-dark.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/css/palettes/tokyo-night-dark.css (limited to 'public/css/palettes/tokyo-night-dark.css') diff --git a/public/css/palettes/tokyo-night-dark.css b/public/css/palettes/tokyo-night-dark.css new file mode 100644 index 0000000..760d2fe --- /dev/null +++ b/public/css/palettes/tokyo-night-dark.css @@ -0,0 +1,20 @@ +/* Tokyo Night Dark by Michaƫl Ball */ + +:root { + --base00: #1A1B26; + --base01: #16161E; + --base02: #2F3549; + --base03: #444B6A; + --base04: #787C99; + --base05: #A9B1D6; + --base06: #CBCCD1; + --base07: #D5D6DB; + --base08: #C0CAF5; + --base09: #A9B1D6; + --base0A: #0DB9D7; + --base0B: #9ECE6A; + --base0C: #B4F9F8; + --base0D: #2AC3DE; + --base0E: #BB9AF7; + --base0F: #F7768E; +} \ No newline at end of file -- cgit v1.2.3