@@ -29,6 +29,7 @@ Tinty have a look at our [Base16 Gallery].
29
29
- [ Basic usage] ( #basic-usage )
30
30
- [ Usage] ( #usage )
31
31
- [ Configuration] ( #configuration )
32
+ - [ Migration from Flavours] ( #migration-from-flavours )
32
33
- [ Debugging Tinty issues] ( #debugging-tinty-issues )
33
34
- [ Contributing] ( #contributing )
34
35
- [ License] ( #license )
@@ -279,7 +280,7 @@ Note: Requires [fzf]
279
280
tinty apply $( tinty list | fzf)
280
281
```
281
282
282
- ### Migration from Flavours
283
+ ## Migration from Flavours
283
284
284
285
[ Flavours] is a great base16 manager written in Rust and it's where
285
286
Tinty has gotten a lot of its inspiration. Flavours isn't actively
@@ -294,16 +295,16 @@ image colors is not functionality included.
294
295
If you're looking for a base16 or base24 builder, have a look at
295
296
[ builder-go] .
296
297
297
- #### CLI mapping
298
+ ### CLI mapping
298
299
299
300
- ` flavours apply mocha ` -> ` tinty apply base16-mocha `
300
301
- ` flavours info mocha ` -> ` tinty info base16-mocha `
301
302
- ` flavours current ` -> ` tinty current `
302
303
- ` flavours update ` -> ` tinty install `
303
304
304
- #### config.toml mapping
305
+ ### config.toml mapping
305
306
306
- ** Flavours: **
307
+ #### Flavours
307
308
308
309
``` toml
309
310
# ~/.config/flavours/config.toml
@@ -324,7 +325,7 @@ hook = "swaymsg reload"
324
325
light = false
325
326
```
326
327
327
- ** Tinty: **
328
+ #### Tinty
328
329
329
330
``` toml
330
331
# ~/.config/tinted-theming/tinty/config.toml
0 commit comments