From 0e6768aa1fcc9f0831755724f7055eae889c64cf Mon Sep 17 00:00:00 2001 From: Stepanov Aleksey Date: Sat, 12 Jul 2025 16:36:26 +0500 Subject: initial commit --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1518082 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# base16-musikcube + + + +This repo provides templates for using [Base16](https://github.com/tinted-theming/home) color schemes with [musikcube](https://github.com/clangen/musikcube), a cross-platform, terminal-based music player, audio engine, metadata indexer, and server. + +All files in `colors` directory generated by [tinted-builder-rust](https://github.com/tinted-theming/tinted-builder-rust?tab=readme-ov-file). + +## Examples + +### base16-onedark + +![Example musikcube with base16-onedark colorscheme](./examples/img/onedark.png) + +### base16-google-light + +![Example musikcube with base16-google-light colorscheme](./examples/img/google-light.png) + +## Usage + +You can find an example scheme in `examples/theme.json`. + +Place this file in `$XDG_CONFIG_HOME/musikcube/themes`. + +## License + +MIT -- cgit