ignore the currently selected theme

This commit is contained in:
Christoph J. Scherr 2024-07-05 21:58:36 +02:00
parent ac2ac080c9
commit 3bcc0b4cf7
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ after
**/.DS_Store
lua/custom/secret
lua/custom/configs/secret
lua/settings/theme.lua

View File

@ -1,5 +0,0 @@
-- Themery block
-- This block will be replaced by Themery.
vim.cmd("colorscheme kanagawa-wave")
vim.g.theme_id = 8
-- end themery block