Skip to content

Commit

Permalink
fix: change bg color when selecting text
Browse files Browse the repository at this point in the history
  • Loading branch information
obergodmar committed Nov 1, 2023
1 parent b7d9f4d commit 8c4acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kanagawa.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ main() {

# Modes
setw clock-mode-colour "${thm_blue}"
setw mode-style "fg=${thm_orange} bg=${thm_bg} bold"
setw mode-style "fg=${thm_orange} bg=${thm_gray} bold"

local date_time
readonly date_time="$(get_tmux_option "@kanagawa_date_time" "%H:%M")"
Expand Down

0 comments on commit 8c4acfe

Please sign in to comment.