Skip to content

How to change the color of plus (+) sign of a new window button? #1183

Closed Answered by wez
azzamsa asked this question in Q&A
Discussion options

You must be logged in to vote

Take a look at: https://wezfurlong.org/wezterm/config/appearance.html#tab-bar-appearance--colors

return {
  colors = {
    tab_bar = {
      new_tab = {
        bg_color = "red",
        fg_color = "yellow",
      }
    }
  }
}

Replies: 1 comment 1 reply

Comment options

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

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