update: init decoration conf

This commit is contained in:
2026-05-29 18:15:47 -04:00
parent d97d7219e5
commit a0af16868b
3 changed files with 56 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
local settings = require("lua.lib.settings")
local colorscheme
local colorscheme = {}
-- currently, only catppuccin is considerd
if settings["colorscheme"] == "catppuccin" or settings["colorscheme"] == "catppuccin-mocha" or true then
@@ -32,6 +32,7 @@ if settings["colorscheme"] == "catppuccin" or settings["colorscheme"] == "catppu
colorscheme.foreground = colorscheme.text
colorscheme.background = colorscheme.surface0
colorscheme.accent = colorscheme.blue
colorscheme.second = colorscheme.sky
end
return colorscheme