merged tmux and neovim line. wip though

This commit is contained in:
2025-11-15 16:42:03 +01:00
parent 997dc98123
commit 9f55f21eef
6 changed files with 57 additions and 50 deletions

View File

@@ -28,11 +28,6 @@ local opts = {
}
}, 'filename', 'branch', 'diff' },
lualine_c = {
{
require('tmux-status').tmux_windows,
cond = require('tmux-status').show,
padding = { left = 3 },
},
},
lualine_x = {},
lualine_y = { 'filetype', { 'diagnostics', always_visible = true }, 'progress' },

View File

@@ -13,7 +13,7 @@ M.colors = {
M.spec = {
normal = {
a = { fg = M.colors.transparent, bg = M.colors.nord8, gui = 'bold' },
a = { fg = M.colors.nord5, bg = M.colors.nord8 },
b = { fg = M.colors.nord5, bg = M.colors.nord1 },
c = { fg = M.colors.transparent, bg = M.colors.transparent },
},