diff options
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ struct vconsole_window { char *tty_fg; char *tty_bg; gboolean vm_logging; + gboolean darkmode; }; extern int debug; |