summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-10-16 11:41:26 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-10-16 11:41:26 -0500
commit9eb176bc841e878de0aa38e046830820503dae33 (patch)
tree20adcdbdf43b37b7b99ba34014b408632ef205e0
parent937c7edda09d3e1af53860ea5738879011a77459 (diff)
downloaddotfiles-9eb176bc841e878de0aa38e046830820503dae33.tar.gz
dotfiles-9eb176bc841e878de0aa38e046830820503dae33.zip
VimFX: Add heading to tab groups CSS
-rw-r--r--common/.vimfx/userChrome.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.vimfx/userChrome.css b/common/.vimfx/userChrome.css
index 588f9f6..5980e88 100644
--- a/common/.vimfx/userChrome.css
+++ b/common/.vimfx/userChrome.css
@@ -62,7 +62,7 @@ findbar { padding-block: 0 !important }
findbar, #statuspanel, #TabsToolbar, #nav-bar {
font-family: monospace;
}
-
+/* * Tab Groups */
tabs:has(tab-group) { counter-reset: group-index }
tab-group > vbox > label::before {
counter-increment: group-index;