diff options
author | portix <none@none> | 2013-02-24 15:31:20 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-24 15:31:20 +0100 |
commit | efe25785b5f01360afda8f9f1403c7bdc09fb387 (patch) | |
tree | fed1edac7cb63feea9a893d1c6c160c3aeb1e65e /src/dwb.h | |
parent | c9c7b7d771b1a8ddcd694b161646a835d32e06d2 (diff) | |
download | dwb-efe25785b5f01360afda8f9f1403c7bdc09fb387.zip |
New option 'private-color'
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -684,6 +684,7 @@ struct _View { struct _Color { DwbColor active_fg; DwbColor active_bg; + DwbColor private_bg; DwbColor ssl_trusted; DwbColor ssl_untrusted; DwbColor tab_active_fg; |