Remove trasparency from theme selection

This commit is contained in:
Daniele Viganò 2024-11-02 15:27:18 +01:00
parent 8dbc0f7a96
commit 3dd5c36e4d

View File

@ -2,8 +2,7 @@
local M = {} local M = {}
M.base46 = { M.base46 = {
theme = "nightowl", theme = "nightowl"
transparency = true,
} }
-- M.plugins = "plugins" -- M.plugins = "plugins"