summaryrefslogtreecommitdiffstats
path: root/colorschemes/default.json
blob: ec60e8ecdbd2dc3004bf8b742a70f90ca5075eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Example json file to put in `~/.config/gotop/{name}.json` and load with
// `gotop -c {name}`. MUST DELETE THESE COMMENTS AND RENAME FILE in order to load.
{
	"Fg": 7,
	"Bg": -1,

	"BorderLabel": 7,
	"BorderLine":  6,

	"CPULines": [4, 3, 2, 1, 5, 6, 7, 8],

	"BattLines": [4, 3, 2, 1, 5, 6, 7, 8],

	"MemLines": [5, 11, 4, 3, 2, 1, 6, 7, 8],

	"ProcCursor": 4,

	"Sparklines": [4, 5],

	"DiskBar": 7,

	"TempLow":  2,
	"TempHigh": 1
}