mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 04:57:21 +02:00
{foot,vim}: enable truecolor support (and mangohud in foot)
This commit is contained in:
parent
f87e738c32
commit
a5ec08a9ea
@ -11,7 +11,9 @@ cursor=282a36 ffffff
|
|||||||
foreground=ffffff
|
foreground=ffffff
|
||||||
|
|
||||||
[environment]
|
[environment]
|
||||||
|
COLORTERM=truecolor
|
||||||
TERM=foot
|
TERM=foot
|
||||||
|
MANGOHUD=1
|
||||||
|
|
||||||
[tweak]
|
#[tweak]
|
||||||
render-timer=osd
|
#render-timer=osd
|
||||||
|
3
rc/vimrc
3
rc/vimrc
@ -112,3 +112,6 @@ set textwidth=78
|
|||||||
" Marginal/line just before that. Set separately so it gets affected by
|
" Marginal/line just before that. Set separately so it gets affected by
|
||||||
" editorconfig and modelines?
|
" editorconfig and modelines?
|
||||||
set colorcolumn=-1
|
set colorcolumn=-1
|
||||||
|
|
||||||
|
" Enable truecolor support
|
||||||
|
set termguicolors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user