mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
Style jump to diagnostic arrows
This commit is contained in:
parent
d0898676f8
commit
80e04702de
1 changed files with 12 additions and 4 deletions
|
@ -140,11 +140,19 @@ export default function editor(theme: Theme) {
|
||||||
invalidWarningDiagnostic: diagnostic(theme, "muted"),
|
invalidWarningDiagnostic: diagnostic(theme, "muted"),
|
||||||
hover_popover: hoverPopover(theme),
|
hover_popover: hoverPopover(theme),
|
||||||
jumpIcon: {
|
jumpIcon: {
|
||||||
color: iconColor(theme, "primary"),
|
color: iconColor(theme, "muted"),
|
||||||
iconWidth: 10,
|
iconWidth: 20,
|
||||||
buttonWidth: 10,
|
buttonWidth: 20,
|
||||||
|
cornerRadius: 6,
|
||||||
|
padding: {
|
||||||
|
top: 6,
|
||||||
|
bottom: 6,
|
||||||
|
left: 6,
|
||||||
|
right: 6,
|
||||||
|
},
|
||||||
hover: {
|
hover: {
|
||||||
color: iconColor(theme, "active")
|
color: iconColor(theme, "active"),
|
||||||
|
background: backgroundColor(theme, "on500", "base"),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
syntax,
|
syntax,
|
||||||
|
|
Loading…
Reference in a new issue