New theme + thor stable
This commit is contained in:
parent
c1d2701998
commit
a1b6645fb8
3 changed files with 35 additions and 16 deletions
19
themes/thomorrow-night.nix
Normal file
19
themes/thomorrow-night.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue