NTBBloodbath
3 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
1 changed files with
29 additions and
1 deletions
-
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 {{{ |
|
|
|