pursue self
This commit is contained in:
parent
d77e4d4b81
commit
0c24f90dfa
|
@ -16,8 +16,11 @@ Currently, Roxy only has two configuration keys
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# config.toml
|
# config.toml
|
||||||
|
[roxy]
|
||||||
|
slug_word_limit = 8 # the max word limit for a slug
|
||||||
|
|
||||||
[syntect]
|
[syntect]
|
||||||
theme = "base16-ocean.dark" # the name of the theme for syntax highlighting
|
theme = "base16-ocean.dark" # the name of the theme for syntax highlighting
|
||||||
themes = ["./themes/base16-ocean.dark.tmTheme"]
|
theme_dir = "./themes" # directory to load themes into syntect
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue