Configure template for wormbait, please enjoy using Lush!

This commit is contained in:
Rudis Muiznieks 2021-08-30 14:33:58 -05:00
parent c019c71c4c
commit 6418ad9147
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) COPYRIGHT_YEAR COPYRIGHT_NAME
Copyright (c) 2021 Rudis Muiznieks
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,6 +1,6 @@
" You probably always want to set this in your vim file
set background=dark
let g:colors_name="lush_template"
let g:colors_name="wormbait"
" By setting our module to nil, we clear lua's cache,
" which means the require ahead will *always* occur.
@ -14,8 +14,8 @@ let g:colors_name="lush_template"
"
" The performance impact of this call can be measured in the hundreds of
" *nanoseconds* and such could be considered "production safe".
lua package.loaded['lush_theme.lush_template'] = nil
lua package.loaded['lush_theme.wormbait'] = nil
" include our theme file and pass it to lush to apply
lua require('lush')(require('lush_theme.lush_template'))
lua require('lush')(require('lush_theme.wormbait'))