From 0c24f90dfaea16ed1a2c3680d9ca8ed659e25438 Mon Sep 17 00:00:00 2001 From: KitsuneCafe <10284516+kitsunecafe@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:37:10 -0500 Subject: [PATCH] pursue self --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7a2cc..6908209 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,11 @@ Currently, Roxy only has two configuration keys ```toml # config.toml +[roxy] +slug_word_limit = 8 # the max word limit for a slug + [syntect] 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 ```