Code cleanup
This commit is contained in:
parent
674b04b0ad
commit
e185593334
|
@ -85,10 +85,11 @@ Feel free to add a new one. You can use 256 colors, bold, underline, and reverse
|
|||
|
||||
## Built With
|
||||
|
||||
* [cjbassi/termui](https://github.com/cjbassi/termui)
|
||||
* [A termui fork](https://github.com/cjbassi/termui)
|
||||
* [drawille-go](https://github.com/exrook/drawille-go)
|
||||
* [gopsutil](https://github.com/shirou/gopsutil)
|
||||
* [goreleaser](https://github.com/goreleaser/goreleaser)
|
||||
* [termbox](https://github.com/nsf/termbox-go)
|
||||
|
||||
|
||||
## Stargazers over time
|
||||
|
|
|
@ -8,11 +8,9 @@ package colorschemes
|
|||
You can combine a color with 'Bold', 'Underline', or 'Reverse' by using bitwise OR ('|') and the name of the attribute.
|
||||
For example, to get Bold red Labels, you would do 'Labels: 2 | Bold'.
|
||||
|
||||
Once you've created a colorscheme, add an entry for it in the `handleColorscheme` function
|
||||
in `gotop.go`.
|
||||
Once you've created a colorscheme, add an entry for it in the `handleColorscheme` function in `gotop.go`.
|
||||
*/
|
||||
|
||||
// Ignore this
|
||||
const (
|
||||
Bold int = 1 << (iota + 9)
|
||||
Underline
|
||||
|
|
Loading…
Reference in New Issue
Block a user