mirror of
https://github.com/gabehf/base46.git
synced 2026-03-16 10:45:55 -07:00
update theme type for nano-light/flexoki-light theme
This commit is contained in:
parent
2d3ebc27e5
commit
9ad6a0e982
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ M.polish_hl = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
M.type = "dark"
|
M.type = "light"
|
||||||
|
|
||||||
M = require("base46").override_theme(M, "flexoki-light")
|
M = require("base46").override_theme(M, "flexoki-light")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ M.polish_hl = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
M.type = "dark"
|
M.type = "light"
|
||||||
|
|
||||||
M = require("base46").override_theme(M, "nano-light")
|
M = require("base46").override_theme(M, "nano-light")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue