Go to file
2025-01-13 16:06:59 -06:00
addons/wpgtk_theme Added licenses 2025-01-13 16:04:24 -06:00
.gitattributes update gitattributes 2025-01-13 15:58:35 -06:00
.gitignore Init 2025-01-13 15:44:59 -06:00
icon.png added icon 2025-01-13 16:06:59 -06:00
img.png added screenshot to the readme files 2025-01-13 15:52:19 -06:00
license Added licenses 2025-01-13 16:04:24 -06:00
project.godot Init 2025-01-13 15:44:59 -06:00
README.md added screenshot to the readme files 2025-01-13 15:52:19 -06:00

Godot WPGTK Theme Plugin

What is this?

This is a plugin for Godot Engine that was made to use with WPGTK package available for Linux to change the editors color scheme.

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

Prerequisites

  • Linux with WPGTK installed
  • Godot Engine 4.0 or later

Installation

Option 1: Git repository

  1. Clone or download this repository and copy the addons/wpgtk_theme folder to the addons folder of your Godot project.
  2. Enable the plugin in the project settings.

Option 2: Asset Library

  1. Search for "WPGTK Theme" in the Asset Library tab of the editor.
  2. Click on the "Download" button.
  3. Enable the plugin in the project settings.

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).
  4. Use WPGTK to set your colors. The editor will update automatically.