summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2016-05-09 17:48:58 +0200
committerNicolargo <nicolas@nicolargo.com>2016-05-09 17:48:58 +0200
commit36e788f25cf05b7dc284d400996d246f44e203de (patch)
tree293cbb4c0f7f73a9bfba60273d243fdbada591fb /conf
parent53de48d02a361ba37f4c7091b8c7332a75676281 (diff)
Allow theme to be set in configuration file #862
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index d0b2893d..93aca573 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -1,4 +1,12 @@
##############################################################################
+# User interface
+##############################################################################
+
+[outputs]
+# Theme name for the Curses interface: black or white
+curse_theme=black
+
+##############################################################################
# plugins
##############################################################################