summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-22 16:03:06 +0900
committerAdam Malczewski <[email protected]>2026-06-22 16:03:06 +0900
commit1df0831551a06496294ea40f9001bf3a86f1bc09 (patch)
tree539aae543c94e0c366d372307a62b54ed9160050 /index.html
parent0c7e7ceae36930e87fc30993f18e30cf54888295 (diff)
downloaddispatch-web-1df0831551a06496294ea40f9001bf3a86f1bc09.tar.gz
dispatch-web-1df0831551a06496294ea40f9001bf3a86f1bc09.zip
feat: switch theme from dracula to monokai (custom)
Replace dracula with a custom monokai theme (from dachinat/daisyui-themes, with modifications: all -content colors set to black, base-300 changed to #3b3a3a). Dracula is unloaded; monokai is the sole bundled theme and default. Also adds .env.development (dev ports 24203/24205) and .env.production (arch ports 24991/24990) so Vite uses the correct backend per mode. Excludes src/themes/ from biome (third-party CSS). 683 tests green.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 117e502..337a32e 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html lang="en" data-theme="dracula">
+<html lang="en" data-theme="monokai">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />