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

frontend/qml: Central styling/themeing #288

Closed
quarnster opened this issue May 26, 2014 · 3 comments
Closed

frontend/qml: Central styling/themeing #288

quarnster opened this issue May 26, 2014 · 3 comments
Labels

Comments

@quarnster
Copy link
Member

Right now there are a lot of individual color, font and other style tweaks spread out all over the place. We should think about how to move all of these tweaks into a single location and figure out how to have the properties come from the Sublime theme file

@sonph
Copy link
Contributor

sonph commented May 26, 2014

Looking at the Soda Dark.sublime-theme I think what we can do is to read the configuration file in main.go then export the values to the QML frontend as a JSON object or a Go map?

However there's a lot of attributes/options so probably this feature will need a significant amount of work. Should we delay this to the next release?

@quarnster
Copy link
Member Author

I'm ok with hardcoding for Soda Dark for now. We should start thinking about ways to solve this, but any work done here should not regress the visuals as they are now to something worse.

So if someone wants to look at this now, go ahead, just don't make things ugly in the process of doing so and don't be mad if people hardcode visuals for Soda Dark until this issue is solved 100% ;)

@erbridge
Copy link
Contributor

Migrated to limetext/lime-qml#9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants