Add basic styling to keystrokes in command palette
This commit is contained in:
parent
3901d9d544
commit
bde52d5c93
7 changed files with 96 additions and 15 deletions
|
@ -708,6 +708,29 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"command_palette": {
|
||||
"keystroke_spacing": 8,
|
||||
"key": {
|
||||
"text": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#9c9c9c",
|
||||
"size": 12
|
||||
},
|
||||
"corner_radius": 3,
|
||||
"background": "#2472f2",
|
||||
"border": {
|
||||
"color": "#2472f2",
|
||||
"width": 1
|
||||
},
|
||||
"padding": {
|
||||
"left": 3,
|
||||
"right": 3
|
||||
},
|
||||
"margin": {
|
||||
"left": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"project_panel": {
|
||||
"padding": {
|
||||
"top": 6,
|
||||
|
|
|
@ -708,6 +708,29 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"command_palette": {
|
||||
"keystroke_spacing": 8,
|
||||
"key": {
|
||||
"text": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#474747",
|
||||
"size": 12
|
||||
},
|
||||
"corner_radius": 3,
|
||||
"background": "#c5dafc",
|
||||
"border": {
|
||||
"color": "#9ec1fa",
|
||||
"width": 1
|
||||
},
|
||||
"padding": {
|
||||
"left": 3,
|
||||
"right": 3
|
||||
},
|
||||
"margin": {
|
||||
"left": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"project_panel": {
|
||||
"padding": {
|
||||
"top": 6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue