mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
WIP command palette changes
This commit is contained in:
parent
8098697847
commit
0d9eecd2ed
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ export default function commandPalette(colorScheme: ColorScheme) {
|
|||
return {
|
||||
keystrokeSpacing: 8,
|
||||
key: {
|
||||
text: text(layer, "mono", "on", "default", { size: "xs" }),
|
||||
text: text(layer, "mono", "variant", "default", { size: "xs" }),
|
||||
cornerRadius: 2,
|
||||
background: background(layer, "on"),
|
||||
padding: {
|
||||
|
@ -22,7 +22,7 @@ export default function commandPalette(colorScheme: ColorScheme) {
|
|||
left: 2,
|
||||
},
|
||||
active: {
|
||||
text: text(layer, "mono", "on", "inverted", { size: "xs" }),
|
||||
text: text(layer, "mono", "on", "default", { size: "xs" }),
|
||||
background: withOpacity(background(layer, "on"), 0.2),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue