From d1b4d27a357a78cab83fc56237f855cda831ba57 Mon Sep 17 00:00:00 2001 From: arcas <48991437+aruffj@users.noreply.github.com> Date: Thu, 3 Sep 2020 11:19:26 +0200 Subject: [PATCH] Added theme based on "tomorrow-night-eighties" Colorscheme based on chriskempson "tomorrow-night-eitghties" --- themes/tomorrow-night-eighties.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 themes/tomorrow-night-eighties.css diff --git a/themes/tomorrow-night-eighties.css b/themes/tomorrow-night-eighties.css new file mode 100644 index 0000000..051982b --- /dev/null +++ b/themes/tomorrow-night-eighties.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #2d2d2d; + --foreground: #cccccc; + --cursor: #cccccc; + + /* Colors */ + --color0: #2d2d2d; + --color1: #f2777a; + --color2: #99cc99; + --color3: #ffcc66; + --color4: #6699cc; + --color5: #cc99cc; + --color6: #66cccc; + --color7: #cccccc; + --color8: #999999; + --color9: #f2777a; + --color10: #99cc99; + --color11: #ffcc66; + --color12: #6699cc; + --color13: #cc99cc; + --color14: #66cccc; + --color15: #ffffff; +}