blob: 086c9d3e6fe1b995b64d3e5d86c9cbdda4a77ae9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# base16-btop
<!-- markdownlint-disable MD013 -->
This repo provides templates for using [Base16](https://github.com/tinted-theming/home) color schemes with [btop](https://github.com/aristocratos/btop), a monitor of resources.
All files in `colors` directory generated by [lustache](https://luarocks.org/modules/olivine-labs/lustache) and [lustache-cli](https://github.com/djmattyg007/lustache-cli).
## Examples
### base16-onedark

### base16-google-light

## Usage
You can find an example config in `examples/base16-onedark.theme`.
> User created [themes](https://github.com/aristocratos/btop?tab=readme-ov-file#themes) should be placed in `$XDG_CONFIG_HOME/btop/themes` or `$HOME/.config/btop/themes`.
Add in [btop.conf](https://github.com/aristocratos/btop?tab=readme-ov-file#configurability) path to file `base16-onedark.theme`:
```conf
color_theme = "/path/to/.config/btop/themes/base16-onedark.theme"
```
or select theme in `btop`:

## License
MIT
|