From 3dbb2f6c19a1e26e00110a56b7e4218a7fe8bbd8 Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Tue, 1 Oct 2019 12:51:25 +0100 Subject: [PATCH] Original theme finished --- readme.md | 9 ++++++++- themes/original | 7 ++++--- todo.md | 47 ----------------------------------------------- 3 files changed, 12 insertions(+), 51 deletions(-) diff --git a/readme.md b/readme.md index f8a40a6..ab51333 100644 --- a/readme.md +++ b/readme.md @@ -86,7 +86,7 @@ include "~/.nano/c.nanorc" # Themes - WIP 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. - 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 `[[:>:]]`. 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 - [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. - [Bruce Barnert](http://www.grymoire.com/Unix/Sed.html#toc-uh-5) for good `sed` documentation. diff --git a/themes/original b/themes/original index be05bc4..448eb77 100755 --- a/themes/original +++ b/themes/original @@ -19,18 +19,19 @@ ## REMINDERS = fixme, todo, xxx s|CONSTANT|brightred| -s|FUNCTION|magenta| +s|FUNCTION|brightmagenta| s|KEYWORD1|brightgreen| s|KEYWORD2|green| s|DIRECTIVE|brightcyan| -s|STRING1|brightmagenta| -s|STRING2|brightyellow| +s|STRING1|red| +s|STRING2|magenta| s|COMMENT1|brightblue| s|COMMENT2|cyan| s|COLOR|yellow| s|MACRO|cyan| s|ERROR|brightred| s|OPERATORS|green| +s|BOOLEAN|brightmagenta| s|BRACKET|magenta| s|BTICKS|green| s|TSPACE|,green| diff --git a/todo.md b/todo.md index e88eddf..97014ac 100644 --- a/todo.md +++ b/todo.md @@ -1,53 +1,6 @@ # 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. 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. 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