1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 13:16:04 +00:00

Add .nanorc

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-20 08:49:32 -05:00
parent 62f65a6e07
commit 46d1473b5e
Signed by: millironx
GPG key ID: 139C07724802BC5D

15
dot_nanorc.tmpl Normal file
View file

@ -0,0 +1,15 @@
{{- 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
{{- end }}
include ~/.nano/*.nanorc