An open API service indexing awesome lists of open source software.

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

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).

![Base16 Default Dark](screenshot.png)

## 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)