readd theme.lua settings file

This commit is contained in:
Christoph J. Scherr 2024-07-08 09:31:52 +02:00
parent 9ce09cc689
commit 423cf830b3
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

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

5
lua/settings/theme.lua Normal file
View File

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