From 484bfa8bc5f3e82c847d272c680fc810f27dbf14 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 10 Oct 2024 23:11:07 +0200 Subject: [PATCH] flavours: bring back base16-foot --- config/dot-config/flavours/config.toml | 5 +++++ .../flavours/templates/kakoune/templates/dabruin.mustache | 2 +- .../share/flavours/base16/sources/schemes/list.yaml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/dot-config/flavours/config.toml b/config/dot-config/flavours/config.toml index d699170c..4123418f 100644 --- a/config/dot-config/flavours/config.toml +++ b/config/dot-config/flavours/config.toml @@ -1,5 +1,10 @@ shell = "bash -c '{}'" +[[item]] +template = "foot" +file = "~/.config/foot/base16-colors.ini" +rewrite = true + [[item]] template = "shell" file = "~/.local/bin/base16-flavours" diff --git a/config/dot-config/flavours/templates/kakoune/templates/dabruin.mustache b/config/dot-config/flavours/templates/kakoune/templates/dabruin.mustache index 5d1a8d67..0fa66778 100644 --- a/config/dot-config/flavours/templates/kakoune/templates/dabruin.mustache +++ b/config/dot-config/flavours/templates/kakoune/templates/dabruin.mustache @@ -2,4 +2,4 @@ ## by Leira Hua ## {{scheme-name}} scheme by {{scheme-author}} declare-option str dabruin_background 'rgb:{{base00-hex}}' -declare-option str dabruin_accent 'rgb:{{base0C-hex}}' +declare-option str dabruin_accent 'rgb:{{base0A-hex}}' diff --git a/local/dot-local/share/flavours/base16/sources/schemes/list.yaml b/local/dot-local/share/flavours/base16/sources/schemes/list.yaml index 8937540c..feda88d3 100644 --- a/local/dot-local/share/flavours/base16/sources/schemes/list.yaml +++ b/local/dot-local/share/flavours/base16/sources/schemes/list.yaml @@ -26,6 +26,7 @@ espresso: https://github.com/alexmirrington/base16-espresso-scheme # eva: https://github.com/kjakapat/base16-eva-scheme # framer: https://github.com/jssee/base16-framer-scheme # fruit-soda: https://github.com/jozip/base16-fruit-soda-scheme +foot: https://git.sr.ht/~h4n1/base16-foot # gigavolt: https://github.com/Whillikers/base16-gigavolt-scheme # github: https://github.com/Defman21/base16-github-scheme gruvbox: https://github.com/dawikur/base16-gruvbox-scheme -- 2.51.2