rm dead code | add terminal highlights

This commit is contained in:
siduck 2022-05-08 16:23:27 +05:30
parent 1fdb81e1f7
commit b6906663f7
6 changed files with 25 additions and 55 deletions

View file

@ -20,7 +20,7 @@ M.base_16 = {
-- some colors
}
M = require("base16").override_theme(M, "atheme")
M = require("base46").override_theme(M, "atheme")
return M
```
@ -30,7 +30,7 @@ return M
- Use a color lightening/darkening tool, such as this https://siduck.github.io/hex-tools/
```
black = usually your theme bg (this should be the same as base00 in doom-base16.lua)
black = usually your theme bg
darker_black = 6% darker than black
black2 = 6% lighter than black