Skip to content

Commit

Permalink
update activity_status color
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrusZ committed Oct 4, 2018
1 parent b0d46f2 commit 3c63ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colorschemes/tmux/gruvbox_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"groups": {
"active_window_status": {"fg": "gruvbox:bright_yellow", "bg": "gruvbox:dark0_hard", "attrs": []},
"window_status": {"fg": "gray70", "bg": "gruvbox:dark0_hard", "attrs": []},
"activity_status": {"fg": "yellow", "bg": "gruvbox:dark0_hard", "attrs": []},
"activity_status": {"fg": "gruvbox:bright_orange", "bg": "gruvbox:dark0_hard", "attrs": []},
"bell_status": {"fg": "red", "bg": "gruvbox:dark0_hard", "attrs": []},
"window": {"fg": "gray6", "bg": "gruvbox:dark0_hard", "attrs": []},
"window:divider": {"fg": "gray4", "bg": "gruvbox:dark0_hard", "attrs": []},
Expand Down

0 comments on commit 3c63ba5

Please sign in to comment.