feat(nvim): improve colors for telescope prompt
This commit is contained in:
parent
9a57e47ec4
commit
e7a149d581
@ -74,13 +74,14 @@ require("kanagawa").setup({
|
|||||||
CmpCustomSelectionNpm = { fg = colors.fujiWhite, bg = colors.peachRed },
|
CmpCustomSelectionNpm = { fg = colors.fujiWhite, bg = colors.peachRed },
|
||||||
CmpCustomSelectionCommit = { fg = colors.fujiWhite, bg = colors.peachRed },
|
CmpCustomSelectionCommit = { fg = colors.fujiWhite, bg = colors.peachRed },
|
||||||
CmpCustomSelectionSpell = { fg = colors.fujiWhite, bg = colors.waveRed },
|
CmpCustomSelectionSpell = { fg = colors.fujiWhite, bg = colors.waveRed },
|
||||||
TelescopeNormal = { bg = colors.sumiInk1 },
|
TelescopeNormal = { bg = colors.sumiInk2 },
|
||||||
TelescopeBorder = { bg = colors.sumiInk1, fg = colors.sumiInk1 },
|
TelescopeBorder = { bg = colors.sumiInk2, fg = colors.sumiInk1 },
|
||||||
TelescopePromptBorder = { bg = colors.sumiInk0, fg = colors.sumiInk0 },
|
TelescopePromptBorder = { bg = colors.sumiInk0, fg = colors.sumiInk0 },
|
||||||
|
TelescopePromptNormal = { bg = colors.sumiInk0, fg = colors.fujiWhite },
|
||||||
TelescopePromptTitle = { fg = colors.sumiInk0, bg = colors.oniViolet },
|
TelescopePromptTitle = { fg = colors.sumiInk0, bg = colors.oniViolet },
|
||||||
TelescopePreviewTitle = { fg = colors.sumiInk0, bg = colors.sakuraPink },
|
TelescopePreviewTitle = { fg = colors.sumiInk0, bg = colors.sakuraPink },
|
||||||
TelescopePreviewBorder = { bg = colors.sumiInk2, fg = colors.sumiInk2 },
|
TelescopePreviewNormal = { bg = colors.sumiInk4 },
|
||||||
TelescopePreviewNormal = { bg = colors.sumiInk2 },
|
TelescopePreviewBorder = { link = "TelescopePreviewNormal" },
|
||||||
TelescopeResultsTitle = { fg = "NONE", bg = "NONE" },
|
TelescopeResultsTitle = { fg = "NONE", bg = "NONE" },
|
||||||
WinSeparator = { fg = colors.sumiInk4, bg = "NONE" },
|
WinSeparator = { fg = colors.sumiInk4, bg = "NONE" },
|
||||||
MiniCursorword = { bg = colors.waveBlue2 },
|
MiniCursorword = { bg = colors.waveBlue2 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user