diff options
| author | Robert Günzler <r@gnzler.io> | 2023-07-13 17:46:19 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-07-13 17:58:48 +0900 |
| commit | c2c99761de427aed030199a0b29869e802a8c78f (patch) | |
| tree | 036e524c5dae492c091de4991096829af2e99b5d /.config/flavours/templates/mako | |
| parent | 55e12519e03a44ee6c2ef99cc6829b9fbebdcc46 (diff) | |
flavours: bring colors into dotfiles
and fix accents and font Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/templates/mako')
| -rw-r--r-- | .config/flavours/templates/mako/templates/hibiki.mustache | 4 | ||||
| -rw-r--r-- | .config/flavours/templates/mako/templates/hibiki.mustache.in | 4 |
2 files changed, 4 insertions, 4 deletions
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 |