fix theme naming (#231)

v2.5
d-mitrofanov-v 2 years ago committed by GitHub
parent e56d8b27ad
commit 25738d891f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ M.polish_hl = {
["@tag.attribute"] = { fg = M.base_30.orange },
}
M = require("base46").override_theme(M, "ayu-dark")
M = require("base46").override_theme(M, "ayu_dark")
M.type = "dark"

@ -64,7 +64,7 @@ M.polish_hl = {
["@tag.attribute"] = { fg = M.base_30.base0F },
}
M = require("base46").override_theme(M, "ayu-light")
M = require("base46").override_theme(M, "ayu_light")
M.type = "light"

Loading…
Cancel
Save