catppuccin: frappe to mocha

main
Mathias Rothenhaeusler 2024-11-09 13:46:37 +01:00
parent 4d525339f7
commit 6c352db191
1 changed files with 4 additions and 4 deletions

View File

@ -6,20 +6,20 @@
-- end
require("catppuccin").setup({
flavour = "frappe", -- latte, frappe, macchiato, mocha
background = { -- :h background
flavour = "mocha", -- latte, frappe, macchiato, mocha
background = { -- :h background
light = "latte",
dark = "mocha",
},
transparent_background = true,
term_colors = false,
term_colors = true,
dim_inactive = {
enabled = false,
shade = "dark",
percentage = 0.15,
},
no_italic = false, -- Force no italic
no_bold = false, -- Force no bold
no_bold = false, -- Force no bold
styles = {
comments = { "italic" },
conditionals = { "italic" },