mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
0cc9ea310b
commit
ec73a87334
10 changed files with 898 additions and 279 deletions
|
|
@ -2,7 +2,7 @@ local lualine = require("lualine")
|
|||
|
||||
-- Color table for highlights
|
||||
|
||||
local colors = require("config.colors")
|
||||
-- local colors = require("config.colors")
|
||||
local components = require("plugins.mod.lualine.components")
|
||||
|
||||
--[[
|
||||
|
|
@ -19,39 +19,40 @@ local config = {
|
|||
-- Disable sections and component separators
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
theme = {
|
||||
-- We are going to use lualine_c an lualine_x as left and
|
||||
-- right section. Both are highlighted by c theme . So we
|
||||
-- are just setting default looks o statusline
|
||||
-- normal = { c = { fg = colors.mantle, bg = colors.mantle } },
|
||||
-- visual = { c = { fg = colors.mantle, bg = colors.mauve } },
|
||||
-- normal = { c = { fg = colors.mantle, bg = colors.sapphire } },
|
||||
inactive = { c = { fg = colors.mantle, bg = colors.mantle } },
|
||||
normal = {
|
||||
a = {
|
||||
fg = colors.scheme.mantle,
|
||||
bg = colors.mode.n,
|
||||
},
|
||||
b = {
|
||||
bg = colors.scheme.surface2,
|
||||
},
|
||||
c = {
|
||||
bg = colors.scheme.crust,
|
||||
},
|
||||
},
|
||||
visual = {
|
||||
a = {
|
||||
fg = colors.scheme.mantle,
|
||||
bg = colors.mode.v,
|
||||
},
|
||||
},
|
||||
insert = {
|
||||
a = {
|
||||
fg = colors.scheme.mantle,
|
||||
bg = colors.mode.i,
|
||||
},
|
||||
},
|
||||
},
|
||||
theme = "catppuccin",
|
||||
-- theme = {
|
||||
-- -- We are going to use lualine_c an lualine_x as left and
|
||||
-- -- right section. Both are highlighted by c theme . So we
|
||||
-- -- are just setting default looks o statusline
|
||||
-- -- normal = { c = { fg = colors.mantle, bg = colors.mantle } },
|
||||
-- -- visual = { c = { fg = colors.mantle, bg = colors.mauve } },
|
||||
-- -- normal = { c = { fg = colors.mantle, bg = colors.sapphire } },
|
||||
-- inactive = { c = { fg = colors.mantle, bg = colors.mantle } },
|
||||
-- normal = {
|
||||
-- a = {
|
||||
-- fg = colors.scheme.mantle,
|
||||
-- bg = colors.mode.n,
|
||||
-- },
|
||||
-- b = {
|
||||
-- bg = colors.scheme.surface2,
|
||||
-- },
|
||||
-- c = {
|
||||
-- bg = colors.scheme.crust,
|
||||
-- },
|
||||
-- },
|
||||
-- visual = {
|
||||
-- a = {
|
||||
-- fg = colors.scheme.mantle,
|
||||
-- bg = colors.mode.v,
|
||||
-- },
|
||||
-- },
|
||||
-- insert = {
|
||||
-- a = {
|
||||
-- fg = colors.scheme.mantle,
|
||||
-- bg = colors.mode.i,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
},
|
||||
sections = {
|
||||
-- these are to remove the defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue