From c2c99761de427aed030199a0b29869e802a8c78f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 13 Jul 2023 17:46:19 +0900 Subject: flavours: bring colors into dotfiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and fix accents and font Signed-off-by: Robert Günzler --- .config/flavours/templates/mako/templates/hibiki.mustache | 4 ++-- .config/flavours/templates/mako/templates/hibiki.mustache.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.config/flavours/templates/mako') diff --git a/.config/flavours/templates/mako/templates/hibiki.mustache b/.config/flavours/templates/mako/templates/hibiki.mustache index 3b23d87..d14ea03 100644 --- a/.config/flavours/templates/mako/templates/hibiki.mustache +++ b/.config/flavours/templates/mako/templates/hibiki.mustache @@ -1,5 +1,5 @@ font=Iosevka Etoile 10 background-color=#{{base00-hex}} text-color=#{{base0F-hex}} -border-color=#{{base06-hex}}dd -progress-color=source #{{base06-hex}}dd +border-color=#{{base05-hex}}dd +progress-color=source #{{base05-hex}}dd diff --git a/.config/flavours/templates/mako/templates/hibiki.mustache.in b/.config/flavours/templates/mako/templates/hibiki.mustache.in index 238e23e..c7632b5 100644 --- a/.config/flavours/templates/mako/templates/hibiki.mustache.in +++ b/.config/flavours/templates/mako/templates/hibiki.mustache.in @@ -1,5 +1,5 @@ font=@uifont@ 10 background-color=#{{base00-hex}} text-color=#{{base0F-hex}} -border-color=#{{base06-hex}}dd -progress-color=source #{{base06-hex}}dd +border-color=#{{base05-hex}}dd +progress-color=source #{{base05-hex}}dd -- cgit 1.4.1