remove the dark set of colors lmao
This commit is contained in:
parent
ef1f4b0dd7
commit
4b363ad3c6
1 changed files with 7 additions and 8 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue