readd theme.lua settings file
This commit is contained in:
parent
9ce09cc689
commit
423cf830b3
|
@ -8,4 +8,3 @@ after
|
|||
**/.DS_Store
|
||||
lua/custom/secret
|
||||
lua/custom/configs/secret
|
||||
lua/settings/theme.lua
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue