From: Thomas Teixeira Date: Mon, 5 Aug 2024 12:31:41 +0000 (+0200) Subject: chore: using tabs everywhere X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=c404d49d0c9f295978346d536db7f2a827bcdc30;p=dabruin.kak chore: using tabs everywhere --- diff --git a/dabruin.kak b/dabruin.kak index 77b542b..321cdf8 100644 --- a/dabruin.kak +++ b/dabruin.kak @@ -4,13 +4,13 @@ ## evaluate-commands %sh{ - calculate_dim() { - printf "$1" | cut -d: -f2 | fold -w2 | - while read -r hex; do - base10="$(printf '%d' "0x${hex}")" - printf '%02x' "$((base10 * 5 / 9))" - done | xargs printf 'rgb:%s' - } + calculate_dim() { + printf "$1" | cut -d: -f2 | fold -w2 | + while read -r hex; do + base10="$(printf '%d' "0x${hex}")" + printf '%02x' "$((base10 * 5 / 9))" + done | xargs printf 'rgb:%s' + } # base accent="${kak_opt_dabruin_accent:-rgb:FFB852}" background='rgb:242124'