https://github.com/robloach/tinted-geany
:crystal_ball: Base16 Tinted Scheme for Geany
https://github.com/robloach/tinted-geany
base16-theme tinted-theming
Last synced: 2 months ago
JSON representation
:crystal_ball: Base16 Tinted Scheme for Geany
- Host: GitHub
- URL: https://github.com/robloach/tinted-geany
- Owner: RobLoach
- License: other
- Created: 2013-02-20T00:00:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T05:46:48.000Z (6 months ago)
- Last Synced: 2025-03-30T18:02:08.743Z (3 months ago)
- Topics: base16-theme, tinted-theming
- Language: Mustache
- Homepage:
- Size: 327 KB
- Stars: 41
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Base16 for Geany
[Geany](http://geany.org) is a text editor using the GTK2 toolkit with basic
features of an integrated development environment. This is a
[Tinted](https://github.com/tinted-theming/home) Base16 scheme for it, built using the [Tinted Builder Rust](https://github.com/tinted-theming/tinted-builder-rust).
## Installation
1. Copy the files to your `~/.config/geany/colorschemes` directory.
2. Choose the scheme at View -> Editor -> Color Schemes.## Building
1. Download the Geany scheme
```bash
git clone https://github.com/RobLoach/tinted-geany.git
cd tinted-geany
```2. Install [tinted-builder-rust](https://github.com/tinted-theming/tinted-builder-rust)
3. Run it...
```bash
tinted-builder-rust sync
tinted-builder-rust build .
```## License
[MIT License](https://github.com/robloach/base16-geany/blob/master/LICENSE.md)