From bd578eafffd98096a961f041f9c85c5226c68990 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Mon, 19 Feb 2018 11:54:04 -0800 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be156bd..90afd96 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ Alternatively, if you're on Arch Linux you can install the `gotop` package from ## Colorschemes -A different Colorscheme can be set with the `-c` startup flag followed its name, all of which can be found in the `colorschemes` folder. -Feel free to add a new one. You can use 256 colors for them, including 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'. +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'. ## TODO