diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-21 18:00:13 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-21 18:00:13 +0200 |
commit | e59072948b6b98844e1cb690b0605e142b0dd8bc (patch) | |
tree | 1ef1a1ab0ef43408af5b1c652991d6a3f6dbc77b /vconsole.h | |
parent | e1b4ad5d68692d93cb9099594c8e6c3991c23571 (diff) | |
download | vconsole-e59072948b6b98844e1cb690b0605e142b0dd8bc.tar.gz |
dark mode
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; |