Home
last modified time | relevance | path

Searched defs:inactive_tab_background (Results 1 – 2 of 2) sorted by relevance

/dports/x11/kitty/kitty-0.23.1/kitty/options/
H A Dtypes.py490 inactive_tab_background: Color = Color(red=153, green=153, blue=153) variable in Options
H A Dparse.py970 def inactive_tab_background(self, val: str, ans: typing.Dict[str, typing.Any]) -> None: member in Parser