feat: improved dealing with vim.o.background

This commit is contained in:
Folke Lemaitre
2022-09-10 09:35:41 +02:00
parent 54cf70dbd1
commit 6244df26b5
8 changed files with 47 additions and 30 deletions

View File

@@ -1 +1 @@
require("tokyonight").load({ style = "day" })
require("tokyonight")._load("day")

View File

@@ -1 +1 @@
require("tokyonight").load({ style = "night" })
require("tokyonight")._load("night")

View File

@@ -1 +1 @@
require("tokyonight").load({ style = "storm" })
require("tokyonight")._load("storm")

View File

@@ -1 +1 @@
require("tokyonight").load()
require("tokyonight")._load()