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:
parent
62f65a6e07
commit
46d1473b5e
1 changed files with 15 additions and 0 deletions
15
dot_nanorc.tmpl
Normal file
15
dot_nanorc.tmpl
Normal 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
|
Loading…
Reference in a new issue