mirror of
https://github.com/searxng/searxng.git
synced 2025-09-02 08:18:35 +02:00
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> |
||
---|---|---|
.. | ||
generated | ||
src | ||
tools | ||
.gitignore | ||
.stylelintrc.json | ||
biome.json | ||
package-lock.json | ||
package.json | ||
README.rst | ||
theme_icons.ts | ||
tsconfig.json | ||
vite.config.ts |
===================== 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