base16.nix icon indicating copy to clipboard operation
base16.nix copied to clipboard

Theme applications with your favourite base16 colorschemes in Nix

Results 5 base16.nix issues
Sort by recently updated
recently updated
newest added

- Add support for ANSI 4-bit colors - Fix `-dec` computation

Hi, I don't know if this has been done yet but I want to connect your base16 with my gtk theme. I see 'tinted-theming/base16-gtk-flatcolor' is a template, and I have...

cross-posting from https://github.com/tinted-theming/tinted-foot/issues/8 since I cannot create the issue directly inside https://github.com/SenchoPens/fromYaml

I am using the homeManager module in a flake setup (import is the current master branch). When I set `scheme = "${inputs.tt-schemes}/base16/everforest.yaml";` the attrset produced by `mkSchemeAttrs` is structured in...

It looks like tinted-theming is moving away from `config.yaml` files that look like [this](https://github.com/tinted-theming/tinted-foot/blob/05f27c44b1834ae8ca080778bff4efa3a88b4a25/templates/config.yaml): ```yaml default: extension: .ini output: colors ``` And towards [this](https://github.com/tinted-theming/tinted-foot/blob/7ca954e993ee73a7cc9b86c59df4920cc8ff9d34/templates/config.yaml): ```yaml base16: extension: .ini output: colors...