Skip to content

How to disable font become bold when hovering the cursor over a tab? #542

Answered by Jelmerro
congcongkuo asked this question in Q&A
Discussion options

You must be logged in to vote

Sure thing, you can disable this with custom themes. You can add a new colorscheme in one of the folders documented in :help colorscheme, but the default one is ~/.vieb/colors, where you can add new CSS files that change the colorscheme. Since the default theme will remain active, it will take a few override rules to disable it, this will disable it once put in a new file in the colors folder:

#tabs > span:hover {font-weight: normal !important;}

Let me know if you need more information or help with it :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by congcongkuo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants