Browse Source

doom-one: pull upstream changes

my-config
NTBBloodbath 3 years ago
parent
commit
b84b50b58c
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 30
      lua/colors/doom-one/init.lua

30
lua/colors/doom-one/init.lua

@ -60,7 +60,7 @@ end
local base0 = '#1B2229'
local base1 = '#1c1f24'
-- local base2 = '#202328'
local base2 = '#202328'
-- local base3 = '#23272e'
local base4 = '#3f444a'
local base5 = '#5B6268'
@ -471,6 +471,34 @@ high_link('NvimTreeOpenedFolderName', 'NvimTreeFolderName')
-- }}}
-- Dashboard {{{
local dashboard = {
dashboardHeader = { fg = '#586268' },
dashboardCenter = { fg = blue },
dashboardShortcut = { fg = '#9788b9' },
}
apply_highlight(dashboard)
high_link('dashboardFooter', 'dashboardHeader')
-- }}}
-- WhichKey {{{
local whichkey = {
WhichKey = { fg = blue },
WhichKeyGroup = { fg = magenta },
WhichKeyDesc = { fg = magenta },
WhichKeySeparator = { fg = base5 },
WhichKeyFloat = { bg = base2 },
WhichKeyValue = { fg = grey },
}
apply_highlight(whichkey)
-- }}}
-- }}}
-- LSP {{{

Loading…
Cancel
Save