diff --git a/system/default.nix b/system/default.nix index 95b0def9..de625776 100644 --- a/system/default.nix +++ b/system/default.nix @@ -214,7 +214,7 @@ stylix = { enable = true; image = ./home/desktop/wallpapers/tropic_island_day.jpg; - base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; + base16Scheme = ./one-light.yaml; # Base24 scheme polarity = "light"; opacity.popups = 0.8; cursor = { diff --git a/system/one-light.yaml b/system/one-light.yaml new file mode 100644 index 00000000..abcaee46 --- /dev/null +++ b/system/one-light.yaml @@ -0,0 +1,29 @@ +system: "base24" +name: "One Light" +author: "Pixelfiytica, modified from FredHappyface (https://github.com/fredHappyface)" +variant: "light" +palette: + base00: "fafafa" + base01: "f0f0f1" + base02: "cacace" + base03: "a0a1a7" + base04: "696c77" + base05: "383a42" + base06: "202227" + base07: "090a0b" + base08: "ca1243" + base09: "c18401" + base0A: "febb2a" + base0B: "50a14f" + base0C: "0184bc" + base0D: "4078f2" + base0E: "a626a4" + base0F: "986801" + base10: "f0f0f1" + base11: "fafafa" + base12: "ec2258" + base13: "f4a701" + base14: "6db76c" + base15: "01a7ef" + base16: "709af5" + base17: "d02fcd"