From fb01120809379948eae622b6fa266b4cdb51c3a9 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 2 Aug 2025 21:04:09 -0400 Subject: neovim: bunch of stuff --- pkgs/custom-neovim/config/lua/plugins/tabby.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/custom-neovim/config/lua/plugins/tabby.lua') diff --git a/pkgs/custom-neovim/config/lua/plugins/tabby.lua b/pkgs/custom-neovim/config/lua/plugins/tabby.lua index c4533c7..c00dad7 100644 --- a/pkgs/custom-neovim/config/lua/plugins/tabby.lua +++ b/pkgs/custom-neovim/config/lua/plugins/tabby.lua @@ -1,6 +1,6 @@ local general_theme = Utils.generate_theme_from_highlight_groups() local colors = { - current = { fg = general_theme.modes.insert, bg = general_theme.background, style = 'bold'}, + current = { fg = general_theme.modes.normal, bg = general_theme.background, style = 'bold'}, not_current = { fg = general_theme.text.light, bg = general_theme.background }; fill = { bg = general_theme.background }; }; @@ -24,7 +24,7 @@ require('tabby').setup({ return { line.sep('', hl, theme.fill), -- tab.is_current() and '' or '󰆣', - tab.number(), + -- tab.number(), tab.name(), line.sep('', hl, theme.fill), hl = hl, @@ -44,7 +44,7 @@ require('tabby').setup({ end), { line.sep('', theme.tail, theme.fill), - { '  ', hl = theme.tail }, + -- { '  ', hl = theme.tail }, }, hl = theme.fill, } -- cgit v1.2.3