mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
fix typo
This commit is contained in:
parent
ff59eb6c10
commit
a085add733
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ but this also allows us now to define colors in the common hex format:
|
|||
|
||||
`selection_fg: Some(Rgb(0,255,0))` -> `selection_fg: Some("#00ff00")`
|
||||
|
||||
Checkout [THEME.md](./THEME.md) for more info.
|
||||
Checkout [THEMES.md](./THEMES.md) for more info.
|
||||
|
||||
### Fixes
|
||||
* update yanked dependency to `libc` to fix building with `--locked`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue