summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-02-20 23:56:37 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-02-20 23:56:37 -0800
commiteb6813361345f59088453b382e8aad74a13d64c6 (patch)
tree4ce22c921066b9520c26b2b8665cff9cabe0c91a /README.md
parent8cc70da406708333976edc171067d6977894c57e (diff)
Started working on colorschemes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 542ba1e..d779727 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Alternatively, if you're on Arch Linux you can install the `gotop` package from
## Colorschemes
A different Colorscheme can be set with the `-c` flag followed its name. You can find them in the `colorschemes` folder.
-Feel free to add a new one. You can use 256 colors, bold, underline, and reverse. More info [here](https://godoc.org/github.com/nsf/termbox-go#Attribute) and [here](https://godoc.org/github.com/nsf/termbox-go#OutputMode) under 'Output256'.
+Feel free to add a new one. You can use 256 colors, bold, underline, and reverse. You can see the template and get more info [here]() and see the default colorscheme as an example [here]().
## TODO