diff options
| author | Robert Günzler <r@gnzler.io> | 2023-07-08 04:56:15 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-07-08 04:56:15 +0900 |
| commit | 1a220f1578ce0e18cffff97ae8ba68d6a4dfea4d (patch) | |
| tree | b29a95e5661a37d698bc31448cd8c3933052d0d4 /.config/flavours/templates/foot | |
| parent | 06d77d2ba07e6191792a546d7fe15683cc026578 (diff) | |
flavours: control font setting centrally
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/templates/foot')
| -rw-r--r-- | .config/flavours/templates/foot/templates/hibiki.mustache | 28 | ||||
| -rw-r--r-- | .config/flavours/templates/foot/templates/hibiki.mustache.in | 28 |
2 files changed, 56 insertions, 0 deletions
diff --git a/.config/flavours/templates/foot/templates/hibiki.mustache b/.config/flavours/templates/foot/templates/hibiki.mustache new file mode 100644 index 0000000..9dcff93 --- /dev/null +++ b/.config/flavours/templates/foot/templates/hibiki.mustache @@ -0,0 +1,28 @@ +# Base16 Karafuru Dark - foot color config +# robertgzr + +font=DejaVu Sans Mono:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop # {{monofont}} + +[colors] +background={{base00-hex}} +foreground={{base0F-hex}} + +# Normal colors +regular0={{base00-hex}} # Black +regular1={{base01-hex}} # Red +regular2={{base02-hex}} # Green +regular3={{base03-hex}} # Yellow +regular4={{base04-hex}} # Blue +regular5={{base05-hex}} # Magenta +regular6={{base06-hex}} # Cyan +regular7={{base07-hex}} # White + +# Bright colors +bright0={{base08-hex}} +bright1={{base09-hex}} +bright2={{base0A-hex}} +bright3={{base0B-hex}} +bright4={{base0C-hex}} +bright5={{base0D-hex}} +bright6={{base0E-hex}} +bright7={{base0F-hex}} diff --git a/.config/flavours/templates/foot/templates/hibiki.mustache.in b/.config/flavours/templates/foot/templates/hibiki.mustache.in new file mode 100644 index 0000000..05a87da --- /dev/null +++ b/.config/flavours/templates/foot/templates/hibiki.mustache.in @@ -0,0 +1,28 @@ +# Base16 Karafuru Dark - foot color config +# robertgzr + +font=@monofont@:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop # {{monofont}} + +[colors] +background={{base00-hex}} +foreground={{base0F-hex}} + +# Normal colors +regular0={{base00-hex}} # Black +regular1={{base01-hex}} # Red +regular2={{base02-hex}} # Green +regular3={{base03-hex}} # Yellow +regular4={{base04-hex}} # Blue +regular5={{base05-hex}} # Magenta +regular6={{base06-hex}} # Cyan +regular7={{base07-hex}} # White + +# Bright colors +bright0={{base08-hex}} +bright1={{base09-hex}} +bright2={{base0A-hex}} +bright3={{base0B-hex}} +bright4={{base0C-hex}} +bright5={{base0D-hex}} +bright6={{base0E-hex}} +bright7={{base0F-hex}} |