Modules + configs update

This commit is contained in:
Filippo Berto 2021-05-03 14:58:18 +02:00
parent f94115c7bc
commit c7b9f3c16c
11 changed files with 525 additions and 272 deletions

18
configs/themes/nord.nix Normal file
View file

@ -0,0 +1,18 @@
{
nord0 = "#2e3440";
nord1 = "#3b4252";
nord2 = "#434c5e";
nord3 = "#4c566a";
nord4 = "#d8dee9";
nord5 = "#e5e9f0";
nord6 = "#eceff4";
nord7 = "#8fbcbb";
nord8 = "#88c0d0";
nord9 = "#81a1c1";
nord10 = "#5e81ac";
nord11 = "#bf616a";
nord12 = "#d08770";
nord13 = "#ebcb8b";
nord14 = "#a3be8c";
nord15 = "#b48ead";
}