https://github.com/RobLoach/tinted-geany
:crystal_ball: Base16 Scheme for Geany
https://github.com/RobLoach/tinted-geany
Last synced: 10 months ago
JSON representation
:crystal_ball: Base16 Scheme for Geany
- Host: GitHub
- URL: https://github.com/RobLoach/tinted-geany
- Owner: RobLoach
- License: other
- Created: 2013-02-20T00:00:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T07:35:53.000Z (over 9 years ago)
- Last Synced: 2023-04-09T06:57:30.336Z (about 3 years ago)
- Language: Makefile
- Homepage: https://github.com/chriskempson/base16
- Size: 153 KB
- Stars: 39
- Watchers: 5
- Forks: 13
- Open Issues: 4
-
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)