From ecd9c37300d1fe843e774fa6fe66cd2f7f5072fb Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 3 Jan 2025 20:15:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-03 20:15:02 --- .config/nvim/lua/plugins/ashen.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index 13f81cef..ec0ca39e 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -7,14 +7,14 @@ return { -- "folke/snacks.nvim", -- }, dev = true, - -- opts = { - -- -- -- colors = { blue = "#ffffff" }, - -- hl = { - -- -- Normal = { - -- -- "#FFFFFF", - -- -- }, - -- }, - -- }, + colors = { background = "#000000" }, + opts = { + hl = { + -- Normal = { + -- "#000000", + -- }, + }, + }, }, { "LazyVim/LazyVim",