Skip to content

app theme for zplit#51

Open
4555jan wants to merge 5 commits into
StabilityNexus:devfrom
4555jan:zplit-theme-v2
Open

app theme for zplit#51
4555jan wants to merge 5 commits into
StabilityNexus:devfrom
4555jan:zplit-theme-v2

Conversation

@4555jan

@4555jan 4555jan commented Jun 2, 2026

Copy link
Copy Markdown

Addressed Issues:

Fixes #50

Screenshots/Recordings:

No UI changes — this PR adds theme configuration files only.

Additional Notes:

Added app color palette and text styles for the Zplit app theme, including light and dark mode colors, typography

AI Usage Disclosure:

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.

Check one of the checkboxes below:

  • This PR does not contain AI-generated code at all.
  • This PR contains AI-generated code. I have read the AI Usage Policy and this PR complies with this policy. I have tested the code locally and I am responsible for it.

I have used the following AI models and tools: TODO

Checklist

  • My PR addresses a single issue, fixes a single bug or makes a single improvement.
  • My code follows the project's code style and conventions
  • If applicable, I have made corresponding changes or additions to the documentation
  • If applicable, I have made corresponding changes or additions to tests
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contribution Guidelines
  • Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.
  • I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.

@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5cfc17c5-005c-4a96-9803-0f339d61404f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@4555jan 4555jan added the gsoc label Jun 2, 2026
@DecodeX15

Copy link
Copy Markdown

fix this typo app_text_Styles to app_text_styles

@DecodeX15

Copy link
Copy Markdown

rest LGTM

@M4dhav M4dhav left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use ThemeData class to create a theme instead of defining colors like this.

@4555jan 4555jan requested a review from M4dhav June 12, 2026 17:51

@M4dhav M4dhav left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need app_colors.dart or app_text_styles.dart as app_theme is importing these variables. Just define the colors and Styles in the Theme directly.

@4555jan

4555jan commented Jun 14, 2026

Copy link
Copy Markdown
Author

@M4dhav what you think now ?

@4555jan 4555jan requested a review from M4dhav June 14, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request gsoc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Implement a centralized color theme system for the app to maintain consistent UI styling across all screens and components.

3 participants