nanorc.nanorc: icolor normal instead of brightnormal

Fixes complaint from GNU nano from git, v6.3-7-g18a40caa:

Error in /home/vorburger/dev/nanorc/nanorc.nanorc on line 26: Color 'normal' takes no prefix
This commit is contained in:
Michael Vorburger ⛑️ 2022-07-04 00:42:45 +02:00 committed by GitHub
parent 1aa64a86cf
commit 010d610110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ icolor brightblue " brightblue"
icolor brightmagenta " brightmagenta"
icolor brightcyan " brightcyan"
icolor brightwhite " brightwhite"
icolor brightnormal " brightnormal"
icolor normal " brightnormal"
icolor ,black ",black "
icolor ,red ",red "
icolor ,green ",green "