1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-15 03:13:10 +00:00
dotfiles/dot_nanorc.tmpl

16 lines
437 B
Cheetah
Raw Normal View History

{{- if eq .chezmoi.osRelease.id "fedora" }}
set linenumbers
set titlecolor bold,lightwhite,blue
set promptcolor lightwhite,lightblack
set statuscolor bold,lightwhite,green
set errorcolor bold,lightwhite,red
set spotlightcolor black,lime
set selectedcolor lightwhite,magenta
set stripecolor ,yellow
set scrollercolor cyan
set numbercolor lightwhite,lightblack
set keycolor cyan
set functioncolor green
include ~/.nano/*.nanorc
{{- end }}