-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
- Edit .tmux.conf
# !!!importent!!! 开启24 bit color 其他方式都无效
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"
- Edit: .vimrc
" Enable true color 启用终端24位色
if exists('+termguicolors')
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set termguicolors
endif
JohnAZoidberg, DSpeckhals, elquimista, ziweiwu, Oxore and 86 moremertyildiran, blkdr, pineapplegiant, ianoxley, chrisjeon and 11 morearturo8gll, trentrand and liuzh1206blkdr, AhmedEzzat12, hozza, pineapplegiant, ianoxley and 10 morepineapplegiant, ARtoriouSs, liuzh1206, dimroc and Bhanukamaxblkdr, pineapplegiant, vincentqb and liuzh1206
Metadata
Metadata
Assignees
Labels
No labels