Skip to content

Commit

Permalink
docs: add workaround for missing colors (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kencx authored Aug 23, 2024
1 parent 05083b7 commit e97eb4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ default configuration will be used.

See [config](examples/config/README.md) for all configuration options.

### Missing Colors

If you're missing colors, a workaround is to add the environment variable `CLICOLOR_FORCE=1` to
[force ANSI color support](https://pkg.go.dev/github.com/muesli/termenv#Output.EnvColorProfile).

## Roadmap

- [x] Ability to customize keyb hotkeys
Expand Down
2 changes: 2 additions & 0 deletions examples/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Both ANSI and hex color codes are supported.
| `placeholder_bg` | - | Placeholder background |
| `border_color` | - | Border color |

If you are missing colors, see [README.md#missing-colors].

### Hotkeys
Multiple keys may be set for a single binding, separated by commas.

Expand Down

0 comments on commit e97eb4b

Please sign in to comment.