From 11c4b8c21d235cd82206dbd7c91955a09974c69f Mon Sep 17 00:00:00 2001 From: neon_arch Date: Wed, 13 Dec 2023 16:04:51 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix:=20fix=20the=20animati?= =?UTF-8?q?on=20names=20list=20in=20the=20config=20(#424)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: alamin655 --- websurfx/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websurfx/config.lua b/websurfx/config.lua index a09bb37..2444f86 100644 --- a/websurfx/config.lua +++ b/websurfx/config.lua @@ -50,7 +50,7 @@ colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used fo theme = "simple" -- the theme name which should be used for the website -- The different animations provided are: -- {{ --- simple-frost +-- simple-frosted-glow -- }} animation = "simple-frosted-glow" -- the animation name which should be used with the theme or `nil` if you don't want any animations.