1
0
Fork 0

Set colorscheme inside the module where the theme is configured

This commit is contained in:
Daniele Tricoli 2021-11-19 23:52:28 +01:00
parent ca4d55104b
commit f53afb4ddd
2 changed files with 2 additions and 2 deletions

View File

@ -3,3 +3,5 @@
-- vim.g.moonflyCursorColor = 1
vim.g.moonflyNormalFloat = 1
pcall(vim.cmd, 'colorscheme moonfly')

View File

@ -1,3 +1 @@
require('colors.moonfly')
pcall(vim.cmd, 'colorscheme moonfly')