Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Oct 22, 2024
1 parent 383d974 commit 120ce88
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,18 @@ draw_config:
dominant-baseline: middle;
line-height: 1;
}
text.hold {
text-anchor: middle;
dominant-baseline: auto;
font-size: 14px;
}
text.shifted {
text-anchor: middle;
dominant-baseline: hanging;
font-size: 14px;
}
/* Layer labels */
text.label {
Expand Down Expand Up @@ -746,28 +758,32 @@ draw_config:
.ghost {
opacity: 0.8;
}
/* esc */
.keypos-0 {
rect {
fill: var(--color--mt3--devtty--yellow);
stroke: var(--color--mt3--devtty--black);
}
}
/* encoder */
.keypos-13 {
rect {
fill: var(--color--mt3--devtty--red);
stroke: var(--color--mt3--devtty--black);
}
}
# enter
/* enter */
.keypos-39 {
rect {
fill: var(--color--mt3--devtty--red);
stroke: var(--color--mt3--devtty--black);
}
}
# ctrl
/* ctrl */
.keypos-53 {
rect {
fill: var(--color--mt3--devtty--teal);
Expand All @@ -782,25 +798,23 @@ draw_config:
}
}
# 
#
/*  */
.keypos-54 {
rect {
fill: var(--color--mt3--devtty--teal);
stroke: var(--color--mt3--devtty--black);
}
}
# lwr, rse
#
/* lwr, rse */
.keypos-55, .keypos-57 {
rect {
fill: var(--color--mt3--devtty--teal);
stroke: var(--color--mt3--devtty--black);
}
}
# alt
/* alt */
.keypos-56, .keypos-61 {
rect {
fill: var(--color--mt3--devtty--teal);
Expand Down

0 comments on commit 120ce88

Please sign in to comment.