feat(wezterm): add color for scrollbar (#470)

This commit is contained in:
Azzam S.A
2024-01-20 18:18:09 +07:00
committed by GitHub
parent ffc7505a14
commit 5b2d7ab1ba

View File

@@ -16,6 +16,7 @@ selection_bg = "${bg_visual}"
selection_fg = "${fg}"
split = "${blue}"
compose_cursor = "${orange}"
scrollbar_thumb = "${bg_highlight}"
ansi = ["${black}", "${red}", "${green}", "${yellow}", "${blue}", "${magenta}", "${cyan}", "${fg_dark}"]
brights = ["${terminal_black}", "${red}", "${green}", "${yellow}", "${blue}", "${magenta}", "${cyan}", "${fg}"]