chore: copy svg config from englmaxi

https://github.com/englmaxi/zmk-config/blob/master/keymap-drawer/config.yaml
This commit is contained in:
Bastien Riviere 2024-04-24 17:32:56 +02:00
parent efcde4bb38
commit dd1c91ec27
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -28,12 +28,74 @@ draw_config:
rel_h: 12 rel_h: 12
rx: 4 rx: 4
ry: 4 ry: 4
svg_extra_style: '' svg_extra_style: |
svg.keymap {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
}
text.label {
stroke: #dfdfde;
stroke-width: 12;
stroke-linejoin: round;
}
rect.combo, rect.combo-separate {
opacity: 0.95;
stroke: #c9cccf;
stroke-width: 0.5;
fill: #d7eaed;
}
path.combo {
stroke-dasharray: 4, 4;
stroke-opacity: 0.3;
}
rect.held, rect.combo.held {
fill: #ebdada;
}
.trans.tap, .ghost.tap {
opacity: 0.5;
}
.shifted {
translate: -9px 3px;
opacity: 0.3;
}
.toggle.shifted {
translate: -12px 17px;
opacity: 1.0;
}
.toggle.hold {
translate: 12px -25px;
}
.text_with_symbol.tap {
translate: -1px 1px;
}
.text_with_symbol.shifted {
translate: 8px 13px;
font-size: 8px;
opacity: 1.0;
}
.combo.text_with_symbol.tap {
translate: -1px 1px;
}
.combo.text_with_symbol.shifted {
translate: 7px 5px;
font-size: 8px;
opacity: 1.0;
}
glyph_tap_size: 14
glyph_hold_size: 8
glyph_shifted_size: 8
footer_text: '' footer_text: ''
shrink_wide_legends: 7 shrink_wide_legends: 7
glyph_tap_size: 14
glyph_hold_size: 12
glyph_shifted_size: 10
glyphs: {} glyphs: {}
parse_config: parse_config:
preprocess: true preprocess: true