renamed catppuccino13 -> katppuccino12

dev-remaster
Pocco81 3 years ago
parent ab50924db1
commit a97fbcbd01

@ -11,7 +11,7 @@ local color_palette = {
katppuccino9 = "#7EA1C8", -- Cerulean Frost
katppuccino10 = "#A7B6DC", -- Wild Blue Yonder
katppuccino11 = "#6F6A8A", -- Rhythm
catppuccino13 = "#3e4058", -- Independence
katppuccino12 = "#3e4058", -- Independence
catppuccino14 = "#110E17",
catppuccino15 = "#1B1927",
catppuccino16 = "#201C2B",

@ -2,11 +2,11 @@ local M = {}
function M.get(cp)
return {
BufferCurrent = { bg = cp.catppuccino13, fg = cp.katppuccino10 },
BufferCurrentIndex = { bg = cp.catppuccino13, fg = cp.katppuccino9 },
BufferCurrentMod = { bg = cp.catppuccino13, fg = cp.katppuccino8 },
BufferCurrentSign = { bg = cp.catppuccino13, fg = cp.katppuccino9 },
BufferCurrentTarget = { bg = cp.catppuccino13, fg = cp.katppuccino5 },
BufferCurrent = { bg = cp.katppuccino12, fg = cp.katppuccino10 },
BufferCurrentIndex = { bg = cp.katppuccino12, fg = cp.katppuccino9 },
BufferCurrentMod = { bg = cp.katppuccino12, fg = cp.katppuccino8 },
BufferCurrentSign = { bg = cp.katppuccino12, fg = cp.katppuccino9 },
BufferCurrentTarget = { bg = cp.katppuccino12, fg = cp.katppuccino5 },
BufferVisible = { bg = cp.catppuccino15, fg = cp.katppuccino10 },
BufferVisibleIndex = { bg = cp.catppuccino15, fg = cp.katppuccino9 },
BufferVisibleMod = { bg = cp.catppuccino15, fg = cp.katppuccino8 },

@ -6,10 +6,10 @@ function M.get(cp)
return {
BufferLineFill = { bg = cp.catppuccino16 },
BufferLineBackground = { fg = cp.catppuccino13, bg = inactive_clr },
BufferLineBufferVisible = { fg = cp.catppuccino13, bg = inactive_clr },
BufferLineBackground = { fg = cp.katppuccino12, bg = inactive_clr },
BufferLineBufferVisible = { fg = cp.katppuccino12, bg = inactive_clr },
BufferLineBufferSelected = { fg = cp.katppuccino0, bg = cp.katppuccino1 },
BufferLineTab = { fg = cp.catppuccino13, bg = cp.katppuccino1 },
BufferLineTab = { fg = cp.katppuccino12, bg = cp.katppuccino1 },
BufferLineTabSelected = { fg = cp.katppuccino5, bg = cp.katppuccino9 },
BufferLineTabClose = { fg = cp.katppuccino5, bg = inactive_clr },
BufferLineIndicatorSelected = { fg = cp.katppuccino1, bg = cp.katppuccino1 },
@ -18,8 +18,8 @@ function M.get(cp)
BufferLineSeparatorVisible = { fg = inactive_clr, bg = inactive_clr },
BufferLineSeparatorSelected = { fg = inactive_clr, bg = inactive_clr },
-- close buttons
BufferLineCloseButton = { fg = cp.catppuccino13, bg = inactive_clr },
BufferLineCloseButtonVisible = { fg = cp.catppuccino13, bg = inactive_clr },
BufferLineCloseButton = { fg = cp.katppuccino12, bg = inactive_clr },
BufferLineCloseButtonVisible = { fg = cp.katppuccino12, bg = inactive_clr },
BufferLineCloseButtonSelected = { fg = cp.katppuccino5, bg = cp.katppuccino1 },
}
end

@ -3,7 +3,7 @@ local M = {}
function M.get(cp)
local hi = {
IndentBlanklineChar = { fg = cp.catppuccino13 },
IndentBlanklineChar = { fg = cp.katppuccino12 },
}
if cnf.integrations.indent_blankline.colored_indent_levels then

@ -28,8 +28,8 @@ function M.get(cp)
end
return {
LightspeedLabel = {bg = cp.catppuccino13, fg = cp.katppuccino10},
LightspeedOverlapped = {bg = cp.catppuccino13, fg = cp.katppuccino10},
LightspeedLabel = {bg = cp.katppuccino12, fg = cp.katppuccino10},
LightspeedOverlapped = {bg = cp.katppuccino12, fg = cp.katppuccino10},
LightspeedLabelDistant = {bg = cp.katppuccino3, fg = cp.katppuccino10},
LightspeedLabelDistantOverlapped = {bg = cp.katppuccino3, fg = cp.katppuccino10},
LightspeedShortcut = {bg = cp.katppuccino1, fg = cp.katppuccino6, style = "italic"},

@ -13,7 +13,7 @@ function M.get(cp)
LspSagaRenameBorder = { fg = cp.katppuccino7 },
LspSagaDefPreviewBorder = { fg = cp.katppuccino7 },
LspSagaCodeActionBorder = { fg = cp.katppuccino9 },
LspSagaFinderSelection = { fg = cp.catppuccino13 },
LspSagaFinderSelection = { fg = cp.katppuccino12 },
LspSagaCodeActionTitle = { fg = cp.katppuccino91 },
LspSagaCodeActionContent = { fg = cp.purple },
LspSagaSignatureHelpBorder = { fg = cp.katppuccino5 },

@ -3,7 +3,7 @@ local M = {}
function M.get(cp)
return {
LspTroubleText = { fg = cp.katppuccino0 },
LspTroubleCount = { fg = cp.katppuccino4, bg = cp.catppuccino13 },
LspTroubleCount = { fg = cp.katppuccino4, bg = cp.katppuccino12 },
LspTroubleNormal = { fg = cp.katppuccino10, bg = cp.catppuccino14 },
}
end

@ -9,9 +9,9 @@ function M.get(cp)
-- These groups are for the native LSP cliencp. Some other LSP clients may
-- use these groups, or use their own. Consult your LSP client's
-- documentation.
LspReferenceText = { bg = cp.catppuccino13 }, -- used for highlighting "text" references
LspReferenceRead = { bg = cp.catppuccino13 }, -- used for highlighting "read" references
LspReferenceWrite = { bg = cp.catppuccino13 }, -- used for highlighting "write" references
LspReferenceText = { bg = cp.katppuccino12 }, -- used for highlighting "text" references
LspReferenceRead = { bg = cp.katppuccino12 }, -- used for highlighting "read" references
LspReferenceWrite = { bg = cp.katppuccino12 }, -- used for highlighting "write" references
-- hightlight diagnostics in numberline
DiagnosticError = { fg = cp.katppuccino5 }, -- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticWarn = { fg = cp.katppuccino8 }, -- Used as the base highlight group. Other Diagnostic highlights link to this by default

@ -5,7 +5,7 @@ function M.get(cp)
NeogitBranch = { fg = cp.katppuccino4 },
NeogitRemote = { fg = cp.katppuccino4 },
NeogitHunkHeader = { bg = cp.katppuccino9, fg = cp.katppuccino10 },
NeogitHunkHeaderHighlight = { bg = cp.catppuccino13, fg = cp.katppuccino9 },
NeogitHunkHeaderHighlight = { bg = cp.katppuccino12, fg = cp.katppuccino9 },
NeogitDiffContextHighlight = { bg = cp.catppuccino16, fg = cp.katppuccino0 },
NeogitDiffDeleteHighlight = { fg = cp.katppuccino5, bg = cp.katppuccino1 },
NeogitDiffAddHighlight = { fg = cp.katppuccino9, bg = cp.katppuccino1 },

@ -24,7 +24,7 @@ function M.get(cp)
-- TSError = { }; -- For syntax/parser errors.
TSException = { fg = cp.katppuccino3, style = cnf.styles.keywords }, -- For exception related keywords.
TSField = { fg = cp.katppuccino5 }, -- For fields.
-- rustTSField = { fg = cp.catppuccino13 }, -- For fields.
-- rustTSField = { fg = cp.katppuccino12 }, -- For fields.
-- TSFloat = { }; -- For floats.
TSFunction = { fg = cp.katppuccino9, style = cnf.styles.functions }, -- For function (calls and definitions).
TSFuncBuiltin = { fg = cp.katppuccino2 }, -- For builtin functions: `table.insert` in Lua.

@ -32,12 +32,12 @@ local function get_base()
EndOfBuffer = { fg = cp.katppuccino1 }, -- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|.
ErrorMsg = { fg = cp.katppuccino5 }, -- error messages on the command line
VertSplit = { fg = cp.catppuccino14 }, -- the column separating vertically split windows
Folded = { fg = cp.katppuccino9, bg = cp.catppuccino13 }, -- line used for closed folds
Folded = { fg = cp.katppuccino9, bg = cp.katppuccino12 }, -- line used for closed folds
FoldColumn = { bg = cp.katppuccino1, fg = cp.katppuccino11 }, -- 'foldcolumn'
SignColumn = { bg = cnf.transparency and cp.none or cp.katppuccino1, fg = cp.catppuccino13 }, -- column where |signs| are displayed
SignColumnSB = { bg = cp.catppuccino14, fg = cp.catppuccino13 }, -- column where |signs| are displayed
Substitute = { bg = cp.catppuccino13, fg = cp.katppuccino4 }, -- |:substitute| replacement text highlighting
LineNr = { fg = cp.catppuccino13 }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is secp.
SignColumn = { bg = cnf.transparency and cp.none or cp.katppuccino1, fg = cp.katppuccino12 }, -- column where |signs| are displayed
SignColumnSB = { bg = cp.catppuccino14, fg = cp.katppuccino12 }, -- column where |signs| are displayed
Substitute = { bg = cp.katppuccino12, fg = cp.katppuccino4 }, -- |:substitute| replacement text highlighting
LineNr = { fg = cp.katppuccino12 }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is secp.
CursorLineNr = { fg = cp.katppuccino0 }, -- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. highlights the number in numberline.
MatchParen = { fg = cp.katppuccino6, style = "bold" }, -- The character under the cursor or just before it, if it is a paikatppuccino5 bracket, and its match. |pi_paren.txt|
ModeMsg = { fg = cp.katppuccino0, style = "bold" }, -- 'showmode' message (e.g., "-- INSERT -- ")
@ -51,28 +51,28 @@ local function get_base()
NormalFloat = { fg = cp.katppuccino10, bg = cp.catppuccino14 }, -- Normal text in floating windows.
FloatBorder = { fg = cp.katppuccino9 },
Pmenu = { bg = cp.catppuccino15, fg = cp.katppuccino10 }, -- Popup menu: normal item.
PmenuSel = { fg = cp.katppuccino4, bg = cp.catppuccino13 }, -- Popup menu: selected item.
PmenuSbar = { bg = cp.catppuccino13 }, -- Popup menu: scrollbar.
PmenuSel = { fg = cp.katppuccino4, bg = cp.katppuccino12 }, -- Popup menu: selected item.
PmenuSbar = { bg = cp.katppuccino12 }, -- Popup menu: scrollbar.
PmenuThumb = { bg = cp.katppuccino11 }, -- Popup menu: Thumb of the scrollbar.
Question = { fg = cp.katppuccino9 }, -- |hit-enter| prompt and yes/no questions
QuickFixLine = { bg = cp.catppuccino13, style = "bold" }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search = { bg = cp.catppuccino13, fg = cp.katppuccino4 }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch = { bg = cp.katppuccino4, fg = cp.catppuccino13 }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
QuickFixLine = { bg = cp.katppuccino12, style = "bold" }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search = { bg = cp.katppuccino12, fg = cp.katppuccino4 }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch = { bg = cp.katppuccino4, fg = cp.katppuccino12 }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
SpecialKey = { fg = cp.katppuccino10 }, -- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
SpellBad = { sp = cp.katppuccino5, style = "undercurl" }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap = { sp = cp.katppuccino8, style = "undercurl" }, -- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
SpellLocal = { sp = cp.katppuccino9, style = "undercurl" }, -- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise.
SpellRare = { sp = cp.katppuccino0, style = "undercurl" }, -- Word that is recognized by the spellchecker as one that is hardly ever used. |spell| Combined with the highlighting used otherwise.
StatusLine = { fg = cp.katppuccino10, bg = cp.catppuccino15 }, -- status line of current window
StatusLineNC = { fg = cp.catppuccino13, bg = cp.catppuccino15 }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window.
TabLine = { bg = cp.catppuccino15, fg = cp.catppuccino13 }, -- tab pages line, not active tab page label
StatusLineNC = { fg = cp.katppuccino12, bg = cp.catppuccino15 }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window.
TabLine = { bg = cp.catppuccino15, fg = cp.katppuccino12 }, -- tab pages line, not active tab page label
TabLineFill = { bg = cp.black }, -- tab pages line, where there are no labels
TabLineSel = { fg = cp.katppuccino0, bg = cp.catppuccino13 }, -- tab pages line, active tab page label
TabLineSel = { fg = cp.katppuccino0, bg = cp.katppuccino12 }, -- tab pages line, active tab page label
Title = { fg = cp.katppuccino9, style = "bold" }, -- titles for output from ":set all", ":autocmd" etcp.
Visual = { bg = cp.catppuccino16 }, -- Visual mode selection
VisualNOS = { bg = cp.catppuccino16 }, -- Visual mode selection when vim is "Not Owning the Selection".
WarningMsg = { fg = cp.katppuccino8 }, -- warning messages
Whitespace = { fg = cp.catppuccino13 }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
Whitespace = { fg = cp.katppuccino12 }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
WildMenu = { bg = cp.katppuccino11 }, -- current match in 'wildmenu' completion
-- These groups are not listed as default vim groups,
-- but they are defacto standard group names for syntax highlighting.
@ -138,8 +138,8 @@ local function get_base()
debugPC = { bg = cp.catppuccino14 }, -- used for highlighting the current line in terminal-debug
debugBreakpoint = { bg = cp.katppuccino1, fg = cp.katppuccino11 }, -- used for breakpoint colors in terminal-debug
-- illuminate
illuminatedWord = { bg = cp.catppuccino13 },
illuminatedCurWord = { bg = cp.catppuccino13 },
illuminatedWord = { bg = cp.katppuccino12 },
illuminatedCurWord = { bg = cp.katppuccino12 },
-- diff
diffAdded = { fg = cp.katppuccino9 },
diffRemoved = { fg = cp.katppuccino5 },

Loading…
Cancel
Save