Skip to content

Commit

Permalink
Fixes tmux status bar color for tasks greater than 6
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmckinney committed Dec 16, 2012
1 parent dfd3b65 commit 4fd67f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pomo/task.rb
Expand Up @@ -147,7 +147,7 @@ def tmux_time(time)
"#{time}:00"
when 1..5
"#[default]#[fg=red]#{time}:00#[default]"
when 6..00
when 6..100
"#[default]#[fg=green]#{time}:00#[default]"
end
end
Expand Down

0 comments on commit 4fd67f8

Please sign in to comment.