neon_arch alamin655 commited on
Commit
11c4b8c
1 Parent(s): b00f766

✏️ fix: fix the animation names list in the config (#424)

Browse files
Files changed (1) hide show
  1. 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-frost
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