# base16-btop 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), [lustache-cli](https://github.com/djmattyg007/lustache-cli) and [builder](https://git.sr.ht/~blueingreen/base16-builder). ## Examples ### base16-onedark ![Example nwg-dock with base16-onedark colorscheme](./examples/img/onedark.png) ### base16-google-light ![Example nwg-dock with base16-google-light colorscheme](./examples/img/google-light.png) ## 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`: ![Change theme in btop](./examples/img/select-theme-in-btop.png) ## License MIT