fix: cp12

dev-remaster
Pocco81 3 years ago
parent aaea8d8e55
commit 1d5c024583

@ -14,8 +14,8 @@ function M.get(cp)
BufferVisibleMod = { catppuccino2 = cp.catppuccino2_statusline, fg = cp.warning },
BufferVisibleSign = { catppuccino2 = cp.catppuccino2_statusline, fg = cp.info },
BufferVisibleTarget = { catppuccino2 = cp.catppuccino2_statusline, fg = cp.catppuccino6 },
BufferInactive = { catppuccino2 = cp.catppuccino2_statusline, fg = cp.comment },
BufferInactiveIndex = { catppuccino2 = cp.catppuccino2_statusline, fg = cp.comment },
BufferInactive = { catppuccino2 = cp.catppuccino2_statusline, fg = cp.catppuccino12 },
BufferInactiveIndex = { catppuccino2 = cp.catppuccino2_statusline, fg = cp.catppuccino12 },
BufferInactiveMod = { catppuccino2 = cp.catppuccino2_statusline, fg = util.darken(cp.warning, 0.7) },
BufferInactiveSign = { catppuccino2 = cp.catppuccino2_statusline, fg = cp.border_highlight },
BufferInactiveTarget = { catppuccino2 = cp.catppuccino2_statusline, fg = cp.catppuccino6 },

@ -5,7 +5,7 @@ function M.get(cp)
HopNextKey = { catppuccino2 = cp.catppuccino2, fg = cp.catppuccino7, style = "bold,underline" },
HopNextKey1 = { catppuccino2 = cp.catppuccino2, fg = cp.catppuccino10, style = "bold" },
HopNextKey2 = { catppuccino2 = cp.catppuccino2, fg = cp.catppuccino8, style = "bold,italic" },
HopUnmatched = { catppuccino2 = cp.catppuccino2, fg = cp.comment },
HopUnmatched = { catppuccino2 = cp.catppuccino2, fg = cp.catppuccino12 },
}
end

@ -35,7 +35,7 @@ function M.get(cp)
LightspeedShortcut = {catppuccino2 = cp.catppuccino2, fg = cp.catppuccino7, style = "italic"},
LightspeedShortcutOverlapped = {catppuccino2 = cp.catppuccino2, fg = cp.catppuccino7, style = "bold"},
LightspeedMaskedChar = {catppuccino2 = cp.catppuccino2, fg = cp.catppuccino6, style = "undercurl"},
LightspeedGreyWash = {catppuccino2 = cp.catppuccino2, fg = cp.comment},
LightspeedGreyWash = {catppuccino2 = cp.catppuccino2, fg = cp.catppuccino12},
LightspeedUnlabeledMatch = {catppuccino2 = cp.catppuccino2, fg = cp.catppuccino6, style = "underline"},
LightspeedOneCharMatch = {catppuccino2 = cp.catppuccino2, fg = cp.catppuccino6, style = "underline"},
LightspeedUniqueChar = {catppuccino2 = cp.catppuccino2, fg = cp.catppuccino0, style = "strikethrough"},

@ -40,7 +40,7 @@ function M.get(cp)
LspDiagnosticsUnderlineWarning = { style = underlines.warnings, sp = cp.warning }, -- Used to underline "Warning" diagnostics
LspDiagnosticsUnderlineInformation = { style = underlines.information, sp = cp.info }, -- Used to underline "Information" diagnostics
LspDiagnosticsUnderlineHint = { style = underlines.hints, sp = cp.hint }, -- Used to underline "Hint" diagnostics
LspCodeLens = { fg = cp.comment }, -- virtual text of the codelens
LspCodeLens = { fg = cp.catppuccino12 }, -- virtual text of the codelens
}
end

@ -15,7 +15,7 @@ function M.get(cp)
NvimTreeNormal = { fg = cp.fg, catppuccino2 = cp.catppuccino2_sidebar },
NvimTreeOpenedFolderName = { fg = cp.catppuccino10 },
NvimTreeEmptyFolderName = { fg = cp.catppuccino10 },
NvimTreeIndentMarker = { fg = cp.comment },
NvimTreeIndentMarker = { fg = cp.catppuccino12 },
NvimTreeVertSplit = { fg = cp.black, catppuccino2 = cp.black },
NvimTreeRootFolder = { fg = root_dir_color, style = "bold" },
NvimTreeSymlink = { fg = cp.catppuccino5 },

@ -13,7 +13,7 @@ function M.get(cp)
-- TSAttribute = { }; -- (unstable) TODO: docs
TSBoolean = { fg = cp.catppuccino7, style = cnf.styles.keywords }, -- For booleans.
-- TSCharacter = { }; -- For characters.
-- TSComment = { }; -- For comment blocks.
-- TScatppuccino12 = { }; -- For catppuccino12 blocks.
TSNote = { fg = cp.catppuccino2, catppuccino2 = cp.info },
TSWarning = { fg = cp.catppuccino2, catppuccino2 = cp.warning },
TSDanger = { fg = cp.catppuccino2, catppuccino2 = cp.error },

