mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 10:53:09 +00:00
Thomas A. Christensen II
5032413bda
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
15 lines
437 B
Cheetah
15 lines
437 B
Cheetah
{{- 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 }}
|