mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue