✨ feat(config): provide a new config option animation
(#424)
This commit is contained in:
parent
1c5a317c4d
commit
0da1b9e1db
1 changed files with 22 additions and 13 deletions
|
@ -43,7 +43,16 @@ safe_search = 2
|
|||
-- tomorrow-night
|
||||
-- }}
|
||||
colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used for the website theme
|
||||
-- The different themes provided are:
|
||||
-- {{
|
||||
-- simple
|
||||
-- }}
|
||||
theme = "simple" -- the theme name which should be used for the website
|
||||
-- The different animations provided are:
|
||||
-- {{
|
||||
-- simple-frost
|
||||
-- }}
|
||||
animation = "simple-frosted-glow" -- the animation name which should be used with the theme or `nil` if you don't want any animations.
|
||||
|
||||
-- ### Caching ###
|
||||
redis_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
|
||||
|
|
Loading…
Add table
Reference in a new issue