From c196c751d196b915bd3f7097a826cb5728f9149d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 8 Jan 2025 17:05:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-08 17:05:05 --- .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 7ffb7c8d..bf9ace23 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",