searxng/client/simple
Markus Heiser fb5fd8c819 [mod] simple client: pygments.less - switched dark theme to monokai
Compared to ``lightbulb`` theme we used in the past for the dark theme, the
``monokai`` has a better contrast [1].

BTW, the result list of SearXNG should not act as a code-checker: The border &
color of class ``.err`` (used for syntax errors) has been removed / code
snippets are often not well formed nor valid code and the rendering of such code
fragments as errors obscures the view on the code snippet.

[1] https://pygments.org/styles/

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-09-01 14:51:15 +02:00
..
generated [mod] simple client: pygments.less - switched dark theme to monokai 2025-09-01 14:51:15 +02:00
src [mod] simple client: pygments.less - switched dark theme to monokai 2025-09-01 14:51:15 +02:00
tools [license] client/simple: SPDX-License-Identifier: AGPL-3.0-or-later 2025-08-18 16:38:32 +02:00
.gitignore [mod] theme/simple: improve fmt/lint tech 2025-07-03 17:35:05 +02:00
.stylelintrc.json [mod] theme/simple: improve fmt/lint tech 2025-07-03 17:35:05 +02:00
biome.json [upd] web-client (simple): Bump the minor group in /client/simple with 3 updates (#5165) 2025-08-29 10:22:25 +02:00
package-lock.json [upd] web-client (simple): Bump the minor group in /client/simple with 3 updates (#5165) 2025-08-29 10:22:25 +02:00
package.json [upd] web-client (simple): Bump the minor group in /client/simple with 3 updates (#5165) 2025-08-29 10:22:25 +02:00
README.rst [web-client] simple theme: build & development env based on vite. 2025-02-28 12:27:41 +01:00
theme_icons.ts [license] client/simple: SPDX-License-Identifier: AGPL-3.0-or-later 2025-08-18 16:38:32 +02:00
tsconfig.json [mod] theme/simple: migrate codebase to TypeScript 2025-08-18 16:38:32 +02:00
vite.config.ts [license] client/simple: SPDX-License-Identifier: AGPL-3.0-or-later 2025-08-18 16:38:32 +02:00

=====================
MEMO vite development
=====================

Local install::

  # in folder ./client/simple/
  $ npm install

Start development server::

  $ ./manage vite.simple.dev

  # in folder ./client/simple/
  $ npm exec -- vite

Fix source code::

  # in folder ./client/simple/
  $ npm run fix

Fix & Build::

  $ ./manage vite.simple.build