summaryrefslogtreecommitdiffstats
path: root/colorschemes/default.go
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-02-27 13:25:08 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-02-27 13:25:08 -0800
commit5a765512199ed7f5af011cc72354abe34a6e6473 (patch)
treea6dc684eb64145721f24241539a5467f91df9109 /colorschemes/default.go
parent44a6eebae917062a33aef1b93fbe0068531ff08a (diff)
Changed color order in colorschemes
Diffstat (limited to 'colorschemes/default.go')
-rw-r--r--colorschemes/default.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorschemes/default.go b/colorschemes/default.go
index 72cebe9..48db2d3 100644
--- a/colorschemes/default.go
+++ b/colorschemes/default.go
@@ -7,7 +7,7 @@ var Default = Colorscheme{
BorderLabel: 7,
BorderLine: 6,
- CPULines: []int{1, 2, 3, 4, 5, 6, 7, 8},
+ CPULines: []int{4, 3, 2, 1, 5, 6, 7, 8},
MainMem: 5,
SwapMem: 11,