Skip to content

Commit

Permalink
docs: add gitui extra documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Oct 5, 2024
1 parent 0b80873 commit 513c629
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions extras/gitui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Usage

Save one of the available theme files as `theme.ron` in the appropriate directory for your operating system:

- `$HOME/.config/gitui/theme.ron` (MacOS)
- `$XDG_CONFIG_HOME/gitui/theme.ron` (Linux using XDG)
- `$HOME/.config/gitui/theme.ron` (Linux)
- `%APPDATA%\gitui\theme.ron` (Windows)

Alternatively, you can save both the light and dark theme files in the same directory and switch between them by passing the theme name with the `-t` flag:

```sh
gitui -t cyberdream-light.ron
```

0 comments on commit 513c629

Please sign in to comment.