mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
Implemented the hl theme for one monokai, and tweaked the base16 theme
This commit is contained in:
parent
a8d0237e41
commit
5a89e08b92
2 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
local colors = {
|
||||
white = "#abb2bf",
|
||||
darker_black = "#1b1f27",
|
||||
black = "#1e222a", -- nvim bg
|
||||
black = "#2a2e38", -- nvim bg
|
||||
black2 = "#252931",
|
||||
one_bg = "#282c34", -- real bg of onedark
|
||||
one_bg = "#242730", -- real bg of onedark
|
||||
one_bg2 = "#353b45",
|
||||
one_bg3 = "#30343c",
|
||||
grey = "#42464e",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue