mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user