From 451b60bb3fbebd8abb04a57ec030d8af36ab5397 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 3 Jan 2025 20:30:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-03 20:30:02 --- .config/nvim/lua/plugins/ashen.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index ec0ca39e..57bb43e2 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -7,11 +7,14 @@ return { -- "folke/snacks.nvim", -- }, dev = true, - colors = { background = "#000000" }, opts = { + colors = { + background = "#121212", + -- background = "#000000", + }, hl = { -- Normal = { - -- "#000000", + -- "#FFFFFF", -- }, }, },