Skip to content

How to make tab bar not transparent/accent colored? #748

Answered by black7375
YogurtProblems asked this question in Q&A
Discussion options

You must be logged in to vote

The background color changes because of the OS settings.

  1. settings > Personalization > Colors
  2. Show accent color on title bars and windows borders to false

Alternatively, if you select a theme other than the default, the accent color will be disabled.


You can also choose to remove the code manually.

/*= Windows10 - Titlebar accent color ========================================*/
@media (-moz-windows-accent-color-in-titlebar) {
/* Tab Bar */
:root[tabsintitlebar]:not(:-moz-window-inactive, :-moz-lwtheme) .titlebar-color,
:root[tabsintitlebar][lwt-default-theme-in-dark-mode]:not(:-moz-window-ina…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@YogurtProblems
Comment options

Answer selected by YogurtProblems
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