Spaces:
Running
Running
neon_arch
alamin655
commited on
✏️ fix: fix the animation names list in the config (#424)
Browse files- websurfx/config.lua +1 -1
websurfx/config.lua
CHANGED
@@ -50,7 +50,7 @@ colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used fo
|
|
50 |
theme = "simple" -- the theme name which should be used for the website
|
51 |
-- The different animations provided are:
|
52 |
-- {{
|
53 |
-
-- simple-
|
54 |
-- }}
|
55 |
animation = "simple-frosted-glow" -- the animation name which should be used with the theme or `nil` if you don't want any animations.
|
56 |
|
|
|
50 |
theme = "simple" -- the theme name which should be used for the website
|
51 |
-- The different animations provided are:
|
52 |
-- {{
|
53 |
+
-- simple-frosted-glow
|
54 |
-- }}
|
55 |
animation = "simple-frosted-glow" -- the animation name which should be used with the theme or `nil` if you don't want any animations.
|
56 |
|