Skip to content

Syntax highlighting and Themes - #33

Merged
MathisFederico merged 5 commits into
masterfrom
feature/syntax_highlight
Nov 16, 2021
Merged

Syntax highlighting and Themes#33
MathisFederico merged 5 commits into
masterfrom
feature/syntax_highlight

Conversation

@vanyle

@vanyle vanyle commented Nov 16, 2021

Copy link
Copy Markdown
Contributor

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.

@MathisFederico MathisFederico left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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