dotfiles/manjaro/arch_custom/roles (1)/custom/files/nanorc

18 lines
383 B
Plaintext

# Syntax highlighting (many languages supported)
include /usr/share/nano/*.nanorc
# Custom colors
set titlecolor brightwhite,blue
set statuscolor brightwhite,green
set errorcolor brightwhite,red
set selectedcolor brightwhite,magenta
set numbercolor cyan
set keycolor cyan
set functioncolor green
# Quality of life
set linenumbers
set mouse
set smooth
set tabsize 4
set tabstospaces