Remove outdated comment in lualine
This commit is contained in:
parent
1de31f8603
commit
606de3f7c6
1 changed files with 0 additions and 4 deletions
|
|
@ -17,10 +17,6 @@ return {
|
||||||
local catppuccin_theme = require("lualine.themes.catppuccin")
|
local catppuccin_theme = require("lualine.themes.catppuccin")
|
||||||
local slightly_darker_surface0 = "#2c3045"
|
local slightly_darker_surface0 = "#2c3045"
|
||||||
catppuccin_theme.normal.c.bg = slightly_darker_surface0
|
catppuccin_theme.normal.c.bg = slightly_darker_surface0
|
||||||
-- TODO: Change the colors of the lualine theme to match the statusbar from the catppuccin theme in zellij
|
|
||||||
-- The lualine is already using the catppuccin theme, but the design is not consistent with the zellij statusbar ...
|
|
||||||
-- Very nitpicky, but it would be nice to have a consistent design
|
|
||||||
|
|
||||||
require("lualine").setup {
|
require("lualine").setup {
|
||||||
options = {
|
options = {
|
||||||
theme = catppuccin_theme,
|
theme = catppuccin_theme,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue