mirror of
https://github.com/gabehf/base46.git
synced 2026-03-12 17:00:30 -07:00
fix theme naming (#231)
This commit is contained in:
parent
e56d8b27ad
commit
25738d891f
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ M.polish_hl = {
|
||||||
["@tag.attribute"] = { fg = M.base_30.orange },
|
["@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"
|
M.type = "dark"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ M.polish_hl = {
|
||||||
["@tag.attribute"] = { fg = M.base_30.base0F },
|
["@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"
|
M.type = "light"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue