feat: Add comprehensive theme customization system#51
Draft
patrikpordi wants to merge 2 commits intomainfrom
Draft
feat: Add comprehensive theme customization system#51patrikpordi wants to merge 2 commits intomainfrom
patrikpordi wants to merge 2 commits intomainfrom
Conversation
- Add theme.config.js for centralized theme configuration - Add theme.template.js with detailed documentation - Create preset themes (default, dark, blue) - Add THEMING.md guide with examples Theme Features: - Branding: Configurable name, logo, and favicon - Colors: Full color palette with semantic naming (text/background vs black/white) - Layout: All spacing and sizing parameters now configurable - External links: Support for custom sidebar links with icons - Typography: Custom fonts support Improvements: - Fixed hardcoded white colors in UI components - Dynamic browser title and favicon from theme config - External links (Flight Review + custom) with Font Awesome icons - All layout parameters (sidebar width, padding, transitions) now functional - Improved dark mode support Modified Components: - App.vue: Dynamic theming system, favicon/title, custom links - ConnectionsPage.vue: Theme variable for toggle slider - ServicesPage.vue: Theme variable for slider background - HostnameManager.vue: Theme variable for modal background
- Restored theme.config.js to match original ARK-OS appearance - Fixed white color in default.theme.js (was incorrectly rgba(219, 73, 73, 1)) - Updated to use semantic property names (text/background vs black/white) - Ensures PR doesn't change default appearance while maintaining full customization capability
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.
Theme Features:
Improvements:
Modified Components: