summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/tabby.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-19 10:19:11 -0400
committertriethyl <triethylammonium@pm.me>2025-07-19 10:19:11 -0400
commit50018aa0305bd2c5cf91431c128895fc0121d2fa (patch)
treecaeaa248d797be65322a69afddc29bef31cd5667 /pkgs/custom-neovim/config/lua/plugins/tabby.lua
parentbf6ac5e7a9a13bcca9d0923e9caa3a6257519ca5 (diff)
working on custom neovim
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/tabby.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/tabby.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/tabby.lua b/pkgs/custom-neovim/config/lua/plugins/tabby.lua
index 211c0c0..c4533c7 100644
--- a/pkgs/custom-neovim/config/lua/plugins/tabby.lua
+++ b/pkgs/custom-neovim/config/lua/plugins/tabby.lua
@@ -1,4 +1,4 @@
-local general_theme = utils.generate_theme_from_lualine()
+local general_theme = Utils.generate_theme_from_highlight_groups()
local colors = {
current = { fg = general_theme.modes.insert, bg = general_theme.background, style = 'bold'},
not_current = { fg = general_theme.text.light, bg = general_theme.background };