mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
fix weird theme colors on light terminal bg | https://github.com/NvChad/NvChad/issues/1046
thanks to @tamton-aquib as he informed me about the :h bg option!
This commit is contained in:
parent
5980ef7803
commit
18668b59cb
30 changed files with 70 additions and 4 deletions
|
|
@ -53,6 +53,8 @@ M.base_16 = {
|
|||
base0F = "#cf6a4c",
|
||||
}
|
||||
|
||||
M.type = "dark"
|
||||
|
||||
M = require("base46").override_theme(M, "jellybeans")
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue