From a5ec08a9ea129695d14bc09d58122d3af1dd1389 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 3 Oct 2025 09:54:35 +0300 Subject: [PATCH] {foot,vim}: enable truecolor support (and mangohud in foot) --- conf/foot/foot.ini | 6 ++++-- rc/vimrc | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/conf/foot/foot.ini b/conf/foot/foot.ini index 3308c411..422c1c16 100644 --- a/conf/foot/foot.ini +++ b/conf/foot/foot.ini @@ -11,7 +11,9 @@ cursor=282a36 ffffff foreground=ffffff [environment] +COLORTERM=truecolor TERM=foot +MANGOHUD=1 -[tweak] -render-timer=osd +#[tweak] +#render-timer=osd diff --git a/rc/vimrc b/rc/vimrc index d58904d8..f5d2760a 100644 --- a/rc/vimrc +++ b/rc/vimrc @@ -112,3 +112,6 @@ set textwidth=78 " Marginal/line just before that. Set separately so it gets affected by " editorconfig and modelines? set colorcolumn=-1 + +" Enable truecolor support +set termguicolors