diff options
author | Valentin Popov <valentin@popov.link> | 2023-03-30 14:55:02 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2023-03-30 14:55:02 +0300 |
commit | 865c863f795ce3022f57f15e795bfa0d2172b3a0 (patch) | |
tree | ffa6a2f1f008470d79fb194faa92cc17e8638095 /lua/theme.lua | |
parent | de87a959a9017cdeedaacbe2cd7f92e9ccc62495 (diff) | |
download | nvim-config-865c863f795ce3022f57f15e795bfa0d2172b3a0.tar.xz nvim-config-865c863f795ce3022f57f15e795bfa0d2172b3a0.zip |
Plugged in the theme
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'lua/theme.lua')
-rw-r--r-- | lua/theme.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/theme.lua b/lua/theme.lua new file mode 100644 index 0000000..1cef14d --- /dev/null +++ b/lua/theme.lua @@ -0,0 +1,3 @@ +require('monokai').setup { + palette = require('monokai').pro +} |