blog/content/posts/2018-04-23-fixing-tmux-colors.md

14 lines
291 B
Markdown
Raw Normal View History

2018-08-08 23:53:47 -07:00
+++
title = "Fixing tmux colors"
2018-08-08 23:53:47 -07:00
date = 2018-04-23
2021-07-06 16:32:34 -05:00
tags = ["computers"]
2018-08-08 23:53:47 -07:00
+++
Put this in your `~/.tmux.conf`.
```bash
set -g default-terminal "screen-256color"
```
2019-03-27 19:44:39 -05:00
If this isn't set properly, tmux usually assumes 16-color mode, which displays colors probably not like what you're used to.