Skip to content
Discussion options

You must be logged in to vote

Hey, if I use your config the SVG has this CSS at the end:

@media (prefers-color-scheme: dark) {
 // your svg_style_dark input
 rect.combo, rect.combo-separate { fill: #c1666b; }
rect.held, rect.combo.held { fill: #91506c; } 
}
// your svg_extra_style input
 svg.keymap { font-family: system-ui, sans-serif; font-size: 20px; font-weight: 600; }
text.label { font-size: 32px; }
text.combo { font-size: 18px; }
text.shifted, text.hold { font-size: 16px; }
text.layer-indicator { font-size: 14px; }
text.footer { font-size: 14px; text-weight: 400; }
.trans, .ghost, .none { opacity: 0.9; }
path.combo { stroke-width: 2px; }
rect.combo, rect.combo-separate { fill: #d7a7ac; }
rect.held, rect.combo.held

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by masroof-maindak
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants