mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
wezterm: restyle inactive pane
This commit is contained in:
parent
952bc9353c
commit
7725082138
@ -57,6 +57,11 @@ return {
|
|||||||
enable_wayland = true,
|
enable_wayland = true,
|
||||||
force_reverse_video_cursor = true,
|
force_reverse_video_cursor = true,
|
||||||
|
|
||||||
|
inactive_pane_hsb = {
|
||||||
|
saturation = 0.5,
|
||||||
|
brightness = 0.5,
|
||||||
|
};
|
||||||
|
|
||||||
-- Quick select-related options. Quite similar to Kitty hints which is
|
-- Quick select-related options. Quite similar to Kitty hints which is
|
||||||
-- nice.
|
-- nice.
|
||||||
quick_select_patterns = {
|
quick_select_patterns = {
|
||||||
|
Loading…
Reference in New Issue
Block a user