Add some themes

This commit is contained in:
Tiago Almeida 2019-09-19 02:32:34 +01:00
parent 66df684e08
commit f1f064693f
3 changed files with 87 additions and 0 deletions

23
themes/custom Executable file
View File

@ -0,0 +1,23 @@
#!/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 ...

41
themes/light Executable file
View File

@ -0,0 +1,41 @@
#!/usr/bin/sed -f
# LIGHT
# Our approach to nano's highlight.
# GUI Colors
# 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
#s|^PLAIN:|color black|
#s|^TYPE:|color brightgreen|
#s|^STRING:|color yellow|
#s|^NUMBER:|color blue|
#s|^BOOLEAN:|color brightmagenta|
#s|^REGEXP:|color brightcyan|
#s|^VARIABLE:|color brightyellow|
#s|^OPERATOR:|color red|
#s|^KEYWORD:|color green|
#s|^~KEYWORD:|icolor green|
#s|^FUNCTION:|color brightblue|
#s|^ESCAPE:|color magenta|
#s|^COMMENT:|color cyan|
#s|^ENABLED:|color brightgreen|
#s|^DISABLED:|color brightred|
#s|^WARNING:|color ,red|
#s|^+TODO|color brightcyan "TODO:?"|
#s|^+LINT|color ,green "[[:space:]]+$"\ncolor ,red "\t*"|
#s|^+LONG-LINE-WARNING|color ,red "^.{81,}$"|

23
themes/project Executable file
View File

@ -0,0 +1,23 @@
#!/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 ...