feat(oxiced): New stylix to oxiced adapter

This commit is contained in:
DashieTM 2025-06-20 23:59:16 +02:00
parent d3787c546e
commit faa8379e25
2 changed files with 59 additions and 6 deletions

View file

@ -32,8 +32,6 @@ in {
example = {
# custom tokyo night
base00 = "1A1B26";
# base01 = "16161E";
# base01 = "15161e";
base01 = "191a25";
base02 = "2F3549";
base03 = "444B6A";
@ -46,10 +44,6 @@ in {
base0A = "0DB9D7";
base0B = "9ECE6A";
base0C = "B4F9F8";
# base0D = "2AC3DE";
# base0D = "A9B1D6";
# base0D = "62A0EA";
# base0D = "779EF1";
base0D = "366fea";
base0E = "BB9AF7";
base0F = "F7768E";
@ -65,6 +59,12 @@ in {
Can be an attribute set with base00 to base0F,
a string that leads to a yaml file in base16-schemes path,
or a path to a custom yaml file.
Also supports the oxiced theme in an oxiced attrset.
oxiced = {
# and more
primary = "#yourcolor";
};
'';
};
cursor = lib.mkOption {