fix theme naming (#231)

This commit is contained in:
d-mitrofanov-v 2023-08-14 12:48:28 +03:00 committed by GitHub
parent e56d8b27ad
commit 25738d891f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"