Glass - Light Theme#662
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎨 Add Glass Theme Collection (Dark & Light)
Overview
This PR introduces a complete Glass theme collection featuring both dark and light variants that provide a modern, translucent glass morphism aesthetic with sophisticated backdrop blur effects and cyan/teal accent colors.
✨ Features
🌙 Glass Dark Theme
rgba(0,255,255,0.75)) for primary elements☀️ Glass Light Theme
rgba(0,86,142,1)) with cyan accents🔧 Shared Features
📁 Files Added
src/themes/glass-dark/theme.json- Dark theme configuration (221 lines)src/themes/glass-dark/background.jpg- Dark theme background imagesrc/themes/glass-light/theme.json- Light theme configuration (219 lines)src/themes/glass-light/background.jpg- Light theme background image🎨 Color Palettes
Glass Dark
rgba(0,255,255,0.75)- Bright cyanrgba(0, 0, 0, 0.85)- Semi-transparent blackrgba(210,255,255,0.35)- Soft cyanrgba(0,255,255,0.75)- Cyan textGlass Light
rgba(0,86,142,1)- Deep bluergba(255, 255, 255, 0.85)- Semi-transparent whitergba(210,255,255,0.35)- Soft cyanrgba(0,86,142,1)- Blue text🔍 Technical Details
🧪 Testing Checklist
📸 Screensho
🚀 Usage
Both themes will be automatically available in the theme selector once merged. Users can select:
🔄 Recent Updates
Type: Feature
Breaking Changes: None
Dependencies: None
Theme Collection: Glass (Dark + Light)