https://github.com/b4n/geany-plugin-dark-theme
A Geany plugin to ask for a GTK3 dark theme
https://github.com/b4n/geany-plugin-dark-theme
dark-ui-theme geany-plugin
Last synced: about 2 months ago
JSON representation
A Geany plugin to ask for a GTK3 dark theme
- Host: GitHub
- URL: https://github.com/b4n/geany-plugin-dark-theme
- Owner: b4n
- Created: 2017-08-26T21:31:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T21:36:48.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T07:02:01.409Z (2 months ago)
- Topics: dark-ui-theme, geany-plugin
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dark UI Theme plugin
This Geany plugin requests a dark theme variant to be used for Geany's UI.
It requires the use of a GTK3 Geany build, and a GTK3 theme that has a dark
variant (like the default Adwaita theme and other popular themes).## Compilation
Fetch geany-plugin.mk from https://github.com/b4n/geany-plugin.mk inside the
plugin's source directory:$ git submodule update --init
And then run `make` and `make install` (that last one possibly as root).
## Usage
Enable the plugin in Geany's Plugin Manager (*Tools -> Plugin Manager*, and
select the *Dark UI Theme* plugin).