remove the dark set of colors lmao

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-20 08:57:17 +01:00
parent ef1f4b0dd7
commit 4b363ad3c6
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -1,16 +1,15 @@
rec { rec {
authors = [ authors = [
"Chris Kempson" "Chris Kempson"
"Charlotte 🦝 Delenk"
]; ];
name = "Paraiso (dark) 16 colors"; name = "Paraiso (dark)";
black = "2f1e2e"; black = "2f1e2e";
dark-red = "9e3f3f"; dark-red = red;
dark-green = "307860"; dark-green = green;
dark-yellow = "a8860c"; dark-yellow = yellow;
dark-blue = "007e9e"; dark-blue = blue;
dark-magenta = "56406b"; dark-magenta = magenta;
dark-cyan = "3c8278"; dark-cyan = cyan;
light-grey = "998299"; light-grey = "998299";
dark-grey = "737373"; dark-grey = "737373";
red = "ef6155"; red = "ef6155";