summaryrefslogtreecommitdiffstats
path: root/cmd/gotop/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gotop/main.go')
-rw-r--r--cmd/gotop/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 1ef42d4..e9a9a02 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -160,6 +160,8 @@ func handleColorscheme(c string) (colorschemes.Colorscheme, error) {
cs = colorschemes.Vice
case "default-dark":
cs = colorschemes.DefaultDark
+ case "nord":
+ cs = colorschemes.Nord
default:
custom, err := getCustomColorscheme(conf, c)
if err != nil {