nanorc/themes/original
Tiago Almeida 3ff0c20e5d Best definition of theme
- Change the names of themes.
- The files are executable by `sed` with `no print` option.
2019-09-19 16:13:42 +01:00

24 lines
444 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 ...