diff --git a/README.md b/README.md index c9ff9b0..ed10d1c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ This is a plugin for Godot Engine that was made to use with [WPGTK](https://gith Technically speaking, it is a plugin that listens to the 'config/wpgtk-colors.txt' configuration file and updates the editor's theme accordingly, so in theory any application that can change the contents of that file will also work, but the installation guide here is only for setting it up with WPGTK. +![img.png](img.png) + ## Prerequisites - Linux with [WPGTK](https://github.com/deviantfero/wpgtk) installed - Godot Engine 4.0 or later @@ -22,5 +24,5 @@ Technically speaking, it is a plugin that listens to the 'config/wpgtk-colors.tx ### Setup 1. Open WPGTK and select 'Add Template'. 2. Find the folder of the current godot project and select the file `addons/config/wpgtk-colors.txt`. -3. Copy the contents of 'addons/config/wpgtk-colots.base' to the newly created base file in your WPGTK config templates folder (This is usually '~/.config/wpg/templates'). +3. Copy the contents of `addons/config/wpgtk-colots.base` to the newly created base file in your WPGTK config templates folder (This is usually `~/.config/wpg/templates`). 4. Use WPGTK to set your colors. The editor will update automatically. \ No newline at end of file diff --git a/addons/wpgtk_theme/README.md b/addons/wpgtk_theme/README.md index c9ff9b0..7f1b581 100644 --- a/addons/wpgtk_theme/README.md +++ b/addons/wpgtk_theme/README.md @@ -5,6 +5,8 @@ This is a plugin for Godot Engine that was made to use with [WPGTK](https://gith Technically speaking, it is a plugin that listens to the 'config/wpgtk-colors.txt' configuration file and updates the editor's theme accordingly, so in theory any application that can change the contents of that file will also work, but the installation guide here is only for setting it up with WPGTK. +![screenshot.png](screenshot.png) + ## Prerequisites - Linux with [WPGTK](https://github.com/deviantfero/wpgtk) installed - Godot Engine 4.0 or later @@ -22,5 +24,5 @@ Technically speaking, it is a plugin that listens to the 'config/wpgtk-colors.tx ### Setup 1. Open WPGTK and select 'Add Template'. 2. Find the folder of the current godot project and select the file `addons/config/wpgtk-colors.txt`. -3. Copy the contents of 'addons/config/wpgtk-colots.base' to the newly created base file in your WPGTK config templates folder (This is usually '~/.config/wpg/templates'). +3. Copy the contents of `addons/config/wpgtk-colots.base` to the newly created base file in your WPGTK config templates folder (This is usually `~/.config/wpg/templates`). 4. Use WPGTK to set your colors. The editor will update automatically. \ No newline at end of file diff --git a/addons/wpgtk_theme/screenshot.png b/addons/wpgtk_theme/screenshot.png new file mode 100644 index 0000000..8d8ce2e Binary files /dev/null and b/addons/wpgtk_theme/screenshot.png differ diff --git a/img.png b/img.png new file mode 100644 index 0000000..8d8ce2e Binary files /dev/null and b/img.png differ