chadrc color theme

This commit is contained in:
2024-06-01 21:10:03 +02:00
parent 857dff3253
commit 880a59e531

View File

@@ -1,7 +1,7 @@
---@type ChadrcConfig
local M = {}
M.ui = {
theme = 'nord',
theme = 'vscode_dark',
transparency = true
}