feat: daylight theme;

This commit is contained in:
Barrett Ruth 2025-11-08 17:35:03 -05:00
parent 8ccbd5380e
commit 7b1c699b28
3 changed files with 26 additions and 26 deletions

2
colors/daylight.lua Normal file
View file

@ -0,0 +1,2 @@
vim.o.background = 'light'
require('midnight').load()

View file

@ -1 +1,2 @@
vim.o.background = 'dark'
require('midnight').load()