Switch from catppuccin to a custom version of ayu mirage in neovim
This commit is contained in:
parent
f0f10ab09b
commit
e100b9cf57
6 changed files with 114 additions and 65 deletions
|
|
@ -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 = "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue