-
Hi, New to komorebi and still trying to get to grips with it. I'm wondering if there's a way to change the text font or size for the tab bar? I can't see any reference to it in the schema json or the documentation/wiki - unless I'm missing it somewhere? Also is there any other styling options for the tabbar to remove the padding and make the corners less rounded/square? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Currently there are a few options for the stackbar (I guess that is what you meant by tab bar). Text size is not yet customizable as far as I am aware. "stackbar": {
"height": 40,
"label": "Title",
"mode": "OnStack",
"tabs": {
"width": 300,
"focused_text": "#bfaa69",
"unfocused_text": "#dfe2f3",
"background": "#121826"
}
}, I have a feat request #885 that has some styling ideas, perhaps changing the text size can be included. A komorebi bar is planned #784 and perhaps after that there will be more focus on styling in general. |
Beta Was this translation helpful? Give feedback.
Currently there are a few options for the stackbar (I guess that is what you meant by tab bar). Text size is not yet customizable as far as I am aware.
I have a feat request #885 that has some styling ideas, perhaps changing the text size can be included.
A komorebi bar is planned #784 and perhaps after that there will be more focus on styling in general.