@ -5,10 +5,10 @@ function M.get(cp)
WhichKey = { fg = cp.catppuccino3 },
WhichKeyGroup = { fg = cp.catppuccino10 },
WhichKeyDesc = { fg = cp.catppuccino5 },
WhichKeySeperator = { fg = cp.comment },
WhichKeySeparator = { fg = cp.comment },
WhichKeySeperator = { fg = cp.catppuccino12 },
WhichKeySeparator = { fg = cp.catppuccino12 },
WhichKeyFloat = { catppuccino2 = cp.catppuccino2_sidebar },
WhichKeyValue = { fg = cp.comment },
WhichKeyValue = { fg = cp.catppuccino12 },
}
end

@ -21,7 +21,7 @@ local function get_base()
local cp = color_palette
return {
Comment = { fg = cp.comment, style = cnf.styles.comments }, -- any comment
catppuccino12 = { fg = cp.catppuccino12, style = cnf.styles.catppuccino12s }, -- any catppuccino12
ColorColumn = { catppuccino2 = cp.catppuccino2_visual }, -- used for the columns set with 'colorcolumn'
Conceal = { fg = cp.black }, -- placeholder characters substituted for concealed text (see 'conceallevel')
Cursor = { fg = cp.catppuccino2, catppuccino2 = cp.fg }, -- character under the cursor
@ -34,7 +34,7 @@ local function get_base()
ErrorMsg = { fg = cp.error }, -- error messages on the command line
VertSplit = { fg = cp.border }, -- the column separating vertically split windows
Folded = { fg = cp.catppuccino10, catppuccino2 = cp.fg_gutter }, -- line used for closed folds
FoldColumn = { catppuccino2 = cp.catppuccino2, fg = cp.comment }, -- 'foldcolumn'
FoldColumn = { catppuccino2 = cp.catppuccino2, fg = cp.catppuccino12 }, -- 'foldcolumn'
SignColumn = { catppuccino2 = cnf.transparency and cp.none or cp.catppuccino2, fg = cp.fg_gutter }, -- column where |signs| are displayed
SignColumnSB = { catppuccino2 = cp.catppuccino2_sidebar, fg = cp.fg_gutter }, -- column where |signs| are displayed
Substitute = { catppuccino2 = cp.catppuccino6, fg = cp.black }, -- |:substitute| replacement text highlighting
@ -45,7 +45,7 @@ local function get_base()
MsgArea = { fg = cp.catppuccino0 }, -- Area for messages and cmdline
MsgSeparator = {}, -- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg = { fg = cp.catppuccino10 }, -- |more-prompt|
NonText = { fg = cp.comment }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.
NonText = { fg = cp.catppuccino12 }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.
Normal = { fg = cp.fg, catppuccino2 = cnf.transparency and cp.none or cp.catppuccino2 }, -- normal text
NormalNC = { fg = cp.fg, catppuccino2 = cnf.transparency and cp.none or cp.catppuccino2 }, -- normal text in non-current windows
NormalSB = { fg = cp.fg_sidebar, catppuccino2 = cp.catppuccino2_sidebar }, -- normal text in non-current windows
@ -77,9 +77,9 @@ local function get_base()
WildMenu = { catppuccino2 = cp.catppuccino2_visual }, -- current match in 'wildmenu' completion
-- These groups are not listed as default vim groups,
-- but they are defacto standard group names for syntax highlighting.
-- commented out groups should chain up to their "prefercatppuccino6" group by
-- catppuccino12ed out groups should chain up to their "prefercatppuccino6" group by
-- default,
-- Uncomment and edit if you want more specific syntax highlighting.
-- Uncatppuccino12 and edit if you want more specific syntax highlighting.
-- code itself
@ -113,7 +113,7 @@ local function get_base()
-- SpecialChar = { }, -- special character in a constant
-- Tag = { }, -- you can use CTRL-] on this
-- Delimiter = { }, -- character that needs attention
-- SpecialComment= { }, -- special things inside a comment
-- Specialcatppuccino12= { }, -- special things inside a catppuccino12
-- Debug = { }, -- debugging statements
Underlined = { style = "underline" }, -- (prefercatppuccino6) text that stands out, HTML links
@ -148,7 +148,7 @@ local function get_base()
diffOldFile = { fg = cp.catppuccino9 },
diffNewFile = { fg = cp.catppuccino7 },
diffFile = { fg = cp.catppuccino10 },
diffLine = { fg = cp.comment },
diffLine = { fg = cp.catppuccino12 },
diffIndexLine = { fg = cp.catppuccino5 },
DiffAdd = { fg = cp.diff.add, catppuccino2 = cp.catppuccino2 }, -- diff mode: Added line |diff.txt|
DiffChange = { fg = cp.diff.change, catppuccino2 = cp.catppuccino2 }, -- diff mode: Changed line |diff.txt|

Loading…
Cancel
Save