mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
fix: include THEMES.md, update alucard to dracula-light and remove dropshadow from screenshots
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
### Alucard
|
||||
|
||||

|
||||

|
||||
|
||||
# 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 |
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user