FLAKE: update

This commit is contained in:
DuN0z 2026-01-04 12:54:25 +01:00
parent 6cec8e7473
commit edcb60cff3
2 changed files with 47 additions and 18 deletions

29
config/porzh-dark.nix Normal file
View file

@ -0,0 +1,29 @@
{
special = {
foreground = "#d9cfcb";
background = "#0c1219";
cursor = "#d9cfcb";
};
normal = {
black = "#000000";
red = "#e42127";
green = "#005d66";
yellow = "#e85612";
blue = "#243f91";
magenta = "#0054a0";
cyan = "#4c8a74";
white = "#d9cfcb";
};
bright = {
black = "#645d56";
red = "#f18970";
green = "#5bbba4";
yellow = "#f08a00";
blue = "#4f6ad8";
magenta = "#89b5dd";
cyan = "#88b1a1";
white = "#ffffff";
};
}