summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/tabby.lua
diff options
context:
space:
mode:
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,