From fc0719b4f9e298db65a8602b3131f339bb80fd57 Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 19 Mar 2024 15:26:57 -0400 Subject: [PATCH] 226 current 2024-03-19 15:26:49 24.05.20240316.c75037b 6.8.0-zen1 * --- modules/home-manager/nvconfig.lua | 2 +- modules/rice/kitty.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";