pursue self

This commit is contained in:
KitsuneCafe 2024-02-14 22:37:10 -05:00
parent d77e4d4b81
commit 0c24f90dfa

View file

@ -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
``` ```