Skip to content

Commit

Permalink
Merge pull request #465 from sergiorussia/gnome-term-highlight-fix
Browse files Browse the repository at this point in the history
fixed wrong highlight color inheritance in Gnome Terminal
  • Loading branch information
Mgldvd authored Aug 26, 2024
2 parents bc0f46b + 65e7af7 commit 90ceb2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apply-colors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ set_theme() {
if [[ -n "${HIGHLIGHT_FG_COLOR:-}" ]]; then
dset highlight-foreground-color "'${HIGHLIGHT_FG_COLOR}'"
fi
else
dset highlight-colors-set "false"
fi

if [[ -n "${BOLD_COLOR:-}" ]]; then
Expand Down

0 comments on commit 90ceb2c

Please sign in to comment.