190 current 2024-03-13 14:25:35 24.05.20240309.3030f18 6.7.9-zen1 *

This commit is contained in:
zackartz 2024-03-13 14:25:43 -04:00
parent ea6cb8081a
commit 287344b7c4
2 changed files with 28 additions and 2 deletions

View file

@ -267,7 +267,6 @@
hl["DropBarKind" .. value] = { link = "DropBarKind" } hl["DropBarKind" .. value] = { link = "DropBarKind" }
end end
end''; end'';
transparent = true;
}; };
options = { options = {
number = true; number = true;

View file

@ -8,7 +8,34 @@
settings = { settings = {
window_padding_width = 8; window_padding_width = 8;
background_opacity = "0.75"; background_opacity = "0.75";
foreground = "#a9b1d6";
background = "#1a1b26";
cursor = "#a9b1d6";
color0 = "#1a1b26";
color8 = "#4e5173";
color1 = "#F7768E";
color9 = "#F7768E";
color2 = "#9ECE6A";
color10 = "#9ECE6A";
color3 = "#E0AF68";
color11 = "#E0AF68";
color4 = "#7AA2F7";
color12 = "#7AA2F7";
color5 = "#9a7ecc";
color13 = "#9a7ecc";
color6 = "#4abaaf";
color14 = "#4abaaf";
color7 = "#acb0d0";
color15 = "#acb0d0";
}; };
theme = "Ayu Mirage";
}; };
} }