diff options
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 |