mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
24 lines
433 B
Sed
Executable File
24 lines
433 B
Sed
Executable File
#!/usr/bin/sed -f
|
|
|
|
# ORIGINAL
|
|
# Best approach to the original 'nanorc' files.
|
|
# If you want the original, uninstall these files,
|
|
# but you will lose many highlight instructions...
|
|
|
|
# GUI Colors
|
|
## No GUI colors in original ...
|
|
|
|
# Text Colors
|
|
|
|
s|COMMENT1|brightblue
|
|
s|COMMENT2|cyan
|
|
s|ERROR|brightred
|
|
s|KEYWORD1|brightgreen
|
|
s|KEYWORD2|green
|
|
s|COLOR|yellow
|
|
s|STRING|brightmagenta
|
|
s|TSPACE|,green
|
|
|
|
# Macros
|
|
## No Macros in original ...
|