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

14 lines
288 B
Markdown
Raw Normal View History

2023-08-31 08:07:03 +00:00
---
title: "Fixing tmux colors"
date: 2018-04-23
tags: ["computers"]
---
Put this in your `~/.tmux.conf`.
```bash
set -g default-terminal "screen-256color"
```
If this isn't set properly, tmux usually assumes 16-color mode, which displays colors probably not like what you're used to.