mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
rm dead code | add terminal highlights
This commit is contained in:
parent
1fdb81e1f7
commit
b6906663f7
6 changed files with 25 additions and 55 deletions
|
|
@ -53,6 +53,6 @@ M.base_16 = {
|
|||
base0F = "#e87979",
|
||||
}
|
||||
|
||||
M = require("base16").override_theme(M, "radium")
|
||||
M = require("base46").override_theme(M, "radium")
|
||||
|
||||
return M
|
||||
|
|
|
|||
|
|
@ -53,6 +53,6 @@ M.base_16 = {
|
|||
base0F = "#F16269",
|
||||
}
|
||||
|
||||
M = require("base16").override_theme(M, "rxyhn")
|
||||
M = require("base46").override_theme(M, "rxyhn")
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue