chadrc color theme

This commit is contained in:
Niklas Kapelle 2024-06-01 21:10:03 +02:00
parent 857dff3253
commit 880a59e531
Signed by: niklas
GPG Key ID: 4EB651B36D841D16

View File

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