diff options
Diffstat (limited to 'common/.vimfx/userChrome.css')
-rw-r--r-- | common/.vimfx/userChrome.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/.vimfx/userChrome.css b/common/.vimfx/userChrome.css index 3a1f71f..588f9f6 100644 --- a/common/.vimfx/userChrome.css +++ b/common/.vimfx/userChrome.css @@ -62,3 +62,9 @@ findbar { padding-block: 0 !important } findbar, #statuspanel, #TabsToolbar, #nav-bar { font-family: monospace; } + +tabs:has(tab-group) { counter-reset: group-index } +tab-group > vbox > label::before { + counter-increment: group-index; + content: counter(group-index) ": "; +} |