From a04bc6012e7f6fffa4f07d5dbe151fbfa9f8a7ec Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 8 Jan 2025 22:00:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-08 22:00:02 --- .config/nvim/lua/plugins/ashen.lua | 38 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index bf9ace23..7ffb7c8d 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -7,25 +7,25 @@ return { "folke/snacks.nvim", }, dev = true, - -- opts = { - -- transparent = false, - -- colors = { - -- -- background = "#121212", - -- -- background = "#131313", - -- -- background = "#000000", - -- -- background = "#1e1d2d", - -- }, - -- hl = { - -- -- force_override = { Cursor = { nil, "#FFFFFF" } }, - -- -- merge_override = { Normal = { nil, "#FFFFFF" } }, - -- }, - -- terminal = { - -- enabled = true, - -- colors = { - -- -- [4] = "#FFFFFF", - -- }, - -- }, - -- }, + opts = { + transparent = false, + colors = { + -- background = "#121212", + -- background = "#131313", + -- background = "#000000", + -- background = "#1e1d2d", + }, + hl = { + -- force_override = { Cursor = { nil, "#FFFFFF" } }, + -- merge_override = { Normal = { nil, "#FFFFFF" } }, + }, + terminal = { + enabled = true, + colors = { + -- [4] = "#FFFFFF", + }, + }, + }, }, { "LazyVim/LazyVim",