Switch from catppuccin to a custom version of ayu mirage in neovim

This commit is contained in:
Martin Larsson 2025-01-09 17:10:29 +01:00
parent f0f10ab09b
commit e100b9cf57
6 changed files with 114 additions and 65 deletions

View file

@ -16,12 +16,9 @@ return {
event = "VeryLazy",
lazy = true,
config = function()
local catppuccin_theme = require("lualine.themes.catppuccin")
local slightly_darker_surface0 = "#2c3045"
catppuccin_theme.normal.c.bg = slightly_darker_surface0
require("lualine").setup {
options = {
theme = catppuccin_theme,
theme = "ayu",
section_separators = {
left = "",
right = "",