nanorc/themes/project
2019-09-19 02:32:34 +01:00

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 ...