From ea6cb8081a6e107dc7038ef0ebcf20df9dd64a96 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 14:20:42 -0400 Subject: [PATCH] 189 current 2024-03-13 14:20:34 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index ec68c0b..297998b 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -119,6 +119,7 @@ # colorschemes.oxocarbon.enable = true; colorschemes.tokyonight = { enable = true; + style = "night"; onColors = '' function(colors) colors.gitSigns.add = colors.green colors.gitSigns.change = colors.blue @@ -266,6 +267,7 @@ hl["DropBarKind" .. value] = { link = "DropBarKind" } end end''; + transparent = true; }; options = { number = true;