Merge pull request #1161 from zed-industries/style-jump-to-diagnostic-arrows

Style jump to buffer arrows in diagnostics
This commit is contained in:
Max Brunsfeld 2022-06-10 12:35:44 -07:00 committed by GitHub
commit b2798787b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,11 +140,19 @@ export default function editor(theme: Theme) {
invalidWarningDiagnostic: diagnostic(theme, "muted"),
hover_popover: hoverPopover(theme),
jumpIcon: {
color: iconColor(theme, "primary"),
iconWidth: 10,
buttonWidth: 10,
color: iconColor(theme, "muted"),
iconWidth: 20,
buttonWidth: 20,
cornerRadius: 6,
padding: {
top: 6,
bottom: 6,
left: 6,
right: 6,
},
hover: {
color: iconColor(theme, "active")
color: iconColor(theme, "active"),
background: backgroundColor(theme, "on500", "base"),
}
},
syntax,