cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
392 stars 35 forks source link

Make it possible to set a custom syntax theme and font. #49

Closed TomSteu closed 4 years ago

TomSteu commented 4 years ago

As the title says, it shouldnt be too hard, and would help everyone feel more at home with Setzer. But it is also a practical concern, the syntax theme needs to adapt to the gtk theme one uses, the current choice is nice for light themes for instance, but not so much for darker ones.

morgenman commented 4 years ago

The ability to pull the background color from the gtk theme would be nice, to match the titlebars. This could be implemented as a checkbox "Use background color from GTK theme. Then the user could choose from a handful of the 'standard' themes (Please include monokai!). There's nothing worse than having a brownish text editor theme with a bluish window theme :). Of course, you could just make a directory where user's could pop xml files with color codes.

mloewe commented 4 years ago

For me it would be nice to have the ability to change the size of the syntax font, too.

cvfosammmm commented 4 years ago

Done in master. If you have additional requests, please open a new issue.