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