simplified themes

This commit is contained in:
2025-04-14 09:39:59 +08:00
parent 70b71d56e5
commit 728a7d8fce
2 changed files with 31 additions and 25 deletions

View File

@@ -19,6 +19,7 @@ vim.opt.list = true
ct.set('ruler', 'showcmd', 'cursorline', 'title')
-- ct.set('number')
ct.set(
{'background', 'light'},
{'termguicolors', true},
{'signcolumn', 'number'},
{'conceallevel', 0},