Configure template for wormbait, please enjoy using Lush!
This commit is contained in:
parent
c019c71c4c
commit
6418ad9147
3 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
" You probably always want to set this in your vim file
|
" You probably always want to set this in your vim file
|
||||||
set background=dark
|
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,
|
" By setting our module to nil, we clear lua's cache,
|
||||||
" which means the require ahead will *always* occur.
|
" 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
|
" The performance impact of this call can be measured in the hundreds of
|
||||||
" *nanoseconds* and such could be considered "production safe".
|
" *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
|
" 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'))
|
||||||
|
|
Reference in a new issue