Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geier/khal_gruvbox

gruvbox color scheme for khal
https://github.com/geier/khal_gruvbox

khal khal-plugin plugin

Last synced: about 2 months ago
JSON representation

gruvbox color scheme for khal

Awesome Lists containing this project

README

        

# Gruvbox khal color scheme

This is a [gruvbox](https://github.com/morhetz/gruvbox) color scheme for
[khal](https://github.com/pimutils/khal/) which makes use of the new
[plugin system](https://github.com/pimutils/khal/pull/1303).
At the moment of this writing (2024-04-29), the plugin system has not made it
into the latest release of khal, so you will have to install from khal's master
branch.

## Installation

Install the python project in this repository, e.g.

```bash
pip install git+https://github.com/geier/khal_gruvbox@importlib
```

and add the following to your khal configuration file (usually `~/.config/khal/khal.conf`):

```
[view]
theme = gruvbox
```
image