diff --git a/README.md b/README.md index 7ab590c..9f1c021 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-Hypermind Logo +Hypermind Logo

Hypermind

@@ -51,8 +51,8 @@ A completely decentralized chat system built directly on top of the swarm topolo ### 3. Visualizations * **Particle Map:** Visualizes approximate peer locations (if enabled). -* **Themes:** Built-in theme switcher (Nord, Solarized, Tokyo Night, etc).
- Default Nord Solarized Tokyo Night Volcano Hypermind +* **Themes:** Built-in theme switcher (Hypermind, Hypermind Classic, Nord, Solarized, Tokyo Night, etc).
+ Hypermind Hypermind Classic Nord Solarized Tokyo Night Volcano --- diff --git a/THEMES.md b/THEMES.md index f020290..b1b7442 100644 --- a/THEMES.md +++ b/THEMES.md @@ -1,6 +1,10 @@ # Current themes -### Default +### Hypermind (Default) + +![Hypermind theme screenshot](assets/images/hypermind-theme.png) + +### Hypermind Classic ![Default theme screenshot](assets/images/default-theme.png) @@ -20,26 +24,22 @@ ![Volcano theme screenshot](assets/images/volcano-theme.png) -### Hypermind - -![Hypermind theme screenshot](assets/images/hypermind-theme.png) - # Contributing custom themes 1. Fork `main` and clone locally to your device. -2. Create a copy of `default.css` (or any other existing theme file). +2. Create a copy of `hypermind.css` (or any other existing theme file). Rename the file `new-theme.css` replacing "new-theme" with the actual name of your theme. Filename may not include capitals or spaces (use dashes `-`). Only add `dark` or `light` to the filename if the theme you are creating is based on a popular theme (solarized, nord, etc) that has dark and light versions. If a theme does not have two versions, or if a theme is completely made up by you, do not add `dark` or `light`. 3. Edit the `const themes` block in [`app.js`](public/app.js) with the filename of your new theme so that when you press the theme cycle button in the bottom left corner of the UI, your new theme will appear as one of the options. ```js const themes = [ - 'default.css', + 'hypermind.css', + 'hypermind-classic.css', 'tokyo-night.css', 'nord-dark.css', 'solarized-light.css', 'volcano.css', - 'hypermind.css', 'new-theme.css' /* always add to the end of the list ]; ``` @@ -48,4 +48,4 @@ 6. Once you have finished creating your theme, edit [`THEMES.md`](THEMES.md) to include the name of your theme and a fullscreen screenshot in 16:9 aspect ratio at the bottom of the list. Ensure to match existing formatting. 7. Create a pull request titled `theme: add *name of theme*`. -#### Thank you for contributing to Hypermind! \ No newline at end of file +#### Thank you for contributing to Hypermind! diff --git a/hypermind2.svg b/hypermind2.svg deleted file mode 100644 index ef660f7..0000000 --- a/hypermind2.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/hypernode.svg b/hypernode.svg deleted file mode 100644 index 6008193..0000000 --- a/hypernode.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/package.json b/package.json index 075abd6..7e91603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypermind", - "version": "0.11.1", + "version": "0.12.0", "description": "A decentralized P2P counter of active deployments", "main": "server.js", "scripts": { diff --git a/public/app.js b/public/app.js index ad8c4f7..24e56f3 100644 --- a/public/app.js +++ b/public/app.js @@ -818,12 +818,12 @@ updateParticles(initialCount); animate(); const themes = [ - "default.css", + "hypermind.css", + "hypermind-classic.css", "tokyo-night.css", "nord-dark.css", "solarized-light.css", "volcano.css", - "hypermind.css", ]; let currentThemeIndex = 0; diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 60c0ace..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html index b5734c0..24ddb76 100644 --- a/public/index.html +++ b/public/index.html @@ -1,77 +1,98 @@ + + Hypermind + + + + + + + + + + + + + + + + - - Hypermind - - - - - - - - - - - - - + +
+
+ New version available! + View Release + +
+
- -
-
- New version available! - View Release - + +
+
+ {{COUNT}} +
+
Active Nodes
+ +
+ ID: {{ID}}
+ Direct Connections: {{DIRECT}}
+ Total Unique: {{TOTAL_UNIQUE}}
+ diagnostics + + | + map +
-
- -
-
- {{COUNT}} + -
Active Nodes
- -
- ID: {{ID}}
- Direct Connections: {{DIRECT}}
- Total Unique: {{TOTAL_UNIQUE}}
- diagnostics - - | - map -
-
- - -