Initial push

This commit is contained in:
2023-10-22 20:14:19 -05:00
parent f82ac6b67e
commit 8aa3d96617
69 changed files with 3650 additions and 61 deletions

View File

@@ -1,3 +1,16 @@
# 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.
temp
### Credit
Much of this code was taken, restructured, and fixed (last updated 11 years ago...) from <a href="https://github.com/jonocodes/GtkSourceSchemer">here</a>. 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](images/pic1.png)