mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
Original theme finished
This commit is contained in:
parent
3e4e76f32e
commit
3dbb2f6c19
@ -86,7 +86,7 @@ include "~/.nano/c.nanorc"
|
|||||||
# Themes - WIP
|
# Themes - WIP
|
||||||
|
|
||||||
There are three themes you can use:
|
There are three themes you can use:
|
||||||
- original: only nano's default highlight.
|
- original: only nano's approximate default highlight.
|
||||||
- project: only scopatz's highlight.
|
- project: only scopatz's highlight.
|
||||||
- custom: highlight, GUI and shortcuts.
|
- custom: highlight, GUI and shortcuts.
|
||||||
|
|
||||||
@ -100,9 +100,16 @@ The bug is fixed in Nano, but this might be a problem if you are using an older
|
|||||||
If this is the case, replace them respectively with `[[:<:]]` and `[[:>:]]`.
|
If this is the case, replace them respectively with `[[:<:]]` and `[[:>:]]`.
|
||||||
This is reported in [Issue 52](https://github.com/scopatz/nanorc/issues/52).
|
This is reported in [Issue 52](https://github.com/scopatz/nanorc/issues/52).
|
||||||
|
|
||||||
|
## New Features
|
||||||
|
|
||||||
|
Sometimes new features are pending in nano's project issues.
|
||||||
|
A view in that issues it can be helpful. See GNU Project link in the end.
|
||||||
|
|
||||||
|
|
||||||
# Acknowledgements
|
# Acknowledgements
|
||||||
|
|
||||||
- [Nano Editor](https://www.nano-editor.org) for some `nanorc` files.
|
- [Nano Editor](https://www.nano-editor.org) for some `nanorc` files.
|
||||||
|
- [GNU Project](https://savannah.gnu.org/projects/nano/) for hosting the `nano`'s git and issues.
|
||||||
- [nanorc-mac](https://github.com/richrad/nanorc-mac) for the themes idea.
|
- [nanorc-mac](https://github.com/richrad/nanorc-mac) for the themes idea.
|
||||||
- [Bruce Barnert](http://www.grymoire.com/Unix/Sed.html#toc-uh-5) for good `sed` documentation.
|
- [Bruce Barnert](http://www.grymoire.com/Unix/Sed.html#toc-uh-5) for good `sed` documentation.
|
||||||
|
|
||||||
|
@ -19,18 +19,19 @@
|
|||||||
## REMINDERS = fixme, todo, xxx
|
## REMINDERS = fixme, todo, xxx
|
||||||
|
|
||||||
s|CONSTANT|brightred|
|
s|CONSTANT|brightred|
|
||||||
s|FUNCTION|magenta|
|
s|FUNCTION|brightmagenta|
|
||||||
s|KEYWORD1|brightgreen|
|
s|KEYWORD1|brightgreen|
|
||||||
s|KEYWORD2|green|
|
s|KEYWORD2|green|
|
||||||
s|DIRECTIVE|brightcyan|
|
s|DIRECTIVE|brightcyan|
|
||||||
s|STRING1|brightmagenta|
|
s|STRING1|red|
|
||||||
s|STRING2|brightyellow|
|
s|STRING2|magenta|
|
||||||
s|COMMENT1|brightblue|
|
s|COMMENT1|brightblue|
|
||||||
s|COMMENT2|cyan|
|
s|COMMENT2|cyan|
|
||||||
s|COLOR|yellow|
|
s|COLOR|yellow|
|
||||||
s|MACRO|cyan|
|
s|MACRO|cyan|
|
||||||
s|ERROR|brightred|
|
s|ERROR|brightred|
|
||||||
s|OPERATORS|green|
|
s|OPERATORS|green|
|
||||||
|
s|BOOLEAN|brightmagenta|
|
||||||
s|BRACKET|magenta|
|
s|BRACKET|magenta|
|
||||||
s|BTICKS|green|
|
s|BTICKS|green|
|
||||||
s|TSPACE|,green|
|
s|TSPACE|,green|
|
||||||
|
47
todo.md
47
todo.md
@ -1,53 +1,6 @@
|
|||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
0. List the colors used in originalm and in the project.
|
|
||||||
0. Login in GNU nano error for comment and open some issues.
|
|
||||||
1. Combine original files with project files.
|
1. Combine original files with project files.
|
||||||
2. See if there is any command to check the atual version of nano (to update the files BEFORE a release).
|
2. See if there is any command to check the atual version of nano (to update the files BEFORE a release).
|
||||||
3. Put the nanorc files in a folder.
|
3. Put the nanorc files in a folder.
|
||||||
4. Make the install file the oficial installaton and update it accordingly.
|
4. Make the install file the oficial installaton and update it accordingly.
|
||||||
|
|
||||||
- asm.nanorc
|
|
||||||
- autoconf.nanorc
|
|
||||||
- awk.nanorc
|
|
||||||
- c.nanorc
|
|
||||||
- changelog.nanorc
|
|
||||||
- cmake.nanorc
|
|
||||||
- css.nanorc
|
|
||||||
- debian.nanorc
|
|
||||||
- default.nanorc
|
|
||||||
elisp.nanorc
|
|
||||||
fortran.nanorc
|
|
||||||
gentoo.nanorc
|
|
||||||
go.nanorc
|
|
||||||
groff.nanorc
|
|
||||||
guile.nanorc
|
|
||||||
html.nanorc
|
|
||||||
java.nanorc
|
|
||||||
javascript.nanorc
|
|
||||||
json.nanorc
|
|
||||||
lua.nanorc
|
|
||||||
makefile.nanorc
|
|
||||||
man.nanorc
|
|
||||||
mgp.nanorc
|
|
||||||
mutt.nanorc
|
|
||||||
nanohelp.nanorc
|
|
||||||
nanorc.nanorc
|
|
||||||
nftables.nanorc
|
|
||||||
objc.nanorc
|
|
||||||
ocaml.nanorc
|
|
||||||
patch.nanorc
|
|
||||||
perl.nanorc
|
|
||||||
php.nanorc
|
|
||||||
po.nanorc
|
|
||||||
postgresql.nanorc
|
|
||||||
pov.nanorc
|
|
||||||
python.nanorc
|
|
||||||
ruby.nanorc
|
|
||||||
rust.nanorc
|
|
||||||
sh.nanorc
|
|
||||||
spec.nanorc
|
|
||||||
tcl.nanorc
|
|
||||||
tex.nanorc
|
|
||||||
texinfo.nanorc
|
|
||||||
xml.nanorc
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user