Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Modifying tabs example #407

Open
zeroibis opened this issue Nov 27, 2018 · 0 comments
Open

Modifying tabs example #407

zeroibis opened this issue Nov 27, 2018 · 0 comments

Comments

@zeroibis
Copy link

zeroibis commented Nov 27, 2018

I wanted to post an example of modifying the tabs for those who need help. In my case I installed this on a new computer but the new version drastically changed the way that tabs look in the dark theme. I wanted the old colors back and below is an example of how to change the default tab color, the selected tab color and the color when you hover over a tab. Now you can easily customize the colors to your liking.

body.dark-theme .tab:not(.active) {
background-color: #272b35;
}
body.dark-theme .tab:not(.active):hover {
background-color: #2f3a54;
}
body.dark-theme .tab.active {
background-color: #314877;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant