Implemented the hl theme for one monokai, and tweaked the base16 theme

This commit is contained in:
collatz124 2021-12-12 12:24:28 +01:00
parent a8d0237e41
commit 5a89e08b92
2 changed files with 2 additions and 2 deletions

View file

@ -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",