summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index f8cc81e..6c6ca45 100644
--- a/structs.go
+++ b/structs.go
@@ -71,7 +71,7 @@ type config struct {
downW int // where the mouse was pressed down
downH int // where the mouse was pressed down
currentDrag *guiWidget // what widget is currently being moved around
-
+ dark bool // use a 'dark' color palette
}
// settings for the stdout window