diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-06-30 21:29:10 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-06-30 21:29:10 +0200 |
commit | 4a9662b00a14ceceb35be4d053fa34d66df1db78 (patch) | |
tree | b120b7f5afeb4cfb43b760323f666aaba6794509 /README.adoc | |
parent | c90fa0a060a6f51262afafd90278a438e7e7aa3f (diff) | |
download | sdn-4a9662b00a14ceceb35be4d053fa34d66df1db78.tar.gz sdn-4a9662b00a14ceceb35be4d053fa34d66df1db78.tar.xz sdn-4a9662b00a14ceceb35be4d053fa34d66df1db78.zip |
Configurable colors
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index e0c7dce..b1c78f0 100644 --- a/README.adoc +++ b/README.adoc @@ -56,6 +56,17 @@ bindkey '\eo' navigate As far as I'm aware, bash cannot be used for this, as there is no command to reset the prompt from within a `bind -x` handler. +Colors +------ +Here is an example of a '~/.config/sdn/look' file; the format is similar to +that of git, only named colors aren't supported: +.... +cursor 231 202 +bar 16 255 ul +cwd bold +input +.... + Contributing and Support ------------------------ Use this project's GitHub to report any bugs, request features, or submit pull |