Skip to content

Commit

Permalink
Don't set window backgrounds (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
duganchen authored and odedlaz committed Jan 13, 2019
1 parent 429ea23 commit e35740e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux-onedark-theme.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ setw "window-status-activity-attr" "none"

setw "window-status-separator" ""

set "window-style" "fg=$onedark_comment_grey,bg=$onedark_black"
set "window-active-style" "fg=$onedark_white,bg=$onedark_black"
set "window-style" "fg=$onedark_comment_grey"
set "window-active-style" "fg=$onedark_white"

set "pane-border-fg" "$onedark_white"
set "pane-border-bg" "$onedark_black"
Expand Down

0 comments on commit e35740e

Please sign in to comment.