chore: change theme

This commit is contained in:
Fabio Montefuscolo 2024-03-05 17:41:19 +01:00
parent 705af89243
commit 0bc31e442b
Signed by: fabiomontefuscolo
GPG key ID: B98DA1C6A4DE48B5

View file

@ -1,7 +1,7 @@
---@type ChadrcConfig
local M = {}
M.ui = { theme = 'chadracula' }
M.ui = { theme = 'oxocarbon' }
M.plugins = "custom.plugins"
M.mappings = require "custom.mappings"