mirror of
https://github.com/devm0nk3y/CyberGlow.git
synced 2026-07-22 04:40:32 +00:00
update info support - readme.md
This commit is contained in:
parent
b3cb1c9981
commit
5e7dc2e8bc
6 changed files with 32 additions and 2 deletions
BIN
Assets/desktopScreen.png
Normal file
BIN
Assets/desktopScreen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 224 KiB |
BIN
Assets/loading.gif
Normal file
BIN
Assets/loading.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
BIN
Assets/mobileScreen.png
Normal file
BIN
Assets/mobileScreen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 418 KiB |
26
README.md
26
README.md
|
|
@ -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 |
|
||||
|
|
|
|||
BIN
preview.png
BIN
preview.png
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 1.2 MiB |
|
|
@ -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; }
|
||||
|
||||
|
||||
/* ============================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue