refactor: refactored code to better deal with the day theme

This commit is contained in:
Folke Lemaitre
2022-09-05 14:06:03 +02:00
parent 3c05c5ad8e
commit dba4e35903
7 changed files with 84 additions and 67 deletions

View File

@@ -1,5 +1,4 @@
local config = require("tokyonight.config")
local colors = require("tokyonight.colors").setup(config)
local colors = require("tokyonight.colors").setup({ transform = true })
local tokyonight = {}