Skip to content

Commit

Permalink
Add Flavours migration information to readme table-of-contents
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Sep 25, 2024
1 parent 9ca7ec3 commit e31943d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Tinty have a look at our [Base16 Gallery].
- [Basic usage](#basic-usage)
- [Usage](#usage)
- [Configuration](#configuration)
- [Migration from Flavours](#migration-from-flavours)
- [Debugging Tinty issues](#debugging-tinty-issues)
- [Contributing](#contributing)
- [License](#license)
Expand Down Expand Up @@ -279,7 +280,7 @@ Note: Requires [fzf]
tinty apply $(tinty list | fzf)
```

### Migration from Flavours
## Migration from Flavours

[Flavours] is a great base16 manager written in Rust and it's where
Tinty has gotten a lot of its inspiration. Flavours isn't actively
Expand All @@ -294,16 +295,16 @@ image colors is not functionality included.
If you're looking for a base16 or base24 builder, have a look at
[builder-go].

#### CLI mapping
### CLI mapping

- `flavours apply mocha` -> `tinty apply base16-mocha`
- `flavours info mocha` -> `tinty info base16-mocha`
- `flavours current` -> `tinty current`
- `flavours update` -> `tinty install`

#### config.toml mapping
### config.toml mapping

**Flavours:**
#### Flavours

```toml
# ~/.config/flavours/config.toml
Expand All @@ -324,7 +325,7 @@ hook = "swaymsg reload"
light = false
```

**Tinty:**
#### Tinty

```toml
# ~/.config/tinted-theming/tinty/config.toml
Expand Down

0 comments on commit e31943d

Please sign in to comment.