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

Syntax highlighting and Themes #33

Merged
merged 5 commits into from
Nov 16, 2021
Merged

Conversation

vanyle
Copy link
Contributor

@vanyle vanyle commented Nov 16, 2021

This will resolve #32

It adds "Themes", a way to highlight syntax.
It also adds a way to change the Theme from the View menu.

The themes will be later included in the stylesheets part of graphics a.k.a the things that manages the appearance of not only the code but also the other UI Elements.

Copy link
Member

@MathisFederico MathisFederico left a comment

Choose a reason for hiding this comment

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

global might changed later, but for now let's work with this !


def theme_manager():
""" Retreive the theme manager of the application """
global theme_handle
Copy link
Member

Choose a reason for hiding this comment

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

This might be changed later, it's ok for now though

@MathisFederico MathisFederico merged commit 1d8d869 into master Nov 16, 2021
@MathisFederico MathisFederico deleted the feature/syntax_highlight branch November 16, 2021 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Font inside code is wrong
2 participants