Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geier/khal_gruvbox
- Owner: geier
- Created: 2023-06-26T16:00:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T21:45:27.000Z (8 months ago)
- Last Synced: 2024-04-29T23:11:17.245Z (8 months ago)
- Topics: khal, khal-plugin, plugin
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```