temp
Go to file
itdominator d9a9c8c949 added personal language definition changes; syntax themes; removed transparent pane settings 2023-10-26 01:49:18 -05:00
images added personal language definition changes; syntax themes; removed transparent pane settings 2023-10-26 01:49:18 -05:00
src added personal language definition changes; syntax themes; removed transparent pane settings 2023-10-26 01:49:18 -05:00
user_config added personal language definition changes; syntax themes; removed transparent pane settings 2023-10-26 01:49:18 -05:00
.gitignore Initial commit 2023-10-23 01:12:54 +00:00
GtkSource - 5 Language Definition v2.0 Tutorial.pdf added personal language definition changes; syntax themes; removed transparent pane settings 2023-10-26 01:49:18 -05:00
LICENSE Initial push 2023-10-22 20:14:19 -05:00
README.md Initial push 2023-10-22 20:14:19 -05:00
requirements.txt Initial push 2023-10-22 20:14:19 -05:00

README.md

GtkCodeThemer

GtkCodeThemer is a source code color scheme editor for GtkSourceView applications such as Gedit, Anjuta, and Scribes. It is a standalone Python application, not a plugin, and (currently) requires Gtk 3.x.

Credit

Much of this code was taken, restructured, and fixed (last updated 11 years ago...) from here. It was made more pythonic in addition to being integrated with my personal code template project.

Requirements

  • PyGObject (Gtk introspection library)
  • setproctitle (Define process title to search and kill more easily)

Note

  • Will eventually move to Gtk 4.

GtkCodeThemer