Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 689 Bytes

platform_terminal.md

File metadata and controls

29 lines (17 loc) · 689 Bytes

Platform / Terminal

Currently, Moe doesn't display correct colors when using 24 bit color on Konsole. So, you need to use 256 color mode on Konsole.

konsole

You need to set colorMode in your configuration file like this.

$ cat ~/.config/moerc.toml

[Standard]
colorMode = "256"

Reference

The TERM environment variable

Please set $TERM to xterm-256color. Otherwise, it may not work properly. This is a Ncurses limitation.

Reference