update info support - readme.md

This commit is contained in:
Abel Lazaro 2026-05-15 13:24:22 -06:00
parent b3cb1c9981
commit 5e7dc2e8bc
6 changed files with 32 additions and 2 deletions

BIN
Assets/desktopScreen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

BIN
Assets/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
Assets/mobileScreen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

View file

@ -23,6 +23,32 @@ Dark mode only. Built around a cyan and magenta palette with Xcode Midnight synt
---
## Screenshots
####Light Mode
> ### ☀️ Coming Soon
> **The bright side of CyberGlow is currently in development.**
> We are carefully adapting the neon color palette to deliver a high-fidelity light mode that retains the same cyberpunk energy while remaining perfectly readable.
>
> <div align="center">
> <p>Development in progress:</p>
> <img src="Assets/loading.gif" alt="Loading Progress Bar" width="120" style="mix-blend-mode: multiply;">
> </div>
---
####Dark Mode
#####Desktop
<img src="Assets/desktopScreen.png" alt="Desktop Screenshot" width="70%">
#####mobile
<img src="Assets/mobileScreen.png" alt="Mobile Screenshot" width="220">
---
## Color Palette
| Role | Hex | Description |

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -201,7 +201,11 @@ settings:
description: "https://github.com/DevM0nk3y/CyberGlow/issues"
type: info-text
markdown: true
- id: cg-url-donate
title: "☕ Buy Me a Coffee via Paypal"
description: "<details><summary><b>Choose your support tier</b></summary><br><ul style='list-style:none; padding-left:10px;'><li style='margin-bottom:6px;'>☕ <a href='https://www.paypal.com/paypalme/abellazaro067/3usd'>Tier 1: Donate $3 USD</a></li><li style='margin-bottom:6px;'>☕ ☕ <a href='https://www.paypal.com/paypalme/abellazaro067/5usd'>Tier 2: Donate $5 USD</a></li><li style='margin-bottom:6px;'>☕ ☕ ☕ <a href='https://www.paypal.com/paypalme/abellazaro067/10usd'>Tier 3: Donate $10 USD</a></li></ul></details>"
type: info-text
markdown: true
*/
@ -651,7 +655,7 @@ pre.code-styler-pre .token.operator,
pre.code-styler-pre .token.punctuation { color: var(--cg-code-text); }
pre.code-styler-pre .token.parameter { color: #EB905A; }
pre.code-styler-pre .token.variable { color: #00B1FF; }
pre.code-styler-pre .token.parameter.variable { color: #00B1FF \s*; }
pre.code-styler-pre .token.parameter.variable { color: #00B1FF; }
/* ============================================================