Custom tab styles? #3984
lokesh-krishna
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
Use the powerline style for the tab separator characters. There are
extensive customization possibilities, see
https://sw.kovidgoyal.net/kitty/conf/
And in the next release (already in master) you will have the ability to
write your own python code to render the tabs however you like.
|
Beta Was this translation helpful? Give feedback.
6 replies
-
As far as I know nesting works fine, however if you are gonna get that
complex, I suggest you just wait for the next release and implement tab
drawing directly in python
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it possible to have custom tab styles or modify the existing ones? I'm presently using the fade option but without any actual face, instead using tab_fade to create margins between the tabs:
I was wondering if I could set the characters for the margins of these boxes so that I could make them rounded, something like what I'm doing with my vim status line:
Beta Was this translation helpful? Give feedback.
All reactions