renamed catppuccino9 -> katppuccino8

dev-remaster
Pocco81 3 years ago
parent 04b5e7e2b8
commit fa2e8309a3

@ -7,7 +7,7 @@ local color_palette = {
katppuccino5 = "#E28D8D", -- New York Pink katppuccino5 = "#E28D8D", -- New York Pink
katppuccino6 = "#E7A988", -- Tumbleweed katppuccino6 = "#E7A988", -- Tumbleweed
katppuccino7 = "#ADD692", -- Granny Smith Apple katppuccino7 = "#ADD692", -- Granny Smith Apple
catppuccino9 = "#E3DAA3", -- Megium Champagne katppuccino8 = "#E3DAA3", -- Megium Champagne
catppuccino10 = "#7EA1C8", -- Cerulean Frost catppuccino10 = "#7EA1C8", -- Cerulean Frost
catppuccino11 = "#A7B6DC", -- Wild Blue Yonder catppuccino11 = "#A7B6DC", -- Wild Blue Yonder
catppuccino12 = "#6F6A8A", -- Rhythm catppuccino12 = "#6F6A8A", -- Rhythm

@ -4,17 +4,17 @@ function M.get(cp)
return { return {
BufferCurrent = { bg = cp.catppuccino13, fg = cp.catppuccino11 }, BufferCurrent = { bg = cp.catppuccino13, fg = cp.catppuccino11 },
BufferCurrentIndex = { bg = cp.catppuccino13, fg = cp.catppuccino10 }, BufferCurrentIndex = { bg = cp.catppuccino13, fg = cp.catppuccino10 },
BufferCurrentMod = { bg = cp.catppuccino13, fg = cp.catppuccino9 }, BufferCurrentMod = { bg = cp.catppuccino13, fg = cp.katppuccino8 },
BufferCurrentSign = { bg = cp.catppuccino13, fg = cp.catppuccino10 }, BufferCurrentSign = { bg = cp.catppuccino13, fg = cp.catppuccino10 },
BufferCurrentTarget = { bg = cp.catppuccino13, fg = cp.katppuccino5 }, BufferCurrentTarget = { bg = cp.catppuccino13, fg = cp.katppuccino5 },
BufferVisible = { bg = cp.catppuccino15, fg = cp.catppuccino11 }, BufferVisible = { bg = cp.catppuccino15, fg = cp.catppuccino11 },
BufferVisibleIndex = { bg = cp.catppuccino15, fg = cp.catppuccino10 }, BufferVisibleIndex = { bg = cp.catppuccino15, fg = cp.catppuccino10 },
BufferVisibleMod = { bg = cp.catppuccino15, fg = cp.catppuccino9 }, BufferVisibleMod = { bg = cp.catppuccino15, fg = cp.katppuccino8 },
BufferVisibleSign = { bg = cp.catppuccino15, fg = cp.catppuccino10 }, BufferVisibleSign = { bg = cp.catppuccino15, fg = cp.catppuccino10 },
BufferVisibleTarget = { bg = cp.catppuccino15, fg = cp.katppuccino5 }, BufferVisibleTarget = { bg = cp.catppuccino15, fg = cp.katppuccino5 },
BufferInactive = { bg = cp.catppuccino15, fg = cp.catppuccino12 }, BufferInactive = { bg = cp.catppuccino15, fg = cp.catppuccino12 },
BufferInactiveIndex = { bg = cp.catppuccino15, fg = cp.catppuccino12 }, BufferInactiveIndex = { bg = cp.catppuccino15, fg = cp.catppuccino12 },
BufferInactiveMod = { bg = cp.catppuccino15, fg = cp.catppuccino9 }, BufferInactiveMod = { bg = cp.catppuccino15, fg = cp.katppuccino8 },
BufferInactiveSign = { bg = cp.catppuccino15, fg = cp.catppuccino10 }, BufferInactiveSign = { bg = cp.catppuccino15, fg = cp.catppuccino10 },
BufferInactiveTarget = { bg = cp.catppuccino15, fg = cp.katppuccino5 }, BufferInactiveTarget = { bg = cp.catppuccino15, fg = cp.katppuccino5 },
BufferTabpages = { bg = cp.catppuccino15, fg = cp.none }, BufferTabpages = { bg = cp.catppuccino15, fg = cp.none },

@ -3,7 +3,7 @@ local M = {}
function M.get(cp) function M.get(cp)
return { return {
DashboardShortCut = { fg = cp.katppuccino2 }, DashboardShortCut = { fg = cp.katppuccino2 },
DashboardHeader = { fg = cp.catppuccino9 }, DashboardHeader = { fg = cp.katppuccino8 },
DashboardCenter = { fg = cp.katppuccino7 }, DashboardCenter = { fg = cp.katppuccino7 },
DashboardFooter = { fg = cp.katppuccino6, style = "italic" }, DashboardFooter = { fg = cp.katppuccino6, style = "italic" },
} }

@ -3,7 +3,7 @@ local M = {}
function M.get(cp) function M.get(cp)
return { return {
GitGutterAdd = { fg = cp.catppuccino10 }, GitGutterAdd = { fg = cp.catppuccino10 },
GitGutterChange = { fg = cp.catppuccino9 }, GitGutterChange = { fg = cp.katppuccino8 },
GitGutterDelete = { fg = cp.katppuccino5 }, GitGutterDelete = { fg = cp.katppuccino5 },
} }
end end

@ -3,7 +3,7 @@ local M = {}
function M.get(cp) function M.get(cp)
return { return {
GitSignsAdd = { fg = cp.catppuccino10, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- diff mode: Added line |diff.txt| GitSignsAdd = { fg = cp.catppuccino10, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- diff mode: Added line |diff.txt|
GitSignsChange = { fg = cp.catppuccino9, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- diff mode: Changed line |diff.txt| GitSignsChange = { fg = cp.katppuccino8, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- diff mode: Changed line |diff.txt|
GitSignsDelete = { fg = cp.katppuccino5, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- diff mode: Deleted line |diff.txt| GitSignsDelete = { fg = cp.katppuccino5, bg = cnf.transparency and cp.none or cp.katppuccino1 }, -- diff mode: Deleted line |diff.txt|
} }
end end

@ -7,7 +7,7 @@ function M.get(cp)
} }
if cnf.integrations.indent_blankline.colored_indent_levels then if cnf.integrations.indent_blankline.colored_indent_levels then
hi["IndentBlanklineIndent6"] = {blend = "nocombine", fg = cp.catppuccino9} hi["IndentBlanklineIndent6"] = {blend = "nocombine", fg = cp.katppuccino8}
hi["IndentBlanklineIndent5"] = {blend = "nocombine", fg = cp.katppuccino5} hi["IndentBlanklineIndent5"] = {blend = "nocombine", fg = cp.katppuccino5}
hi["IndentBlanklineIndent4"] = {blend = "nocombine", fg = cp.katppuccino7} hi["IndentBlanklineIndent4"] = {blend = "nocombine", fg = cp.katppuccino7}
hi["IndentBlanklineIndent3"] = {blend = "nocombine", fg = cp.katppuccino6} hi["IndentBlanklineIndent3"] = {blend = "nocombine", fg = cp.katppuccino6}

@ -3,7 +3,7 @@ local M = {}
function M.get(cp) function M.get(cp)
return { return {
DiagnosticError = { fg = cp.katppuccino5 }, DiagnosticError = { fg = cp.katppuccino5 },
DiagnosticWarning = { fg = cp.catppuccino9 }, DiagnosticWarning = { fg = cp.katppuccino8 },
DiagnosticInformation = { fg = cp.catppuccino10 }, DiagnosticInformation = { fg = cp.catppuccino10 },
DiagnosticHint = { fg = cp.hint }, DiagnosticHint = { fg = cp.hint },
LspFloatWinNormal = { bg = cp.catppuccino14 }, LspFloatWinNormal = { bg = cp.catppuccino14 },

@ -14,12 +14,12 @@ function M.get(cp)
LspReferenceWrite = { bg = cp.catppuccino13 }, -- used for highlighting "write" references LspReferenceWrite = { bg = cp.catppuccino13 }, -- used for highlighting "write" references
-- hightlight diagnostics in numberline -- hightlight diagnostics in numberline
DiagnosticError = { fg = cp.katppuccino5 }, -- Used as the base highlight group. Other Diagnostic highlights link to this by default DiagnosticError = { fg = cp.katppuccino5 }, -- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticWarn = { fg = cp.catppuccino9 }, -- 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
DiagnosticInfo = { fg = cp.catppuccino10 }, -- Used as the base highlight group. Other Diagnostic highlights link to this by default DiagnosticInfo = { fg = cp.catppuccino10 }, -- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticHint = { fg = cp.hint }, -- Used as the base highlight group. Other Diagnostic highlights link to this by default DiagnosticHint = { fg = cp.hint }, -- Used as the base highlight group. Other Diagnostic highlights link to this by default
LspDiagnosticsDefaultError = { fg = cp.katppuccino5 }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline) LspDiagnosticsDefaultError = { fg = cp.katppuccino5 }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultWarning = { fg = cp.catppuccino9 }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline) LspDiagnosticsDefaultWarning = { fg = cp.katppuccino8 }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultInformation = { fg = cp.catppuccino10 }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline) LspDiagnosticsDefaultInformation = { fg = cp.catppuccino10 }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultHint = { fg = cp.hint }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline) LspDiagnosticsDefaultHint = { fg = cp.hint }, -- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspSignatureActiveParameter = { fg = cp.katppuccino6 }, LspSignatureActiveParameter = { fg = cp.katppuccino6 },
@ -29,15 +29,15 @@ function M.get(cp)
-- LspDiagnosticsFloatingHint = { }, -- Used to color "Hint" diagnostic messages in diagnostics float -- LspDiagnosticsFloatingHint = { }, -- Used to color "Hint" diagnostic messages in diagnostics float
LspDiagnosticsError = { fg = cp.katppuccino5 }, LspDiagnosticsError = { fg = cp.katppuccino5 },
LspDiagnosticsWarning = { fg = cp.catppuccino9 }, LspDiagnosticsWarning = { fg = cp.katppuccino8 },
LspDiagnosticsInformation = { fg = cp.catppuccino10 }, LspDiagnosticsInformation = { fg = cp.catppuccino10 },
LspDiagnosticsHint = { fg = cp.hint }, LspDiagnosticsHint = { fg = cp.hint },
LspDiagnosticsVirtualTextError = { fg = cp.katppuccino5, style = virtual_text.errors }, -- Used for "Error" diagnostic virtual text LspDiagnosticsVirtualTextError = { fg = cp.katppuccino5, style = virtual_text.errors }, -- Used for "Error" diagnostic virtual text
LspDiagnosticsVirtualTextWarning = { fg = cp.catppuccino9, style = virtual_text.warnings }, -- Used for "Warning" diagnostic virtual text LspDiagnosticsVirtualTextWarning = { fg = cp.katppuccino8, style = virtual_text.warnings }, -- Used for "Warning" diagnostic virtual text
LspDiagnosticsVirtualTextInformation = { fg = cp.catppuccino10, style = virtual_text.warnings }, -- Used for "Information" diagnostic virtual text LspDiagnosticsVirtualTextInformation = { fg = cp.catppuccino10, style = virtual_text.warnings }, -- Used for "Information" diagnostic virtual text
LspDiagnosticsVirtualTextHint = { fg = cp.hint, style = virtual_text.hints }, -- Used for "Hint" diagnostic virtual text LspDiagnosticsVirtualTextHint = { fg = cp.hint, style = virtual_text.hints }, -- Used for "Hint" diagnostic virtual text
LspDiagnosticsUnderlineError = { style = underlines.errors, sp = cp.katppuccino5 }, -- Used to underline "Error" diagnostics LspDiagnosticsUnderlineError = { style = underlines.errors, sp = cp.katppuccino5 }, -- Used to underline "Error" diagnostics
LspDiagnosticsUnderlineWarning = { style = underlines.warnings, sp = cp.catppuccino9 }, -- Used to underline "Warning" diagnostics LspDiagnosticsUnderlineWarning = { style = underlines.warnings, sp = cp.katppuccino8 }, -- Used to underline "Warning" diagnostics
LspDiagnosticsUnderlineInformation = { style = underlines.information, sp = cp.catppuccino10 }, -- Used to underline "Information" diagnostics LspDiagnosticsUnderlineInformation = { style = underlines.information, sp = cp.catppuccino10 }, -- Used to underline "Information" diagnostics
LspDiagnosticsUnderlineHint = { style = underlines.hints, sp = cp.hint }, -- Used to underline "Hint" diagnostics LspDiagnosticsUnderlineHint = { style = underlines.hints, sp = cp.hint }, -- Used to underline "Hint" diagnostics
LspCodeLens = { fg = cp.catppuccino12 }, -- virtual text of the codelens LspCodeLens = { fg = cp.catppuccino12 }, -- virtual text of the codelens

@ -20,7 +20,7 @@ function M.get(cp)
NvimTreeRootFolder = { fg = root_dir_color, style = "bold" }, NvimTreeRootFolder = { fg = root_dir_color, style = "bold" },
NvimTreeSymlink = { fg = cp.katppuccino4 }, NvimTreeSymlink = { fg = cp.katppuccino4 },
NvimTreeStatuslineNc = { fg = cp.black, bg = cp.black }, NvimTreeStatuslineNc = { fg = cp.black, bg = cp.black },
NvimTreeGitDirty = { fg = cp.catppuccino9 }, NvimTreeGitDirty = { fg = cp.katppuccino8 },
NvimTreeGitNew = { fg = cp.catppuccino10 }, NvimTreeGitNew = { fg = cp.catppuccino10 },
NvimTreeGitDeleted = { fg = cp.katppuccino5 }, NvimTreeGitDeleted = { fg = cp.katppuccino5 },
NvimTreeSpecialFile = { fg = cp.katppuccino2 }, NvimTreeSpecialFile = { fg = cp.katppuccino2 },

@ -14,7 +14,7 @@ function M.get(cp)
-- TSCharacter = { }; -- For characters. -- TSCharacter = { }; -- For characters.
-- TScatppuccino12 = { }; -- For catppuccino12 blocks. -- TScatppuccino12 = { }; -- For catppuccino12 blocks.
TSNote = { fg = cp.katppuccino1, bg = cp.catppuccino10 }, TSNote = { fg = cp.katppuccino1, bg = cp.catppuccino10 },
TSWarning = { fg = cp.katppuccino1, bg = cp.catppuccino9 }, TSWarning = { fg = cp.katppuccino1, bg = cp.katppuccino8 },
TSDanger = { fg = cp.katppuccino1, bg = cp.katppuccino5 }, TSDanger = { fg = cp.katppuccino1, bg = cp.katppuccino5 },
TSConstructor = { fg = cp.katppuccino4 }, -- For constructor calls and definitions: `= { }` in Lua, and Java constructors. TSConstructor = { fg = cp.katppuccino4 }, -- For constructor calls and definitions: `= { }` in Lua, and Java constructors.
TSConditional = { fg = cp.katppuccino5, style = cnf.styles.keywords }, -- For keywords related to conditionnals. TSConditional = { fg = cp.katppuccino5, style = cnf.styles.keywords }, -- For keywords related to conditionnals.

@ -4,7 +4,7 @@ function M.get(cp)
return { return {
rainbowcol1 = {bg = cp.katppuccino1, fg = cp.katppuccino5}, rainbowcol1 = {bg = cp.katppuccino1, fg = cp.katppuccino5},
rainbowcol2 = {bg = cp.katppuccino1, fg = cp.katppuccino7}, rainbowcol2 = {bg = cp.katppuccino1, fg = cp.katppuccino7},
rainbowcol3 = {bg = cp.katppuccino1, fg = cp.catppuccino9}, rainbowcol3 = {bg = cp.katppuccino1, fg = cp.katppuccino8},
rainbowcol4 = {bg = cp.katppuccino1, fg = cp.catppuccino10}, rainbowcol4 = {bg = cp.katppuccino1, fg = cp.catppuccino10},
rainbowcol5 = {bg = cp.katppuccino1, fg = cp.katppuccino4}, rainbowcol5 = {bg = cp.katppuccino1, fg = cp.katppuccino4},
rainbowcol6 = {bg = cp.katppuccino1, fg = cp.katppuccino2}, rainbowcol6 = {bg = cp.katppuccino1, fg = cp.katppuccino2},

@ -60,7 +60,7 @@ local function get_base()
IncSearch = { bg = cp.katppuccino4, fg = cp.catppuccino13 }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c" 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.catppuccino11 }, -- 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. SpellBad = { sp = cp.katppuccino5, style = "undercurl" }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap = { sp = cp.catppuccino9, style = "undercurl" }, -- Word that should start with a capital. |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.catppuccino10, style = "undercurl" }, -- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise. SpellLocal = { sp = cp.catppuccino10, 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. 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.catppuccino11, bg = cp.catppuccino15 }, -- status line of current window
@ -71,7 +71,7 @@ local function get_base()
Title = { fg = cp.catppuccino10, style = "bold" }, -- titles for output from ":set all", ":autocmd" etcp. Title = { fg = cp.catppuccino10, style = "bold" }, -- titles for output from ":set all", ":autocmd" etcp.
Visual = { bg = cp.catppuccino16 }, -- Visual mode selection Visual = { bg = cp.catppuccino16 }, -- Visual mode selection
VisualNOS = { bg = cp.catppuccino16 }, -- Visual mode selection when vim is "Not Owning the Selection". VisualNOS = { bg = cp.catppuccino16 }, -- Visual mode selection when vim is "Not Owning the Selection".
WarningMsg = { fg = cp.catppuccino9 }, -- warning messages WarningMsg = { fg = cp.katppuccino8 }, -- warning messages
Whitespace = { fg = cp.catppuccino13 }, -- "nbsp", "space", "tab" and "trail" in 'listchars' Whitespace = { fg = cp.catppuccino13 }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
WildMenu = { bg = cp.catppuccino12 }, -- current match in 'wildmenu' completion WildMenu = { bg = cp.catppuccino12 }, -- current match in 'wildmenu' completion
-- These groups are not listed as default vim groups, -- These groups are not listed as default vim groups,
@ -104,10 +104,10 @@ local function get_base()
-- Macro = { }, -- same as Define -- Macro = { }, -- same as Define
-- PreCondit = { }, -- preprocessor #if, #else, #endif, etcp. -- PreCondit = { }, -- preprocessor #if, #else, #endif, etcp.
Type = { fg = cp.catppuccino9 }, -- (preferkatppuccino5) int, long, char, etcp. Type = { fg = cp.katppuccino8 }, -- (preferkatppuccino5) int, long, char, etcp.
StorageClass = { fg = cp.catppuccino9 }, -- static, register, volatile, etcp. StorageClass = { fg = cp.katppuccino8 }, -- static, register, volatile, etcp.
Structure = { fg = cp.catppuccino9 }, -- struct, union, enum, etcp. Structure = { fg = cp.katppuccino8 }, -- struct, union, enum, etcp.
Typedef = { fg = cp.catppuccino9 }, -- A typedef Typedef = { fg = cp.katppuccino8 }, -- A typedef
Special = { fg = cp.catppuccino10 }, -- (preferkatppuccino5) any special symbol Special = { fg = cp.catppuccino10 }, -- (preferkatppuccino5) any special symbol
-- SpecialChar = { }, -- special character in a constant -- SpecialChar = { }, -- special character in a constant
-- Tag = { }, -- you can use CTRL-] on this -- Tag = { }, -- you can use CTRL-] on this
@ -122,8 +122,8 @@ local function get_base()
-- Ignore = { }, -- (preferkatppuccino5) left blank, hidden |hl-Ignore| -- Ignore = { }, -- (preferkatppuccino5) left blank, hidden |hl-Ignore|
Error = { fg = cp.katppuccino5 }, -- (preferkatppuccino5) any erroneous construct Error = { fg = cp.katppuccino5 }, -- (preferkatppuccino5) any erroneous construct
Todo = { bg = cp.catppuccino9, fg = cp.katppuccino1, style = "bold" }, -- (preferkatppuccino5) anything that needs extra attention; mostly the keywords TODO FIXME and XXX Todo = { bg = cp.katppuccino8, fg = cp.katppuccino1, style = "bold" }, -- (preferkatppuccino5) anything that needs extra attention; mostly the keywords TODO FIXME and XXX
qfLineNr = { fg = cp.catppuccino9 }, qfLineNr = { fg = cp.katppuccino8 },
qfFileName = { fg = cp.catppuccino10 }, qfFileName = { fg = cp.catppuccino10 },
htmlH1 = { fg = cp.katppuccino4, style = "bold" }, htmlH1 = { fg = cp.katppuccino4, style = "bold" },
htmlH2 = { fg = cp.catppuccino10, style = "bold" }, htmlH2 = { fg = cp.catppuccino10, style = "bold" },
@ -143,26 +143,26 @@ local function get_base()
-- diff -- diff
diffAdded = { fg = cp.catppuccino10 }, diffAdded = { fg = cp.catppuccino10 },
diffRemoved = { fg = cp.katppuccino5 }, diffRemoved = { fg = cp.katppuccino5 },
diffChanged = { fg = cp.catppuccino9 }, diffChanged = { fg = cp.katppuccino8 },
diffOldFile = { fg = cp.catppuccino9 }, diffOldFile = { fg = cp.katppuccino8 },
diffNewFile = { fg = cp.katppuccino6 }, diffNewFile = { fg = cp.katppuccino6 },
diffFile = { fg = cp.catppuccino10 }, diffFile = { fg = cp.catppuccino10 },
diffLine = { fg = cp.catppuccino12 }, diffLine = { fg = cp.catppuccino12 },
diffIndexLine = { fg = cp.katppuccino4 }, diffIndexLine = { fg = cp.katppuccino4 },
DiffAdd = { fg = cp.catppuccino10, bg = cp.katppuccino1 }, -- diff mode: Added line |diff.txt| DiffAdd = { fg = cp.catppuccino10, bg = cp.katppuccino1 }, -- diff mode: Added line |diff.txt|
DiffChange = { fg = cp.catppuccino9, bg = cp.katppuccino1 }, -- diff mode: Changed line |diff.txt| DiffChange = { fg = cp.katppuccino8, bg = cp.katppuccino1 }, -- diff mode: Changed line |diff.txt|
DiffDelete = { fg = cp.katppuccino5, bg = cp.katppuccino1 }, -- diff mode: Deleted line |diff.txt| DiffDelete = { fg = cp.katppuccino5, bg = cp.katppuccino1 }, -- diff mode: Deleted line |diff.txt|
DiffText = { fg = cp.catppuccino10, bg = cp.katppuccino1 }, -- diff mode: Changed text within a changed line |diff.txt| DiffText = { fg = cp.catppuccino10, bg = cp.katppuccino1 }, -- diff mode: Changed text within a changed line |diff.txt|
-- NeoVim -- NeoVim
healthError = { fg = cp.katppuccino5 }, healthError = { fg = cp.katppuccino5 },
healthSuccess = { fg = cp.katppuccino7 }, healthSuccess = { fg = cp.katppuccino7 },
healthWarning = { fg = cp.catppuccino9 }, healthWarning = { fg = cp.katppuccino8 },
-- misc -- misc
-- glyphs -- glyphs
GlyphPalette1 = { fg = cp.katppuccino5 }, GlyphPalette1 = { fg = cp.katppuccino5 },
GlyphPalette2 = { fg = cp.katppuccino7 }, GlyphPalette2 = { fg = cp.katppuccino7 },
GlyphPalette3 = { fg = cp.catppuccino9 }, GlyphPalette3 = { fg = cp.katppuccino8 },
GlyphPalette4 = { fg = cp.catppuccino10 }, GlyphPalette4 = { fg = cp.catppuccino10 },
GlyphPalette6 = { fg = cp.katppuccino7 }, GlyphPalette6 = { fg = cp.katppuccino7 },
GlyphPalette7 = { fg = cp.catppuccino11 }, GlyphPalette7 = { fg = cp.catppuccino11 },
@ -216,7 +216,7 @@ local function get_terminal()
g.terminal_color_6 = cp.katppuccino5 g.terminal_color_6 = cp.katppuccino5
g.terminal_color_7 = cp.katppuccino6 g.terminal_color_7 = cp.katppuccino6
g.terminal_color_8 = cp.katppuccino7 g.terminal_color_8 = cp.katppuccino7
g.terminal_color_9 = cp.catppuccino9 g.terminal_color_9 = cp.katppuccino8
g.terminal_color_10 = cp.catppuccino10 g.terminal_color_10 = cp.catppuccino10
end end

Loading…
Cancel
Save