[Feature Request] Kitty like tabs style (or more tabs style allow to config) #3983
-
I made some custom css, now it looks slim: /*
debug: env GTK_DEBUG=interactive ghostty
https://docs.gtk.org/gtk4/css-overview.html
https://docs.gtk.org/gtk4/css-properties.html
*/
headerbar {
margin: 0;
padding: 0;
min-height: 20px;
}
tabbar tabbox {
margin: 0;
padding: 0;
min-height: 10px;
background-color: #1a1a1a;
font-family: monospace;
}
tabbar tabbox tab {
margin: 0;
padding: 0;
color: #9ca3af;
border-right: 1px solid #374151;
}
tabbar tabbox tab:selected {
background-color: #2d2d2d;
color: #ffffff;
}
tabbar tabbox tab label {
font-size: 13px;
} in order to style the tabs, we may need to use custom tab, instead of using GTK default ? related issue: #3297 |
Beta Was this translation helpful? Give feedback.
Answered by
mitchellh
Dec 30, 2024
Replies: 1 comment 9 replies
-
Rejected. This is exactly what GTK CSS is for. |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
mitchellh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rejected. This is exactly what GTK CSS is for.