fix: include THEMES.md, update alucard to dracula-light and remove dropshadow from screenshots

This commit is contained in:
ggfevans
2026-01-23 01:58:19 -08:00
parent 99d33cfb1d
commit 5ea7942001
6 changed files with 13 additions and 17 deletions
+4 -12
View File
@@ -38,7 +38,7 @@
### Alucard
![Alucard theme screenshot](assets/images/alucard-theme.png)
![Dracula Light theme screenshot](assets/images/dracula-light-theme.png)
# Contributing custom themes
@@ -58,17 +58,9 @@
'volcano.css',
'catppuccin-mocha.css',
'catppuccin-latte.css',
"hypermind.css",
"hypermind-classic.css",
"tokyo-night.css",
"nord-dark.css",
"solarized-light.css",
"volcano.css",
"catppuccin-mocha.css",
"catppuccin-latte.css",
"dracula.css",
"dracula-light.css",
"new-theme.css" // always add to the end of the list
'dracula.css',
'dracula-light.css',
'new-theme.css' // always add to the end of the list
];
```
4. Change the colors as you desire. Reference [`index.html`](public/index.html) and [`style.css`](public/style.css) as needed.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

+5 -1
View File
@@ -3,7 +3,11 @@ services:
build: .
image: hypermind
container_name: hypermind
network_mode: host
#network_mode: host
ports:
- "3000:3000"
restart: unless-stopped
environment:
- PORT=3000
- ENABLE_CHAT=true
- ENABLE_MAP=true
+4 -4
View File
@@ -32,12 +32,12 @@
--color-terminal-shadow: rgba(0, 0, 0, 0.3);
--color-terminal-input-text: #036a96;
--color-terminal-input-divider: #cfcfde;
--color-terminal-output-message: #14710a;
--color-terminal-output-message: #3d3d3d;
--color-terminal-tab-arrow: #a34d14;
--color-terminal-tab-arrow-hover: #036a96;
--color-terminal-tab-bg-hover: #cfcfde;
--color-terminal-status-message: #6c664b;
--color-terminal-scrollbar: #644ac9;
--color-terminal-scrollbar-hover: #036a96;
--color-terminal-status-message: #8a8a8a;
--color-terminal-scrollbar: #b8b8b8;
--color-terminal-scrollbar-hover: #8a8a8a;
--color-terminal-text-default: #a34d14;
}