Update color scheme polarity for 'paul' to dark in schemes.nix
Some checks failed
Build All Color Schemes / build-schemes (push) Failing after 38m58s
Some checks failed
Build All Color Schemes / build-schemes (push) Failing after 38m58s
This commit is contained in:
@@ -71,7 +71,7 @@ in
|
|||||||
paul = mkScheme {
|
paul = mkScheme {
|
||||||
color = "green";
|
color = "green";
|
||||||
name = "valua";
|
name = "valua";
|
||||||
polarity = "light";
|
polarity = "dark";
|
||||||
image = "${wallpapers}/paul1.jpg";
|
image = "${wallpapers}/paul1.jpg";
|
||||||
base16Scheme = {
|
base16Scheme = {
|
||||||
base00 = "#1a1f16"; # dark forest floor (was deep green-black)
|
base00 = "#1a1f16"; # dark forest floor (was deep green-black)
|
||||||
|
|||||||
Reference in New Issue
Block a user