Skip to content

Commit

Permalink
feat(wezterm): add color for scrollbar (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jan 20, 2024
1 parent ffc7505 commit 5b2d7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/extra/wezterm.lua
Expand Up @@ -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}"]
Expand Down

0 comments on commit 5b2d7ab

Please sign in to comment.