From 3b4f480f545378060dc6230de96feb9113903817 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 2 Jan 2025 18:30:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-02 18:30:02 --- .config/nvim/lua/plugins/ashen.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index 124f0bc5..c7437320 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -7,9 +7,9 @@ return { "folke/snacks.nvim", }, dev = true, - -- opts = { - -- colors = { blue = "#ffffff" }, - -- }, + opts = { + -- colors = { blue = "#ffffff" }, + }, }, { "LazyVim/LazyVim",