From c404d49d0c9f295978346d536db7f2a827bcdc30 Mon Sep 17 00:00:00 2001 From: Thomas Teixeira Date: Mon, 5 Aug 2024 14:31:41 +0200 Subject: [PATCH] chore: using tabs everywhere --- dabruin.kak | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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' -- 2.51.2