mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 16:05:05 +02:00
Increase default radius slightly
This commit is contained in:
2
kitty/options/types.py
generated
2
kitty/options/types.py
generated
@@ -588,7 +588,7 @@ class Options:
|
||||
scrollback_lines: int = 2000
|
||||
scrollback_pager: list[str] = ['less', '--chop-long-lines', '--RAW-CONTROL-CHARS', '+INPUT_LINE_NUMBER']
|
||||
scrollback_pager_history_size: int = 0
|
||||
scrollbar: ScrollbarSettings = ScrollbarSettings(opacity=0.5, track_opacity=0, track_hover_opacity=0.1, color=0, track_color=0, interactive=True, width=0.5, radius=0.25, gap=0.25, min_handle_height=1.0, hitbox_expansion=0.25, jump_on_track_click=True, visible_when=1)
|
||||
scrollbar: ScrollbarSettings = ScrollbarSettings(opacity=0.5, track_opacity=0, track_hover_opacity=0.1, color=0, track_color=0, interactive=True, width=0.5, radius=0.3, gap=0.25, min_handle_height=1.0, hitbox_expansion=0.25, jump_on_track_click=True, visible_when=1)
|
||||
select_by_word_characters: str = '@-./_~?&=%+#'
|
||||
select_by_word_characters_forward: str = ''
|
||||
selection_background: kitty.fast_data_types.Color | None = Color(255, 250, 205)
|
||||
|
||||
@@ -1712,7 +1712,7 @@ class ScrollbarSettings(NamedTuple):
|
||||
track_color: int = 0
|
||||
interactive: bool = True
|
||||
width: float = 0.5
|
||||
radius: float = 0.25
|
||||
radius: float = 0.3
|
||||
gap: float = 0.25
|
||||
min_handle_height: float = 1.0
|
||||
hitbox_expansion: float = 0.25
|
||||
|
||||
Reference in New Issue
Block a user