theme: solarized-osaka update npins & style opt

This commit is contained in:
taylrfnt 2026-01-27 20:25:48 -06:00
commit 96e3d3579c
No known key found for this signature in database
2 changed files with 10 additions and 4 deletions

View file

@ -284,8 +284,13 @@ in {
};
solarized-osaka = {
setup = {transparent ? false, ...}: ''
setup = {
style ? "default",
transparent ? false,
...
}: ''
require("solarized-osaka").setup({
style = "${style}",
transparent = ${boolToString transparent},
styles = {
comments = { italic = false },
@ -295,6 +300,7 @@ in {
vim.cmd.colorscheme("solarized-osaka")
'';
styles = ["default" "light"];
};
everforest = {