feat: daylight theme;
This commit is contained in:
parent
8ccbd5380e
commit
7b1c699b28
3 changed files with 26 additions and 26 deletions
2
colors/daylight.lua
Normal file
2
colors/daylight.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
vim.o.background = 'light'
|
||||
require('midnight').load()
|
||||
|
|
@ -1 +1,2 @@
|
|||
vim.o.background = 'dark'
|
||||
require('midnight').load()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue