Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernzi/gedit-darktheme
Make Gedit use the dark version of your GTK+ theme
https://github.com/fernzi/gedit-darktheme
gedit plugin python theme
Last synced: about 2 months ago
JSON representation
Make Gedit use the dark version of your GTK+ theme
- Host: GitHub
- URL: https://github.com/fernzi/gedit-darktheme
- Owner: fernzi
- License: gpl-3.0
- Created: 2015-09-05T02:34:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T09:16:58.000Z (about 1 year ago)
- Last Synced: 2023-12-09T10:26:28.129Z (about 1 year ago)
- Topics: gedit, plugin, python, theme
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gedit Dark Theme
Plugin to make Gedit use your theme's dark variant, just like [Totem][1],
[Boxes][2] or [Eye of Gnome][3] do.## Installation
Download and extract the ZIP into your plugin directory, usually located at
`~/.local/share/gedit/plugins/`, or clone the repository using `git`:```sh
mkdir -p ~/.local/share/gedit/plugins
cd ~/.local/share/gedit/plugins
git clone https://github.com/fernzi/gedit-darktheme.git
```Then restart gedit and activate the plugin on the preferences dialog.
[1]: https://wiki.gnome.org/Design/Apps/Videos#Tentative_Design
[2]: https://wiki.gnome.org/Design/Apps/Boxes#Tentative_Design
[3]: https://wiki.gnome.org/Apps/EyeOfGnome