Removed extra dict + onedark palette

This commit is contained in:
Filippo Berto 2021-06-14 15:14:46 +02:00
parent 83c9c72688
commit 739be5f9ae
3 changed files with 18 additions and 3 deletions

15
themes/onedark.nix Normal file
View file

@ -0,0 +1,15 @@
# Onedark palette (https://github.com/joshdick/onedark.vim)
{
black = "#282c34";
white = "#abb2bf";
lightRed = "#e06c75";
darkRed = "#be5046";
green = "#98c379";
lightYellow = "#e5c07b";
darkYellow = "#d19a66";
blue = "#61afef";
magenta = "#c678dd";
cyan = "#56b6c2";
gutterGrey = "#4b5263";
commentGrey = "#5c6370";
}