Add a button-style for subtle highlighting
and use it to subtly highlight commonly used symbols in the accent-views of the German layouts. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/637>
This commit is contained in:
@ -1,15 +1,16 @@
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 46 }
|
||||
halfwidth: { width: 17.665, height: 46 }
|
||||
narrow: { width: 26.335, height: 46 }
|
||||
special: { width: 44, height: 46 }
|
||||
altline: { width: 52.67, height: 46 }
|
||||
large: { width: 52.67, height: 46 }
|
||||
action: { width: 59, height: 46 }
|
||||
wide: { width: 59, height: 46 }
|
||||
spaceline: { width: 92.29, height: 46 }
|
||||
small: { width: 50.471, height: 22 }
|
||||
default: { width: 35.33, height: 46 }
|
||||
subtle-highlight: { width: 35.33, height: 46 }
|
||||
halfwidth: { width: 17.665, height: 46 }
|
||||
narrow: { width: 26.335, height: 46 }
|
||||
special: { width: 44, height: 46 }
|
||||
altline: { width: 52.67, height: 46 }
|
||||
large: { width: 52.67, height: 46 }
|
||||
action: { width: 59, height: 46 }
|
||||
wide: { width: 59, height: 46 }
|
||||
spaceline: { width: 92.29, height: 46 }
|
||||
small: { width: 50.471, height: 22 }
|
||||
|
||||
views:
|
||||
base:
|
||||
@ -245,3 +246,17 @@ buttons:
|
||||
outline: "halfwidth"
|
||||
_:
|
||||
outline: "halfwidth"
|
||||
ä:
|
||||
outline: "subtle-highlight"
|
||||
ö:
|
||||
outline: "subtle-highlight"
|
||||
ü:
|
||||
outline: "subtle-highlight"
|
||||
Ä:
|
||||
outline: "subtle-highlight"
|
||||
Ö:
|
||||
outline: "subtle-highlight"
|
||||
Ü:
|
||||
outline: "subtle-highlight"
|
||||
ß:
|
||||
outline: "subtle-highlight"
|
||||
|
||||
Reference in New Issue
Block a user