From 381354aa0b46d94cab3a55dd14ac3e31abbc84c2 Mon Sep 17 00:00:00 2001 From: sayanarijit Date: Wed, 6 Apr 2022 09:26:30 +0000 Subject: [PATCH] deploy: 88d13e675d89bb8f843e3bd3d1e3583c1b2a7bcb --- en/404.html | 8 ++++---- en/alternatives.html | 8 ++++---- en/awesome-hacks.html | 8 ++++---- en/awesome-integrations.html | 8 ++++---- en/awesome-plugins.html | 8 ++++---- en/borders.html | 8 ++++---- en/column-renderer.html | 8 ++++---- en/community.html | 8 ++++---- en/concept.html | 8 ++++---- en/configuration.html | 8 ++++---- en/configure-key-bindings.html | 8 ++++---- en/contribute.html | 8 ++++---- en/debug-key-bindings.html | 8 ++++---- en/default-key-bindings.html | 8 ++++---- en/environment-variables-and-pipes.html | 8 ++++---- en/filtering.html | 8 ++++---- en/general-config.html | 8 ++++---- en/index.html | 8 ++++---- en/input-operation.html | 8 ++++---- en/install.html | 8 ++++---- en/installing-plugins.html | 8 ++++---- en/integration.html | 8 ++++---- en/introduction.html | 8 ++++---- en/key-bindings.html | 8 ++++---- en/layout.html | 8 ++++---- en/layouts.html | 8 ++++---- en/lua-function-calls.html | 8 ++++---- en/message.html | 8 ++++---- en/messages.html | 8 ++++---- en/mode.html | 8 ++++---- en/modes.html | 8 ++++---- en/node-type.html | 8 ++++---- en/node_types.html | 8 ++++---- en/plugin.html | 8 ++++---- en/post-install.html | 8 ++++---- en/print.html | 8 ++++---- en/quickstart.html | 8 ++++---- en/sorting.html | 8 ++++---- en/style.html | 8 ++++---- en/todo.html | 8 ++++---- en/upgrade-guide.html | 8 ++++---- en/writing-plugins.html | 8 ++++---- 42 files changed, 168 insertions(+), 168 deletions(-) diff --git a/en/404.html b/en/404.html index a642ddd..f82c963 100644 --- a/en/404.html +++ b/en/404.html @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ @@ -57,7 +57,7 @@ if (theme === null || theme === undefined) { theme = default_theme; } var html = document.querySelector('html'); html.classList.remove('no-js') - html.classList.remove('light') + html.classList.remove('dark') html.classList.add(theme); html.classList.add('js'); @@ -94,7 +94,7 @@