From eda7d7ecec40b91bbcc671f4118f56b083f66203 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Fri, 22 Mar 2019 19:38:01 +0100 Subject: Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b1f175 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# base16-mako + +This is a repository that provides a [base16](https://github.com/chriskempson/base16) template to generate theme +settings for [mako](https://github.com/emersion/mako). + +To use, just pick a config snippet from colors/ and put it in your mako configuration, however you want. + +The colors mapping is based on [base16 dunst](https://github.com/khamer/base16-dunst). -- cgit