Skip to content

Commit

Permalink
Merge pull request #3 from joerick/screenshot-update
Browse files Browse the repository at this point in the history
update screenshot
  • Loading branch information
joerick authored Nov 21, 2020
2 parents a286091 + ad78689 commit 8dae560
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fi
# or you can use the action output.
# Note: For the label name, use lowercase kebab-case and surround with spaces
# For the label name, use lowercase kebab-case and surround with spaces
- run: |
bin/publish_flimbomble_test_results
if: contains(steps.pr-labels.outputs.labels, ' test-flimbomble ')
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/ansiColor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ansiColor = {

const brightness = color.reduce((a, b) => a + b) / 3;
let foreground;
if (brightness > 190) {
if (brightness > 175) {
// black
foreground = `${esc}[38;2;0;0;0m`
} else {
Expand Down

0 comments on commit 8dae560

Please sign in to comment.