Update highlights.lua

This commit is contained in:
siduck76 2021-07-05 22:24:30 +05:30 committed by GitHub
parent d7729017c1
commit 02b4194e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -141,9 +141,11 @@ fg("DashboardCenter", grey_fg)
fg("DashboardShortcut", grey_fg) fg("DashboardShortcut", grey_fg)
fg("DashboardFooter", grey_fg) fg("DashboardFooter", grey_fg)
-- Default nvim bg (based on terminal bg) -- set bg color for nvim ( so nvim wont use terminal bg)
-- Onedark background -- NvChad themes bg colors
-- cmd "hi Normal guibg=#1e222a" -- Onedark #1e222a
-- Gruvbox background -- Gruvbox #222526
-- cmd "hi Normal guibg=#222526" -- tomorrow night #1d1f21
-- bg("Normal", "#1e222a") -- change the hex color here.