Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to change the appearance of the application with the theme file. #1572

Open
artem-rodionov opened this issue Jan 26, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@artem-rodionov
Copy link

Feature Description

It is suggested to create a theme file, which will list the dependencies for changes in the design. For example, as a file settings in vs code.
Changing the design means things like changing the icons (the path to the new icon), adding new colors (I want to add pure white and pure black because through ColorScheme.FromSeed, as far as I know, does not do this), changing various widget characteristics.
At the moment, it is assumed that the design change will be made using a script that takes information from the theme file.

I would l like to hear feedback on whether such functionality is needed? If so, what other suggestions do you have, especially regarding the implementation of the change itself (a separate script or, for example, integrating it into the workflow)?
Thank you!

Rationale

In my opinion, it would be nice to have additional customization functionality that can be performed automatically.

Mockup

The view of the login page modified by the script.

Image

Additional Context

No response

@artem-rodionov artem-rodionov added the enhancement New feature or request label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant