Switch to onedark theme

This commit is contained in:
Filippo Berto 2022-06-02 14:16:07 +02:00
parent e102a548ba
commit 1f1ade1541
3 changed files with 22 additions and 19 deletions

19
themes/tomorrow-night.nix Normal file
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;
}