Use primary text color for keystrokes in command palette
This commit is contained in:
parent
d8ad0d8e4e
commit
0af129d50a
3 changed files with 3 additions and 3 deletions
|
@ -713,7 +713,7 @@
|
||||||
"key": {
|
"key": {
|
||||||
"text": {
|
"text": {
|
||||||
"family": "Zed Mono",
|
"family": "Zed Mono",
|
||||||
"color": "#9c9c9c",
|
"color": "#f1f1f1",
|
||||||
"size": 12
|
"size": 12
|
||||||
},
|
},
|
||||||
"corner_radius": 3,
|
"corner_radius": 3,
|
||||||
|
|
|
@ -713,7 +713,7 @@
|
||||||
"key": {
|
"key": {
|
||||||
"text": {
|
"text": {
|
||||||
"family": "Zed Mono",
|
"family": "Zed Mono",
|
||||||
"color": "#474747",
|
"color": "#2b2b2b",
|
||||||
"size": 12
|
"size": 12
|
||||||
},
|
},
|
||||||
"corner_radius": 3,
|
"corner_radius": 3,
|
||||||
|
|
|
@ -5,7 +5,7 @@ export default function commandPalette(theme: Theme) {
|
||||||
return {
|
return {
|
||||||
keystrokeSpacing: 8,
|
keystrokeSpacing: 8,
|
||||||
key: {
|
key: {
|
||||||
text: text(theme, "mono", "secondary", { size: "xs" }),
|
text: text(theme, "mono", "primary", { size: "xs" }),
|
||||||
cornerRadius: 3,
|
cornerRadius: 3,
|
||||||
background: backgroundColor(theme, "info", "base"),
|
background: backgroundColor(theme, "info", "base"),
|
||||||
border: border(theme, "info"),
|
border: border(theme, "info"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue