summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/tabby.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-08 16:52:49 -0400
committertriethyl <triethylammonium@pm.me>2025-07-08 16:52:49 -0400
commit405c50fe980449290fa11c0c3b813954eacf4c4f (patch)
tree8ceaa6b56c4155d3c3ce9853eadf534e35468d8f /pkgs/custom-neovim/config/lua/plugins/tabby.lua
parenta544c622d31187f245b34b9b8b17cbb63a941480 (diff)
working on custom nvim
Former-commit-id: 7d898c7680f9611b803438b88026d3d126672437
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/tabby.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/tabby.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/tabby.lua b/pkgs/custom-neovim/config/lua/plugins/tabby.lua
index ecba331..211c0c0 100644
--- a/pkgs/custom-neovim/config/lua/plugins/tabby.lua
+++ b/pkgs/custom-neovim/config/lua/plugins/tabby.lua
@@ -6,7 +6,6 @@ local colors = {
};
local theme = {
fill = colors.fill,
- -- Also you can do this: fill = { fg='#f2e9de', bg='#907aa9', style='italic' }
head = colors.fill,
current_tab = colors.current,
tab = colors.not_current,