diff --git a/modules/home-manager/nvconfig.lua b/modules/home-manager/nvconfig.lua index 4ab525a..7e13b04 100644 --- a/modules/home-manager/nvconfig.lua +++ b/modules/home-manager/nvconfig.lua @@ -6,7 +6,7 @@ M.ui = { hl_add = {}, hl_override = {}, changed_themes = {}, - theme_toggle = { "onedark", "one_light" }, + theme_toggle = { "rosepine", "one_light" }, theme = "rosepine", -- default theme transparency = false, diff --git a/modules/rice/kitty.nix b/modules/rice/kitty.nix index a6f21fa..7b99144 100644 --- a/modules/rice/kitty.nix +++ b/modules/rice/kitty.nix @@ -7,7 +7,7 @@ }; settings = { window_padding_width = 8; - background_opacity = "0.85"; + background_opacity = "0.75"; foreground = "#a9b1d6"; background = "#1a1b26";