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

19
themes/nord.nix Normal file
View file

@ -0,0 +1,19 @@
# Nord palette (https://www.nordtheme.com)
{
n0 = "#2e3440";
n1 = "#3b4252";
n2 = "#434c5e";
n3 = "#4c566a";
n4 = "#d8dee9";
n5 = "#e5e9f0";
n6 = "#eceff4";
n7 = "#8fbcbb";
n8 = "#88c0d0";
n9 = "#81a1c1";
n10 = "#5e81ac";
n11 = "#bf616a";
n12 = "#d08770";
n13 = "#ebcb8b";
n14 = "#a3be8c";
n15 = "#b48ead";
}

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";
}