Skip to content

Commit

Permalink
invert cursor color
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Nov 17, 2023
1 parent 39320bc commit bf2b48c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ draw_config:
.hold.mdi\:bluetooth {
translate: 12px -18px;
}
.hold.mdi\:cursor-default-click {
.hold.mdi\:cursor-default-click-outline {
translate: -8px -12px;
}
shrink_wide_legends: 5
Expand Down Expand Up @@ -103,11 +103,11 @@ parse_config:
'&bt BT_PRV': {h: $$mdi:bluetooth$$ , t: $$mdi:skip-previous$$}
'&bt BT_NXT': {h: $$mdi:bluetooth$$ , t: $$mdi:skip-next$$}

'&mkp LCLK': '$$mdi:cursor-default-click$$'
'&mkp RCLK': '$$mdi:cursor-default-click-outline$$'
'&mkp MB3': {t: '3' , h: '$$mdi:cursor-default-click$$'}
'&mkp MB4': {t: '4' , h: '$$mdi:cursor-default-click$$'}
'&mkp MB5': {t: '5' , h: '$$mdi:cursor-default-click$$'}
'&mkp LCLK': '$$mdi:cursor-default-click-outline$$'
'&mkp RCLK': '$$mdi:cursor-default-click$$'
'&mkp MB3': {t: '3' , h: '$$mdi:cursor-default-click-outline$$'}
'&mkp MB4': {t: '4' , h: '$$mdi:cursor-default-click-outline$$'}
'&mkp MB5': {t: '5' , h: '$$mdi:cursor-default-click-outline$$'}

sticky_label: $$mdi:gesture-tap-hold$$
trans_legend:
Expand Down

0 comments on commit bf2b48c

Please sign in to comment.