Change the color of the padding and margins to match the current background color of the window, when only a single window is visible.

Fixes #323
This commit is contained in:
Kovid Goyal
2018-02-16 11:42:14 +05:30
parent 5a15f7e8ad
commit 2913c1aedc
6 changed files with 35 additions and 24 deletions

View File

@@ -347,6 +347,8 @@ PYWRAP1(set_options) {
S(click_interval, PyFloat_AsDouble);
S(url_color, color_as_int);
S(background, color_as_int);
S(active_border_color, color_as_int);
S(inactive_border_color, color_as_int);
S(repaint_delay, repaint_delay);
S(input_delay, repaint_delay);
S(sync_to_monitor, PyObject_IsTrue);