Skip to content

Tabs don't seem to respect theme.normal.tab_color and theme.active.tab_color #1520

Answered by t-wissmann
vendion asked this question in Q&A
Discussion options

You must be logged in to vote

tab_color always refers to "the color of non-urgent and unfocused tabs" (from the docs). This means that

  • theme.active specifies all colors needed to render the decoration of focused clients, hence:
  • theme.active.tab_color is the color of unfocused tabs in the focused client's decoration.
  • theme.active.color is the color of the focused tab in the focused client's decoration
  • theme.normal.color is the color of the focused tab in unfocused clients' decorations
  • theme.normal.tab_color is the color of unfocused tabs in unfocused clients' decorations

Does this help?

Replies: 1 comment 1 reply

Comment options

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

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