diff options
author | Ben Sima <ben@bsima.me> | 2019-07-31 08:35:13 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-31 08:35:13 -0700 |
commit | 148db6852ada78b29f9a653128383fe9c1b247c6 (patch) | |
tree | 59de60a136fb2fa0461aa08c26e5085f6dfbea07 | |
parent | e89362c2a0ea300a0703e30a5f506d9dee5cba7e (diff) |
darker color for tmux modeline text
-rw-r--r-- | tmux | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,5 +50,5 @@ set -g status-right '~%Y.%m.%d..%H.%M ' # white-ish background with dark-grey text set -g status-style bg=colour7 -set -ag status-style fg=colour8 +set -ag status-style fg=colour10 |