mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
minor tweaks and formatting
This commit is contained in:
parent
da1c6111a3
commit
8b704ffdf4
1 changed files with 68 additions and 77 deletions
|
|
@ -33,9 +33,9 @@ local theme = {
|
||||||
ColorColumn = { bg = palette.highlight_high },
|
ColorColumn = { bg = palette.highlight_high },
|
||||||
Conceal = { bg = palette.none },
|
Conceal = { bg = palette.none },
|
||||||
-- Cursor = {},
|
-- Cursor = {},
|
||||||
CursorColumn = { bg = group.border },
|
CursorColumn = { bg = palette.overlay },
|
||||||
-- CursorIM = {},
|
-- CursorIM = {},
|
||||||
CursorLine = { bg = palette.highlight_low },
|
CursorLine = { bg = palette.overlay },
|
||||||
CursorLineNr = { fg = palette.text },
|
CursorLineNr = { fg = palette.text },
|
||||||
DarkenedPanel = { bg = palette.surface },
|
DarkenedPanel = { bg = palette.surface },
|
||||||
DarkenedStatusline = { bg = palette.surface },
|
DarkenedStatusline = { bg = palette.surface },
|
||||||
|
|
@ -59,14 +59,19 @@ local theme = {
|
||||||
MoreMsg = { fg = palette.iris },
|
MoreMsg = { fg = palette.iris },
|
||||||
NonText = { fg = palette.muted },
|
NonText = { fg = palette.muted },
|
||||||
Normal = { fg = palette.text, bg = background },
|
Normal = { fg = palette.text, bg = background },
|
||||||
NormalNC = { fg = palette.text, bg = inactive_background },
|
|
||||||
NormalFloat = { fg = palette.text, bg = float_background },
|
NormalFloat = { fg = palette.text, bg = float_background },
|
||||||
|
NormalNC = { fg = palette.text, bg = inactive_background },
|
||||||
|
NvimInternalError = { fg = '#ffffff', bg = palette.love },
|
||||||
Pmenu = { fg = palette.subtle, bg = float_background },
|
Pmenu = { fg = palette.subtle, bg = float_background },
|
||||||
PmenuSbar = { bg = palette.overlay },
|
PmenuSbar = { bg = palette.highlight_low },
|
||||||
PmenuSel = { fg = palette.text, bg = palette.overlay },
|
PmenuSel = { fg = palette.text, bg = palette.overlay },
|
||||||
PmenuThumb = { bg = palette.muted },
|
PmenuThumb = { bg = palette.highlight_med },
|
||||||
Question = { fg = palette.gold },
|
Question = { fg = palette.gold },
|
||||||
-- QuickFixLine = {},
|
-- QuickFixLine = {},
|
||||||
|
-- RedrawDebugNormal = {}
|
||||||
|
RedrawDebugClear = { fg = '#ffffff', bg = palette.gold },
|
||||||
|
RedrawDebugComposed = { fg = '#ffffff', bg = palette.pine },
|
||||||
|
RedrawDebugRecompose = { fg = '#ffffff', bg = palette.love },
|
||||||
Search = { bg = palette.highlight_med },
|
Search = { bg = palette.highlight_med },
|
||||||
SpecialKey = { fg = palette.foam },
|
SpecialKey = { fg = palette.foam },
|
||||||
SpellBad = { sp = palette.love, style = 'undercurl' },
|
SpellBad = { sp = palette.love, style = 'undercurl' },
|
||||||
|
|
@ -76,11 +81,11 @@ local theme = {
|
||||||
SignColumn = { fg = palette.text, bg = background },
|
SignColumn = { fg = palette.text, bg = background },
|
||||||
StatusLine = { fg = palette.subtle, bg = palette.surface },
|
StatusLine = { fg = palette.subtle, bg = palette.surface },
|
||||||
StatusLineNC = { fg = palette.muted, bg = palette.base },
|
StatusLineNC = { fg = palette.muted, bg = palette.base },
|
||||||
-- StatusLineTerm = {},
|
StatusLineTerm = { link = 'StatusLine' },
|
||||||
-- StatusLineTermNC = {},
|
StatusLineTermNC = { link = 'StatusLineNC' },
|
||||||
TabLine = { fg = palette.subtle, bg = palette.overlay },
|
TabLine = { fg = palette.subtle, bg = palette.surface },
|
||||||
TabLineFill = { bg = palette.surface },
|
TabLineFill = { bg = palette.surface },
|
||||||
TabLineSel = { fg = palette.text, bg = palette.muted },
|
TabLineSel = { fg = palette.text, bg = palette.overlay },
|
||||||
Title = { fg = palette.text },
|
Title = { fg = palette.text },
|
||||||
VertSplit = { fg = palette.overlay, bg = vert_split_background },
|
VertSplit = { fg = palette.overlay, bg = vert_split_background },
|
||||||
Visual = { bg = palette.highlight_med },
|
Visual = { bg = palette.highlight_med },
|
||||||
|
|
@ -89,7 +94,7 @@ local theme = {
|
||||||
-- Whitespace = {},
|
-- Whitespace = {},
|
||||||
-- WildMenu = {},
|
-- WildMenu = {},
|
||||||
|
|
||||||
Boolean = { fg = palette.gold },
|
Boolean = { fg = palette.rose },
|
||||||
Character = { fg = palette.gold },
|
Character = { fg = palette.gold },
|
||||||
Comment = { fg = group.comment, style = maybe_italic },
|
Comment = { fg = group.comment, style = maybe_italic },
|
||||||
Conditional = { fg = palette.pine },
|
Conditional = { fg = palette.pine },
|
||||||
|
|
@ -123,37 +128,38 @@ local theme = {
|
||||||
Todo = { fg = palette.iris },
|
Todo = { fg = palette.iris },
|
||||||
Type = { fg = palette.foam },
|
Type = { fg = palette.foam },
|
||||||
Typedef = { fg = palette.foam },
|
Typedef = { fg = palette.foam },
|
||||||
Underlined = { fg = palette.foam, style = 'underline' },
|
Underlined = { style = 'underline' },
|
||||||
|
|
||||||
htmlArg = { fg = palette.iris },
|
htmlArg = { fg = palette.iris },
|
||||||
htmlBold = { fg = palette.text, style = 'bold' },
|
htmlBold = { style = 'bold' },
|
||||||
htmlEndTag = { fg = palette.subtle },
|
htmlEndTag = { fg = palette.subtle },
|
||||||
htmlH1 = { fg = group.headings.h1, style = 'bold' },
|
htmlH1 = { fg = group.headings.h1, style = 'bold' },
|
||||||
htmlH2 = { fg = group.headings.h2, style = 'bold' },
|
htmlH2 = { fg = group.headings.h2, style = 'bold' },
|
||||||
htmlH3 = { fg = group.headings.h3, style = 'bold' },
|
htmlH3 = { fg = group.headings.h3, style = 'bold' },
|
||||||
htmlH4 = { fg = group.headings.h4, style = 'bold' },
|
htmlH4 = { fg = group.headings.h4, style = 'bold' },
|
||||||
htmlH5 = { fg = group.headings.h5, style = 'bold' },
|
htmlH5 = { fg = group.headings.h5, style = 'bold' },
|
||||||
htmlItalic = { fg = palette.text, style = maybe_italic },
|
htmlItalic = { style = maybe_italic },
|
||||||
htmlLink = { fg = group.link },
|
htmlLink = { fg = group.link },
|
||||||
htmlTag = { fg = palette.subtle },
|
htmlTag = { fg = palette.subtle },
|
||||||
htmlTagN = { fg = palette.text },
|
htmlTagN = { fg = palette.text },
|
||||||
htmlTagName = { fg = palette.foam },
|
htmlTagName = { fg = palette.foam },
|
||||||
|
|
||||||
markdownH1 = { fg = group.headings.h1, style = 'bold' },
|
|
||||||
markdownH1Delimiter = { fg = group.headings.h1 },
|
|
||||||
markdownH2 = { fg = group.headings.h2, style = 'bold' },
|
|
||||||
markdownH2Delimiter = { fg = group.headings.h2 },
|
|
||||||
markdownH3 = { fg = group.headings.h3, style = 'bold' },
|
|
||||||
markdownH3Delimiter = { fg = group.headings.h3 },
|
|
||||||
markdownH4 = { fg = group.headings.h4, style = 'bold' },
|
|
||||||
markdownH4Delimiter = { fg = group.headings.h4 },
|
|
||||||
markdownH5 = { fg = group.headings.h5, style = 'bold' },
|
|
||||||
markdownH5Delimiter = { fg = group.headings.h5 },
|
|
||||||
markdownH6 = { fg = group.headings.h6, style = 'bold' },
|
|
||||||
markdownH6Delimiter = { fg = group.headings.h6 },
|
|
||||||
markdownDelimiter = { fg = palette.subtle },
|
markdownDelimiter = { fg = palette.subtle },
|
||||||
|
markdownH1 = { fg = group.headings.h1, style = 'bold' },
|
||||||
|
markdownH1Delimiter = { link = 'markdownH1' },
|
||||||
|
markdownH2 = { fg = group.headings.h2, style = 'bold' },
|
||||||
|
markdownH2Delimiter = { link = 'markdownH2' },
|
||||||
|
markdownH3 = { fg = group.headings.h3, style = 'bold' },
|
||||||
|
markdownH3Delimiter = { link = 'markdownH3' },
|
||||||
|
markdownH4 = { fg = group.headings.h4, style = 'bold' },
|
||||||
|
markdownH4Delimiter = { link = 'markdownH4' },
|
||||||
|
markdownH5 = { fg = group.headings.h5, style = 'bold' },
|
||||||
|
markdownH5Delimiter = { link = 'markdownH5' },
|
||||||
|
markdownH6 = { fg = group.headings.h6, style = 'bold' },
|
||||||
|
markdownH6Delimiter = { link = 'markdownH6' },
|
||||||
markdownLinkText = { fg = group.link, style = 'underline' },
|
markdownLinkText = { fg = group.link, style = 'underline' },
|
||||||
markdownUrl = { fg = palette.iris, style = 'underline' },
|
markdownUrl = { link = 'markdownLinkText' },
|
||||||
|
|
||||||
mkdCode = { fg = palette.foam, style = maybe_italic },
|
mkdCode = { fg = palette.foam, style = maybe_italic },
|
||||||
mkdCodeDelimiter = { fg = palette.rose },
|
mkdCodeDelimiter = { fg = palette.rose },
|
||||||
mkdCodeEnd = { fg = palette.foam },
|
mkdCodeEnd = { fg = palette.foam },
|
||||||
|
|
@ -161,43 +167,36 @@ local theme = {
|
||||||
mkdFootnotes = { fg = palette.foam },
|
mkdFootnotes = { fg = palette.foam },
|
||||||
mkdID = { fg = palette.foam, style = 'underline' },
|
mkdID = { fg = palette.foam, style = 'underline' },
|
||||||
mkdInlineURL = { fg = group.link, style = 'underline' },
|
mkdInlineURL = { fg = group.link, style = 'underline' },
|
||||||
mkdLink = { fg = group.link, style = 'underline' },
|
mkdLink = { link = 'mkdInlineURL' },
|
||||||
mkdLinkDef = { fg = group.link, style = 'underline' },
|
mkdLinkDef = { link = 'mkdInlineURL' },
|
||||||
mkdListItemLine = { fg = palette.text },
|
mkdListItemLine = { fg = palette.text },
|
||||||
mkdRule = { fg = palette.subtle },
|
mkdRule = { fg = palette.subtle },
|
||||||
mkdURL = { fg = palette.foam, style = 'underline' },
|
mkdURL = { link = 'mkdInlineURL' },
|
||||||
|
|
||||||
-- Fix background mismatch if user sets custom float background
|
|
||||||
-- In LSP hover float: (paramater)
|
|
||||||
-- ^ ^
|
|
||||||
typescriptParens = { bg = palette.none },
|
|
||||||
|
|
||||||
|
DiagnosticError = { fg = group.error },
|
||||||
DiagnosticHint = { fg = group.hint },
|
DiagnosticHint = { fg = group.hint },
|
||||||
DiagnosticInfo = { fg = group.info },
|
DiagnosticInfo = { fg = group.info },
|
||||||
DiagnosticInformation = { link = 'DiagnosticInfo' },
|
|
||||||
DiagnosticWarn = { fg = group.warn },
|
DiagnosticWarn = { fg = group.warn },
|
||||||
DiagnosticWarning = { link = 'DiagnosticWarn' },
|
DiagnosticDefaultError = { fg = group.error },
|
||||||
DiagnosticError = { fg = group.error },
|
|
||||||
DiagnosticDefaultHint = { fg = group.hint },
|
DiagnosticDefaultHint = { fg = group.hint },
|
||||||
DiagnosticDefaultInfo = { fg = group.info },
|
DiagnosticDefaultInfo = { fg = group.info },
|
||||||
DiagnosticDefaultWarn = { fg = group.warn },
|
DiagnosticDefaultWarn = { fg = group.warn },
|
||||||
DiagnosticDefaultError = { fg = group.error },
|
DiagnosticFloatingError = { fg = group.error },
|
||||||
DiagnosticFloatingHint = { fg = group.hint },
|
DiagnosticFloatingHint = { fg = group.hint },
|
||||||
DiagnosticFloatingInfo = { fg = group.info },
|
DiagnosticFloatingInfo = { fg = group.info },
|
||||||
DiagnosticFloatingWarn = { fg = group.warn },
|
DiagnosticFloatingWarn = { fg = group.warn },
|
||||||
DiagnosticFloatingError = { fg = group.error },
|
DiagnosticSignError = { fg = group.error },
|
||||||
DiagnosticSignHint = { fg = group.hint },
|
DiagnosticSignHint = { fg = group.hint },
|
||||||
DiagnosticSignInfo = { fg = group.info },
|
DiagnosticSignInfo = { fg = group.info },
|
||||||
DiagnosticSignWarn = { fg = group.warn },
|
DiagnosticSignWarn = { fg = group.warn },
|
||||||
DiagnosticSignError = { fg = group.error },
|
DiagnosticUnderlineError = { sp = group.error, style = 'undercurl' },
|
||||||
DiagnosticUnderlineHint = { sp = group.hint, style = 'undercurl' },
|
DiagnosticUnderlineHint = { sp = group.hint, style = 'undercurl' },
|
||||||
DiagnosticUnderlineInfo = { sp = group.info, style = 'undercurl' },
|
DiagnosticUnderlineInfo = { sp = group.info, style = 'undercurl' },
|
||||||
DiagnosticUnderlineWarn = { sp = group.warn, style = 'undercurl' },
|
DiagnosticUnderlineWarn = { sp = group.warn, style = 'undercurl' },
|
||||||
DiagnosticUnderlineError = { sp = group.error, style = 'undercurl' },
|
DiagnosticVirtualTextError = { fg = group.error },
|
||||||
DiagnosticVirtualTextHint = { fg = group.hint },
|
DiagnosticVirtualTextHint = { fg = group.hint },
|
||||||
DiagnosticVirtualTextInfo = { fg = group.info },
|
DiagnosticVirtualTextInfo = { fg = group.info },
|
||||||
DiagnosticVirtualTextWarn = { fg = group.warn },
|
DiagnosticVirtualTextWarn = { fg = group.warn },
|
||||||
DiagnosticVirtualTextError = { fg = group.error },
|
|
||||||
|
|
||||||
LspReferenceText = { fg = palette.rose, bg = palette.highlight_med },
|
LspReferenceText = { fg = palette.rose, bg = palette.highlight_med },
|
||||||
LspReferenceRead = { fg = palette.rose, bg = palette.highlight_med },
|
LspReferenceRead = { fg = palette.rose, bg = palette.highlight_med },
|
||||||
|
|
@ -225,19 +224,11 @@ local theme = {
|
||||||
LspDiagnosticsVirtualTextInformation = { link = 'DiagnosticVirtualTextInfo' },
|
LspDiagnosticsVirtualTextInformation = { link = 'DiagnosticVirtualTextInfo' },
|
||||||
LspDiagnosticsUnderlineInformation = { link = 'DiagnosticUnderlineInfo' },
|
LspDiagnosticsUnderlineInformation = { link = 'DiagnosticUnderlineInfo' },
|
||||||
|
|
||||||
-- RedrawDebugNormal
|
|
||||||
RedrawDebugClear = { fg = '#ffffff', bg = palette.gold },
|
|
||||||
RedrawDebugComposed = { fg = '#ffffff', bg = palette.pine },
|
|
||||||
RedrawDebugRecompose = { fg = '#ffffff', bg = palette.love },
|
|
||||||
|
|
||||||
NvimInternalError = { fg = '#ffffff', bg = palette.love },
|
|
||||||
|
|
||||||
-- TSAnnotation = {},
|
|
||||||
-- TSAttribute = {},
|
-- TSAttribute = {},
|
||||||
TSBoolean = { fg = palette.rose },
|
TSBoolean = { link = 'Boolean' },
|
||||||
-- TSCharacter = {},
|
TSCharacter = { link = 'Character' },
|
||||||
TSComment = { fg = group.comment, style = maybe_italic },
|
TSComment = { link = 'Comment' },
|
||||||
-- TSConditional = {},
|
TSConditional = { link = 'Conditional' },
|
||||||
TSConstBuiltin = { fg = palette.love },
|
TSConstBuiltin = { fg = palette.love },
|
||||||
-- TSConstMacro = {},
|
-- TSConstMacro = {},
|
||||||
TSConstant = { fg = palette.foam },
|
TSConstant = { fg = palette.foam },
|
||||||
|
|
@ -259,7 +250,7 @@ local theme = {
|
||||||
-- TSMethod = {},
|
-- TSMethod = {},
|
||||||
-- TSNamespace = {},
|
-- TSNamespace = {},
|
||||||
-- TSNone = {},
|
-- TSNone = {},
|
||||||
-- TSNumber = {},
|
TSNumber = { link = 'Number' },
|
||||||
TSOperator = { fg = palette.subtle },
|
TSOperator = { fg = palette.subtle },
|
||||||
TSParameter = { fg = palette.iris, style = maybe_italic },
|
TSParameter = { fg = palette.iris, style = maybe_italic },
|
||||||
-- TSParameterReference = {},
|
-- TSParameterReference = {},
|
||||||
|
|
@ -269,7 +260,7 @@ local theme = {
|
||||||
TSPunctSpecial = { fg = group.punctuation },
|
TSPunctSpecial = { fg = group.punctuation },
|
||||||
-- TSRepeat = {},
|
-- TSRepeat = {},
|
||||||
-- TSStrike = {},
|
-- TSStrike = {},
|
||||||
TSString = { fg = palette.gold },
|
TSString = { link = 'String' },
|
||||||
TSStringEscape = { fg = palette.pine },
|
TSStringEscape = { fg = palette.pine },
|
||||||
-- TSStringRegex = {},
|
-- TSStringRegex = {},
|
||||||
TSStringSpecial = { link = 'TSString' },
|
TSStringSpecial = { link = 'TSString' },
|
||||||
|
|
@ -278,15 +269,14 @@ local theme = {
|
||||||
TSTagDelimiter = { fg = palette.subtle },
|
TSTagDelimiter = { fg = palette.subtle },
|
||||||
TSText = { fg = palette.text },
|
TSText = { fg = palette.text },
|
||||||
TSTitle = { fg = group.headings.h1, style = 'bold' },
|
TSTitle = { fg = group.headings.h1, style = 'bold' },
|
||||||
-- TSType = {},
|
TSType = { link = 'Type' },
|
||||||
-- TSTypeBuiltin = {},
|
-- TSTypeBuiltin = {},
|
||||||
TSURI = { fg = palette.gold },
|
TSURI = { fg = group.link },
|
||||||
-- TSUnderline = {},
|
-- TSUnderline = {},
|
||||||
TSVariable = { fg = palette.text, style = maybe_italic },
|
TSVariable = { fg = palette.text, style = maybe_italic },
|
||||||
TSVariableBuiltin = { fg = palette.love },
|
TSVariableBuiltin = { fg = palette.love },
|
||||||
|
|
||||||
-- romgrk/barbar.nvim
|
-- romgrk/barbar.nvim
|
||||||
BufferTabpageFill = { fg = palette.base, bg = palette.base },
|
|
||||||
BufferCurrent = { fg = palette.text, bg = palette.overlay },
|
BufferCurrent = { fg = palette.text, bg = palette.overlay },
|
||||||
BufferCurrentIndex = { fg = palette.text, bg = palette.overlay },
|
BufferCurrentIndex = { fg = palette.text, bg = palette.overlay },
|
||||||
BufferCurrentMod = { fg = palette.foam, bg = palette.overlay },
|
BufferCurrentMod = { fg = palette.foam, bg = palette.overlay },
|
||||||
|
|
@ -297,6 +287,7 @@ local theme = {
|
||||||
BufferInactiveMod = { fg = palette.foam },
|
BufferInactiveMod = { fg = palette.foam },
|
||||||
BufferInactiveSign = { fg = palette.muted },
|
BufferInactiveSign = { fg = palette.muted },
|
||||||
BufferInactiveTarget = { fg = palette.gold },
|
BufferInactiveTarget = { fg = palette.gold },
|
||||||
|
BufferTabpageFill = { fg = palette.base, bg = palette.base },
|
||||||
BufferVisible = { fg = palette.subtle },
|
BufferVisible = { fg = palette.subtle },
|
||||||
BufferVisibleIndex = { fg = palette.subtle },
|
BufferVisibleIndex = { fg = palette.subtle },
|
||||||
BufferVisibleMod = { fg = palette.foam },
|
BufferVisibleMod = { fg = palette.foam },
|
||||||
|
|
@ -304,12 +295,12 @@ local theme = {
|
||||||
BufferVisibleTarget = { fg = palette.gold },
|
BufferVisibleTarget = { fg = palette.gold },
|
||||||
|
|
||||||
-- lewis6991/gitsigns.nvim
|
-- lewis6991/gitsigns.nvim
|
||||||
SignAdd = { fg = group.git_add },
|
|
||||||
SignChange = { fg = group.git_change },
|
|
||||||
SignDelete = { fg = group.git_delete },
|
|
||||||
GitSignsAdd = { fg = group.git_add },
|
GitSignsAdd = { fg = group.git_add },
|
||||||
GitSignsChange = { fg = group.git_change },
|
GitSignsChange = { fg = group.git_change },
|
||||||
GitSignsDelete = { fg = group.git_delete },
|
GitSignsDelete = { fg = group.git_delete },
|
||||||
|
SignAdd = { link = 'GitSignsAdd' },
|
||||||
|
SignChange = { link = 'GitSignsChange' },
|
||||||
|
SignDelete = { link = 'GitSignsDelete' },
|
||||||
|
|
||||||
-- mvllow/modes.nvim
|
-- mvllow/modes.nvim
|
||||||
ModesCopy = { bg = palette.gold },
|
ModesCopy = { bg = palette.gold },
|
||||||
|
|
@ -318,21 +309,15 @@ local theme = {
|
||||||
ModesVisual = { bg = palette.iris },
|
ModesVisual = { bg = palette.iris },
|
||||||
|
|
||||||
-- kyazdani42/nvim-tree.lua
|
-- kyazdani42/nvim-tree.lua
|
||||||
NvimTreeNormal = { fg = palette.text },
|
NvimTreeEmptyFolderName = { fg = palette.muted },
|
||||||
NvimTreeFileDeleted = { fg = palette.love },
|
NvimTreeFileDeleted = { fg = palette.love },
|
||||||
NvimTreeFileDirty = { fg = palette.rose },
|
NvimTreeFileDirty = { fg = palette.rose },
|
||||||
NvimTreeFileMerge = { fg = palette.iris },
|
NvimTreeFileMerge = { fg = palette.iris },
|
||||||
NvimTreeFileNew = { fg = palette.foam },
|
NvimTreeFileNew = { fg = palette.foam },
|
||||||
NvimTreeFileRenamed = { fg = palette.pine },
|
NvimTreeFileRenamed = { fg = palette.pine },
|
||||||
NvimTreeFileStaged = { fg = palette.iris },
|
NvimTreeFileStaged = { fg = palette.iris },
|
||||||
NvimTreeEmptyFolderName = { fg = palette.muted },
|
|
||||||
NvimTreeFolderIcon = { fg = palette.subtle },
|
NvimTreeFolderIcon = { fg = palette.subtle },
|
||||||
NvimTreeFolderName = { fg = palette.foam },
|
NvimTreeFolderName = { fg = palette.foam },
|
||||||
NvimTreeImageFile = { fg = palette.text },
|
|
||||||
NvimTreeOpenedFile = { fg = palette.text, bg = palette.highlight_med },
|
|
||||||
NvimTreeOpenedFolderName = { fg = palette.foam },
|
|
||||||
NvimTreeRootFolder = { fg = palette.iris },
|
|
||||||
NvimTreeSpecialFile = { link = 'NvimTreeNormal' },
|
|
||||||
NvimTreeGitDeleted = { fg = group.git_delete },
|
NvimTreeGitDeleted = { fg = group.git_delete },
|
||||||
NvimTreeGitDirty = { fg = group.git_dirty },
|
NvimTreeGitDirty = { fg = group.git_dirty },
|
||||||
NvimTreeGitIgnored = { fg = group.git_ignore },
|
NvimTreeGitIgnored = { fg = group.git_ignore },
|
||||||
|
|
@ -340,6 +325,12 @@ local theme = {
|
||||||
NvimTreeGitNew = { fg = group.git_add },
|
NvimTreeGitNew = { fg = group.git_add },
|
||||||
NvimTreeGitRenamed = { fg = group.git_rename },
|
NvimTreeGitRenamed = { fg = group.git_rename },
|
||||||
NvimTreeGitStaged = { fg = group.git_stage },
|
NvimTreeGitStaged = { fg = group.git_stage },
|
||||||
|
NvimTreeImageFile = { fg = palette.text },
|
||||||
|
NvimTreeNormal = { fg = palette.text },
|
||||||
|
NvimTreeOpenedFile = { fg = palette.text, bg = palette.highlight_med },
|
||||||
|
NvimTreeOpenedFolderName = { fg = palette.foam },
|
||||||
|
NvimTreeRootFolder = { fg = palette.iris },
|
||||||
|
NvimTreeSpecialFile = { link = 'NvimTreeNormal' },
|
||||||
NvimTreeWindowPicker = { fg = palette.base, bg = palette.iris },
|
NvimTreeWindowPicker = { fg = palette.base, bg = palette.iris },
|
||||||
|
|
||||||
-- folke/which-key.nvim
|
-- folke/which-key.nvim
|
||||||
|
|
@ -354,22 +345,22 @@ local theme = {
|
||||||
IndentBlanklineChar = { fg = palette.muted },
|
IndentBlanklineChar = { fg = palette.muted },
|
||||||
|
|
||||||
-- hrsh7th/nvim-cmp
|
-- hrsh7th/nvim-cmp
|
||||||
CmpItemKind = { fg = palette.iris },
|
|
||||||
CmpItemAbbr = { fg = palette.subtle },
|
CmpItemAbbr = { fg = palette.subtle },
|
||||||
|
CmpItemAbbrDeprecated = { fg = palette.subtle, style = 'strikethrough' },
|
||||||
CmpItemAbbrMatch = { fg = palette.text, style = 'bold' },
|
CmpItemAbbrMatch = { fg = palette.text, style = 'bold' },
|
||||||
CmpItemAbbrMatchFuzzy = { fg = palette.text, style = 'bold' },
|
CmpItemAbbrMatchFuzzy = { fg = palette.text, style = 'bold' },
|
||||||
CmpItemAbbrDeprecated = { fg = palette.subtle, style = 'strikethrough' },
|
CmpItemKind = { fg = palette.iris },
|
||||||
CmpItemKindVariable = { fg = palette.foam },
|
|
||||||
CmpItemKindClass = { fg = palette.gold },
|
CmpItemKindClass = { fg = palette.gold },
|
||||||
CmpItemKindInterface = { fg = palette.gold },
|
|
||||||
CmpItemKindFunction = { fg = palette.iris },
|
CmpItemKindFunction = { fg = palette.iris },
|
||||||
|
CmpItemKindInterface = { fg = palette.gold },
|
||||||
CmpItemKindMethod = { fg = palette.iris },
|
CmpItemKindMethod = { fg = palette.iris },
|
||||||
CmpItemKindSnippet = { fg = palette.iris },
|
CmpItemKindSnippet = { fg = palette.iris },
|
||||||
|
CmpItemKindVariable = { fg = palette.foam },
|
||||||
|
|
||||||
-- TimUntersberger/neogit
|
-- TimUntersberger/neogit
|
||||||
NeogitDiffAddHighlight = { fg = palette.foam, bg = palette.highlight_med },
|
NeogitDiffAddHighlight = { fg = palette.foam, bg = palette.highlight_med },
|
||||||
NeogitDiffDeleteHighlight = { fg = palette.love, bg = palette.highlight_med },
|
|
||||||
NeogitDiffContextHighlight = { bg = palette.highlight_low },
|
NeogitDiffContextHighlight = { bg = palette.highlight_low },
|
||||||
|
NeogitDiffDeleteHighlight = { fg = palette.love, bg = palette.highlight_med },
|
||||||
NeogitHunkHeader = { bg = palette.highlight_low },
|
NeogitHunkHeader = { bg = palette.highlight_low },
|
||||||
NeogitHunkHeaderHighlight = { bg = palette.highlight_low },
|
NeogitHunkHeaderHighlight = { bg = palette.highlight_low },
|
||||||
|
|
||||||
|
|
@ -388,17 +379,17 @@ local theme = {
|
||||||
|
|
||||||
-- nvim-neorg/neorg
|
-- nvim-neorg/neorg
|
||||||
NeorgHeading1Prefix = { fg = group.headings.h1, style = 'bold' },
|
NeorgHeading1Prefix = { fg = group.headings.h1, style = 'bold' },
|
||||||
NeorgHeading1Title = { fg = group.headings.h1, style = 'bold' },
|
NeorgHeading1Title = { link = 'NeorgHeading1Prefix' },
|
||||||
NeorgHeading2Prefix = { fg = group.headings.h2, style = 'bold' },
|
NeorgHeading2Prefix = { fg = group.headings.h2, style = 'bold' },
|
||||||
NeorgHeading2Title = { fg = group.headings.h2, style = 'bold' },
|
NeorgHeading2Title = { link = 'NeorgHeading2Prefix' },
|
||||||
NeorgHeading3Prefix = { fg = group.headings.h3, style = 'bold' },
|
NeorgHeading3Prefix = { fg = group.headings.h3, style = 'bold' },
|
||||||
NeorgHeading3Title = { fg = group.headings.h3, style = 'bold' },
|
NeorgHeading3Title = { link = 'NeorgHeading3Prefix' },
|
||||||
NeorgHeading4Prefix = { fg = group.headings.h4, style = 'bold' },
|
NeorgHeading4Prefix = { fg = group.headings.h4, style = 'bold' },
|
||||||
NeorgHeading4Title = { fg = group.headings.h4, style = 'bold' },
|
NeorgHeading4Title = { link = 'NeorgHeading4Prefix' },
|
||||||
NeorgHeading5Prefix = { fg = group.headings.h5, style = 'bold' },
|
NeorgHeading5Prefix = { fg = group.headings.h5, style = 'bold' },
|
||||||
NeorgHeading5Title = { fg = group.headings.h5, style = 'bold' },
|
NeorgHeading5Title = { link = 'NeorgHeading5Prefix' },
|
||||||
NeorgHeading6Prefix = { fg = group.headings.h6, style = 'bold' },
|
NeorgHeading6Prefix = { fg = group.headings.h6, style = 'bold' },
|
||||||
NeorgHeading6Title = { fg = group.headings.h6, style = 'bold' },
|
NeorgHeading6Title = { link = 'NeorgHeading6Prefix' },
|
||||||
NeorgMarkerTitle = { fg = palette.text, style = 'bold' },
|
NeorgMarkerTitle = { fg = palette.text, style = 'bold' },
|
||||||
|
|
||||||
-- tami5/lspsaga.nvim (fork of glepnir/lspsaga.nvim)
|
-- tami5/lspsaga.nvim (fork of glepnir/lspsaga.nvim)
|
||||||
|
|
@ -444,8 +435,8 @@ local theme = {
|
||||||
TelescopeNormal = { fg = palette.subtle },
|
TelescopeNormal = { fg = palette.subtle },
|
||||||
TelescopePromptNormal = { fg = palette.text },
|
TelescopePromptNormal = { fg = palette.text },
|
||||||
TelescopePromptPrefix = { fg = palette.subtle },
|
TelescopePromptPrefix = { fg = palette.subtle },
|
||||||
TelescopeSelection = { fg = palette.text, bg = palette.highlight_low },
|
TelescopeSelection = { fg = palette.text, bg = palette.overlay },
|
||||||
TelescopeSelectionCaret = { fg = palette.rose, bg = palette.highlight_low },
|
TelescopeSelectionCaret = { fg = palette.rose, bg = palette.overlay },
|
||||||
TelescopeTitle = { fg = palette.subtle },
|
TelescopeTitle = { fg = palette.subtle },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue