Skip to content

Commit

Permalink
styles: improve github actions error styling
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jan 24, 2024
1 parent 19ef478 commit 6d2ba17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/styles.bash
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ code_dim="${dim}${foreground_gray}"
code_notice="${dim}${foreground_intense_yellow}" # on dark theme, this is your eyes that need help
if test -n "${GITHUB_ACTIONS-}"; then
h1="${background_intense_white}${foreground_black}"
e1="${background_intense_red}${foreground_intense_white}"
e1="${background_red}${foreground_black}"
error="${background_red}${foreground_black}"
elif test "$(get-terminal-theme || :)" = 'light'; then
# trim foreground_intense_yellow as it is unreadable on light theme
code_notice="${foreground_yellow}"
Expand Down

0 comments on commit 6d2ba17

Please sign in to comment.