Add light color scheme

This commit is contained in:
Cheick Diarra 2024-01-02 08:29:32 +01:00 committed by GitHub
parent 7647b53c37
commit 2999bcfda2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
return {
"folke/tokyonight.nvim",
lazy = true,
opts = { style = "night" }
opts = { style = "night", light_style = "day" }
}