renamed catppuccino11 -> katppuccino10

dev-remaster
Pocco81 3 years ago
parent df71d7871b
commit 9489fe5714

@ -9,7 +9,7 @@ local color_palette = {
katppuccino7 = "#ADD692", -- Granny Smith Apple
katppuccino8 = "#E3DAA3", -- Megium Champagne
katppuccino9 = "#7EA1C8", -- Cerulean Frost
catppuccino11 = "#A7B6DC", -- Wild Blue Yonder
katppuccino10 = "#A7B6DC", -- Wild Blue Yonder
catppuccino12 = "#6F6A8A", -- Rhythm
catppuccino13 = "#3e4058", -- Independence
catppuccino14 = "#110E17",

@ -2,12 +2,12 @@ local M = {}
function M.get(cp)
return {
BufferCurrent = { bg = cp.catppuccino13, fg = cp.catppuccino11 },
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 },
BufferVisible = { bg = cp.catppuccino15, fg = cp.catppuccino11 },
BufferVisible = { bg = cp.catppuccino15, fg = cp.katppuccino10 },
BufferVisibleIndex = { bg = cp.catppuccino15, fg = cp.katppuccino9 },
BufferVisibleMod = { bg = cp.catppuccino15, fg = cp.katppuccino8 },
BufferVisibleSign = { bg = cp.catppuccino15, fg = cp.katppuccino9 },

@ -4,10 +4,10 @@ function M.get(cp)
return {
CmpItemAbbr = { fg = cp.catppuccino12 },
CmpItemAbbrDeprecated = { fg = cp.catppuccino12, stlye = "strikethrough" },
CmpItemAbbrMatch = { fg = cp.catppuccino11, style = "bold" },
CmpItemAbbrMatchFuzzy = { fg = cp.catppuccino11, style = "bold" },
CmpItemAbbrMatch = { fg = cp.katppuccino10, style = "bold" },
CmpItemAbbrMatchFuzzy = { fg = cp.katppuccino10, style = "bold" },
CmpItemKind = { fg = cp.katppuccino9 },
CmpItemMenu = { fg = cp.catppuccino11 },
CmpItemMenu = { fg = cp.katppuccino10 },
}
end

@ -28,10 +28,10 @@ function M.get(cp)
end
return {
LightspeedLabel = {bg = cp.catppuccino13, fg = cp.catppuccino11},
LightspeedOverlapped = {bg = cp.catppuccino13, fg = cp.catppuccino11},
LightspeedLabelDistant = {bg = cp.katppuccino3, fg = cp.catppuccino11},
LightspeedLabelDistantOverlapped = {bg = cp.katppuccino3, fg = cp.catppuccino11},
LightspeedLabel = {bg = cp.catppuccino13, fg = cp.katppuccino10},
LightspeedOverlapped = {bg = cp.catppuccino13, 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"},
LightspeedShortcutOverlapped = {bg = cp.katppuccino1, fg = cp.katppuccino6, style = "bold"},
LightspeedMaskedChar = {bg = cp.katppuccino1, fg = cp.katppuccino5, style = "undercurl"},
@ -41,7 +41,7 @@ function M.get(cp)
LightspeedUniqueChar = {bg = cp.katppuccino1, fg = cp.katppuccino0, style = "strikethrough"},
LightspeedPendingOpArea = {bg = cp.katppuccino1, fg = cp.katppuccino0, style = "strikethrough"},
LightspeedPendingChangeOpArea = {bg = cp.katppuccino1, fg = cp.katppuccino0, style = "strikethrough"},
LightspeedCursor = {fg = cp.katppuccino1, bg = cp.catppuccino11},
LightspeedCursor = {fg = cp.katppuccino1, bg = cp.katppuccino10},
}
end

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

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

@ -12,7 +12,7 @@ function M.get(cp)
return {
NvimTreeFolderName = { fg = cp.katppuccino9 },
NvimTreeFolderIcon = { fg = cp.katppuccino9 },
NvimTreeNormal = { fg = cp.catppuccino11, bg = cp.catppuccino14 },
NvimTreeNormal = { fg = cp.katppuccino10, bg = cp.catppuccino14 },
NvimTreeOpenedFolderName = { fg = cp.katppuccino9 },
NvimTreeEmptyFolderName = { fg = cp.katppuccino9 },
NvimTreeIndentMarker = { fg = cp.catppuccino12 },
@ -24,7 +24,7 @@ function M.get(cp)
NvimTreeGitNew = { fg = cp.katppuccino9 },
NvimTreeGitDeleted = { fg = cp.katppuccino5 },
NvimTreeSpecialFile = { fg = cp.katppuccino2 },
NvimTreeImageFile = { fg = cp.catppuccino11 },
NvimTreeImageFile = { fg = cp.katppuccino10 },
NvimTreeOpenedFile = { fg = cp.katppuccino4 },
}
end

@ -3,7 +3,7 @@ local M = {}
function M.get(cp)
return {
Sneak = { fg = cp.catppuccino16, bg = cp.katppuccino4 },
SneakScope = { bg = cp.catppuccino11 },
SneakScope = { bg = cp.katppuccino10 },
}
end

@ -23,9 +23,9 @@ local function get_base()
Comment = { fg = cp.catppuccino12, style = cnf.styles.comments }, -- just comments
ColorColumn = { bg = cp.catppuccino16 }, -- used for the columns set with 'colorcolumn'
Conceal = { fg = cp.black }, -- placeholder characters substituted for concealed text (see 'conceallevel')
Cursor = { fg = cp.katppuccino1, bg = cp.catppuccino11 }, -- character under the cursor
lCursor = { fg = cp.katppuccino1, bg = cp.catppuccino11 }, -- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM = { fg = cp.katppuccino1, bg = cp.catppuccino11 }, -- like Cursor, but used when in IME mode |CursorIM|
Cursor = { fg = cp.katppuccino1, bg = cp.katppuccino10 }, -- character under the cursor
lCursor = { fg = cp.katppuccino1, bg = cp.katppuccino10 }, -- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM = { fg = cp.katppuccino1, bg = cp.katppuccino10 }, -- like Cursor, but used when in IME mode |CursorIM|
CursorColumn = { bg = cp.catppuccino16 }, -- Screen-column at the cursor, when 'cursorcolumn' is secp.
CursorLine = { bg = cp.catppuccino16 }, -- Screen-line at the cursor, when 'cursorline' is secp. Low-priority if foreground (ctermfg OR guifg) is not secp.
Directory = { fg = cp.katppuccino9 }, -- directory names (and other special names in listings)
@ -45,12 +45,12 @@ local function get_base()
MsgSeparator = {}, -- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg = { fg = cp.katppuccino9 }, -- |more-prompt|
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.catppuccino11, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- normal text
NormalNC = { fg = cp.catppuccino11, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- normal text in non-current windows
Normal = { fg = cp.katppuccino10, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- normal text
NormalNC = { fg = cp.katppuccino10, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- normal text in non-current windows
NormalSB = { fg = cp.fg, bg = cp.catppuccino14 }, -- normal text in non-current windows
NormalFloat = { fg = cp.catppuccino11, bg = cp.catppuccino14 }, -- Normal text in floating windows.
NormalFloat = { fg = cp.katppuccino10, bg = cp.catppuccino14 }, -- Normal text in floating windows.
FloatBorder = { fg = cp.katppuccino9 },
Pmenu = { bg = cp.catppuccino15, fg = cp.catppuccino11 }, -- Popup menu: normal item.
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.
PmenuThumb = { bg = cp.catppuccino12 }, -- Popup menu: Thumb of the scrollbar.
@ -58,12 +58,12 @@ local function get_base()
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"
SpecialKey = { fg = cp.catppuccino11 }, -- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
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.catppuccino11, bg = cp.catppuccino15 }, -- status line of current window
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
TabLineFill = { bg = cp.black }, -- tab pages line, where there are no labels
@ -128,8 +128,8 @@ local function get_base()
htmlH1 = { fg = cp.katppuccino4, style = "bold" },
htmlH2 = { fg = cp.katppuccino9, style = "bold" },
-- mkdHeading = { fg = cp.katppuccino6, style = "bold" },
-- mkdCode = { bg = cp.terminal_black, fg = cp.catppuccino11 },
mkdCodeDelimiter = { bg = cp.katppuccino1, fg = cp.catppuccino11 },
-- mkdCode = { bg = cp.terminal_black, fg = cp.katppuccino10 },
mkdCodeDelimiter = { bg = cp.katppuccino1, fg = cp.katppuccino10 },
mkdCodeStart = { fg = cp.katppuccino2, style = "bold" },
mkdCodeEnd = { fg = cp.katppuccino2, style = "bold" },
-- mkdLink = { fg = cp.katppuccino9, style = "underline" },
@ -165,7 +165,7 @@ local function get_base()
GlyphPalette3 = { fg = cp.katppuccino8 },
GlyphPalette4 = { fg = cp.katppuccino9 },
GlyphPalette6 = { fg = cp.katppuccino7 },
GlyphPalette7 = { fg = cp.catppuccino11 },
GlyphPalette7 = { fg = cp.katppuccino10 },
GlyphPalette9 = { fg = cp.katppuccino5 },
}
end

Loading…
Cancel
Save