New theme + thor stable

This commit is contained in:
Filippo Berto 2022-05-06 20:13:48 +02:00
parent c1d2701998
commit a1b6645fb8
3 changed files with 35 additions and 16 deletions

View file

@ -0,0 +1,19 @@
# Onedark palette (https://github.com/chriskempson/tomorrow-theme)
rec {
background = "#1d1f21";
currentLine = "#282a2e";
selection = "#373b41";
foreground = "#c5c8c6";
comment = "#969896";
red = "#cc6666";
orange = "#de935f";
yellow = "#f0c674";
green = "#b5bd68";
aqua = "#8abeb7";
blue = "#81a2be";
purple = "#b294bb";
black = background;
white = foreground;
cyan = aqua;
}