Skip to content

Commit e31943d

Browse files
committed
Add Flavours migration information to readme table-of-contents
1 parent 9ca7ec3 commit e31943d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Tinty have a look at our [Base16 Gallery].
2929
- [Basic usage](#basic-usage)
3030
- [Usage](#usage)
3131
- [Configuration](#configuration)
32+
- [Migration from Flavours](#migration-from-flavours)
3233
- [Debugging Tinty issues](#debugging-tinty-issues)
3334
- [Contributing](#contributing)
3435
- [License](#license)
@@ -279,7 +280,7 @@ Note: Requires [fzf]
279280
tinty apply $(tinty list | fzf)
280281
```
281282

282-
### Migration from Flavours
283+
## Migration from Flavours
283284

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

297-
#### CLI mapping
298+
### CLI mapping
298299

299300
- `flavours apply mocha` -> `tinty apply base16-mocha`
300301
- `flavours info mocha` -> `tinty info base16-mocha`
301302
- `flavours current` -> `tinty current`
302303
- `flavours update` -> `tinty install`
303304

304-
#### config.toml mapping
305+
### config.toml mapping
305306

306-
**Flavours:**
307+
#### Flavours
307308

308309
```toml
309310
# ~/.config/flavours/config.toml
@@ -324,7 +325,7 @@ hook = "swaymsg reload"
324325
light = false
325326
```
326327

327-
**Tinty:**
328+
#### Tinty
328329

329330
```toml
330331
# ~/.config/tinted-theming/tinty/config.toml

0 commit comments

Comments
 (0)