Add right padding to titlebar instead of margins on elements

This fixes a visual glitch causing the avatar to be shown too close to
the right edge of the window when the share icon was not present.
This commit is contained in:
Antonio Scandurra 2022-05-02 09:22:59 +02:00
parent 5b68534427
commit 5d0c3c43e8
15 changed files with 380 additions and 400 deletions

View file

@ -349,7 +349,8 @@
"height": 33, "height": 33,
"background": "#26232a", "background": "#26232a",
"padding": { "padding": {
"left": 80 "left": 80,
"right": 6
}, },
"title": { "title": {
"family": "Zed Sans", "family": "Zed Sans",
@ -380,8 +381,7 @@
}, },
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 1, "top": 1
"right": 6
}, },
"padding": { "padding": {
"left": 6, "left": 6,
@ -407,7 +407,8 @@
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 3, "top": 3,
"bottom": 2 "bottom": 2,
"left": 6
}, },
"color": "#8b8792", "color": "#8b8792",
"hover": { "hover": {
@ -436,10 +437,7 @@
"left": 6, "left": 6,
"right": 6 "right": 6
}, },
"corner_radius": 6, "corner_radius": 6
"margin": {
"right": 6
}
} }
}, },
"toolbar": { "toolbar": {

View file

@ -349,7 +349,8 @@
"height": 33, "height": 33,
"background": "#e2dfe7", "background": "#e2dfe7",
"padding": { "padding": {
"left": 80 "left": 80,
"right": 6
}, },
"title": { "title": {
"family": "Zed Sans", "family": "Zed Sans",
@ -380,8 +381,7 @@
}, },
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 1, "top": 1
"right": 6
}, },
"padding": { "padding": {
"left": 6, "left": 6,
@ -407,7 +407,8 @@
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 3, "top": 3,
"bottom": 2 "bottom": 2,
"left": 6
}, },
"color": "#585260", "color": "#585260",
"hover": { "hover": {
@ -436,10 +437,7 @@
"left": 6, "left": 6,
"right": 6 "right": 6
}, },
"corner_radius": 6, "corner_radius": 6
"margin": {
"right": 6
}
} }
}, },
"toolbar": { "toolbar": {

View file

@ -349,7 +349,8 @@
"height": 33, "height": 33,
"background": "#2b2b2b", "background": "#2b2b2b",
"padding": { "padding": {
"left": 80 "left": 80,
"right": 6
}, },
"title": { "title": {
"family": "Zed Sans", "family": "Zed Sans",
@ -380,8 +381,7 @@
}, },
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 1, "top": 1
"right": 6
}, },
"padding": { "padding": {
"left": 6, "left": 6,
@ -407,7 +407,8 @@
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 3, "top": 3,
"bottom": 2 "bottom": 2,
"left": 6
}, },
"color": "#9c9c9c", "color": "#9c9c9c",
"hover": { "hover": {
@ -436,10 +437,7 @@
"left": 6, "left": 6,
"right": 6 "right": 6
}, },
"corner_radius": 6, "corner_radius": 6
"margin": {
"right": 6
}
} }
}, },
"toolbar": { "toolbar": {

View file

@ -349,7 +349,8 @@
"height": 33, "height": 33,
"background": "#eaeaea", "background": "#eaeaea",
"padding": { "padding": {
"left": 80 "left": 80,
"right": 6
}, },
"title": { "title": {
"family": "Zed Sans", "family": "Zed Sans",
@ -380,8 +381,7 @@
}, },
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 1, "top": 1
"right": 6
}, },
"padding": { "padding": {
"left": 6, "left": 6,
@ -407,7 +407,8 @@
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 3, "top": 3,
"bottom": 2 "bottom": 2,
"left": 6
}, },
"color": "#717171", "color": "#717171",
"hover": { "hover": {
@ -436,10 +437,7 @@
"left": 6, "left": 6,
"right": 6 "right": 6
}, },
"corner_radius": 6, "corner_radius": 6
"margin": {
"right": 6
}
} }
}, },
"toolbar": { "toolbar": {

View file

@ -349,7 +349,8 @@
"height": 33, "height": 33,
"background": "#073642", "background": "#073642",
"padding": { "padding": {
"left": 80 "left": 80,
"right": 6
}, },
"title": { "title": {
"family": "Zed Sans", "family": "Zed Sans",
@ -380,8 +381,7 @@
}, },
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 1, "top": 1
"right": 6
}, },
"padding": { "padding": {
"left": 6, "left": 6,
@ -407,7 +407,8 @@
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 3, "top": 3,
"bottom": 2 "bottom": 2,
"left": 6
}, },
"color": "#93a1a1", "color": "#93a1a1",
"hover": { "hover": {
@ -436,10 +437,7 @@
"left": 6, "left": 6,
"right": 6 "right": 6
}, },
"corner_radius": 6, "corner_radius": 6
"margin": {
"right": 6
}
} }
}, },
"toolbar": { "toolbar": {

View file

@ -349,7 +349,8 @@
"height": 33, "height": 33,
"background": "#eee8d5", "background": "#eee8d5",
"padding": { "padding": {
"left": 80 "left": 80,
"right": 6
}, },
"title": { "title": {
"family": "Zed Sans", "family": "Zed Sans",
@ -380,8 +381,7 @@
}, },
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 1, "top": 1
"right": 6
}, },
"padding": { "padding": {
"left": 6, "left": 6,
@ -407,7 +407,8 @@
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 3, "top": 3,
"bottom": 2 "bottom": 2,
"left": 6
}, },
"color": "#586e75", "color": "#586e75",
"hover": { "hover": {
@ -436,10 +437,7 @@
"left": 6, "left": 6,
"right": 6 "right": 6
}, },
"corner_radius": 6, "corner_radius": 6
"margin": {
"right": 6
}
} }
}, },
"toolbar": { "toolbar": {

View file

@ -349,7 +349,8 @@
"height": 33, "height": 33,
"background": "#293256", "background": "#293256",
"padding": { "padding": {
"left": 80 "left": 80,
"right": 6
}, },
"title": { "title": {
"family": "Zed Sans", "family": "Zed Sans",
@ -380,8 +381,7 @@
}, },
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 1, "top": 1
"right": 6
}, },
"padding": { "padding": {
"left": 6, "left": 6,
@ -407,7 +407,8 @@
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 3, "top": 3,
"bottom": 2 "bottom": 2,
"left": 6
}, },
"color": "#979db4", "color": "#979db4",
"hover": { "hover": {
@ -436,10 +437,7 @@
"left": 6, "left": 6,
"right": 6 "right": 6
}, },
"corner_radius": 6, "corner_radius": 6
"margin": {
"right": 6
}
} }
}, },
"toolbar": { "toolbar": {

View file

@ -349,7 +349,8 @@
"height": 33, "height": 33,
"background": "#dfe2f1", "background": "#dfe2f1",
"padding": { "padding": {
"left": 80 "left": 80,
"right": 6
}, },
"title": { "title": {
"family": "Zed Sans", "family": "Zed Sans",
@ -380,8 +381,7 @@
}, },
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 1, "top": 1
"right": 6
}, },
"padding": { "padding": {
"left": 6, "left": 6,
@ -407,7 +407,8 @@
"corner_radius": 6, "corner_radius": 6,
"margin": { "margin": {
"top": 3, "top": 3,
"bottom": 2 "bottom": 2,
"left": 6
}, },
"color": "#5e6687", "color": "#5e6687",
"hover": { "hover": {
@ -436,10 +437,7 @@
"left": 6, "left": 6,
"right": 6 "right": 6
}, },
"corner_radius": 6, "corner_radius": 6
"margin": {
"right": 6
}
} }
}, },
"toolbar": { "toolbar": {

View file

@ -1664,9 +1664,6 @@ impl Workspace {
.constrained() .constrained()
.with_width(24.) .with_width(24.)
.aligned() .aligned()
.constrained()
.with_width(24.)
.aligned()
.boxed() .boxed()
}) })
.with_cursor_style(CursorStyle::PointingHand) .with_cursor_style(CursorStyle::PointingHand)

68
styles/dist/dark.json vendored
View file

@ -219,88 +219,88 @@
}, },
"ok": { "ok": {
"base": { "base": {
"value": "#1b9447", "value": "#1b944726",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#1b9447", "value": "#1b944733",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#1b9447", "value": "#1b944740",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#1b9447", "value": "#1b944733",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
} }
}, },
"error": { "error": {
"base": { "base": {
"value": "#f15656", "value": "#c9181826",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#f15656", "value": "#c9181833",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#f15656", "value": "#c9181840",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#f15656", "value": "#c9181833",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
} }
}, },
"warning": { "warning": {
"base": { "base": {
"value": "#f7bb57", "value": "#f6a72426",
"description": "Step: 300", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#f7bb57", "value": "#f6a72433",
"description": "Step: 300", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#f7bb57", "value": "#f6a72440",
"description": "Step: 300", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#f7bb57", "value": "#f6a72433",
"description": "Step: 300", "description": "Step: 400",
"type": "color" "type": "color"
} }
}, },
"info": { "info": {
"base": { "base": {
"value": "#2472f2", "value": "#2472f226",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#2472f2", "value": "#2472f233",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#2472f2", "value": "#2472f240",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#2472f2", "value": "#2472f233",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
} }
@ -333,22 +333,22 @@
"type": "color" "type": "color"
}, },
"ok": { "ok": {
"value": "#20b456", "value": "#1b944726",
"description": "Step: 500", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"error": { "error": {
"value": "#eb2d2d", "value": "#eb2d2d26",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"warning": { "warning": {
"value": "#de900c", "value": "#f6a72426",
"description": "Step: 500", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"info": { "info": {
"value": "#2472f2", "value": "#2472f226",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
} }
@ -381,17 +381,17 @@
"type": "color" "type": "color"
}, },
"inserted": { "inserted": {
"value": "#1b9447", "value": "#1b944740",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"deleted": { "deleted": {
"value": "#f15656", "value": "#c9181840",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"modified": { "modified": {
"value": "#2472f2", "value": "#2472f240",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
} }

View file

@ -219,89 +219,89 @@
}, },
"ok": { "ok": {
"base": { "base": {
"value": "#b7f9ce", "value": "#1b944726",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#b7f9ce", "value": "#1b944733",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#b7f9ce", "value": "#1b944740",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#b7f9ce", "value": "#1b944733",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
} }
}, },
"error": { "error": {
"base": { "base": {
"value": "#fcc6c6", "value": "#c9181826",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#fcc6c6", "value": "#c9181833",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#fcc6c6", "value": "#c9181840",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#fcc6c6", "value": "#c9181833",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
} }
}, },
"warning": { "warning": {
"base": { "base": {
"value": "#fce9b7", "value": "#f6a72426",
"description": "Step: 100", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#fce9b7", "value": "#f6a72433",
"description": "Step: 100", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#fce9b7", "value": "#f6a72440",
"description": "Step: 100", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#fce9b7", "value": "#f6a72433",
"description": "Step: 100", "description": "Step: 400",
"type": "color" "type": "color"
} }
}, },
"info": { "info": {
"base": { "base": {
"value": "#c5dafc", "value": "#2472f226",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#c5dafc", "value": "#2472f233",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#c5dafc", "value": "#2472f240",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#c5dafc", "value": "#2472f233",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
} }
} }
@ -333,23 +333,23 @@
"type": "color" "type": "color"
}, },
"ok": { "ok": {
"value": "#84f2ab", "value": "#1b944726",
"description": "Step: 200", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"error": { "error": {
"value": "#f9a0a0", "value": "#eb2d2d26",
"description": "Step: 200", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"warning": { "warning": {
"value": "#f9da82", "value": "#f6a72426",
"description": "Step: 200", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"info": { "info": {
"value": "#9ec1fa", "value": "#2472f226",
"description": "Step: 200", "description": "Step: 500",
"type": "color" "type": "color"
} }
}, },
@ -381,18 +381,18 @@
"type": "color" "type": "color"
}, },
"inserted": { "inserted": {
"value": "#b7f9ce", "value": "#1b944740",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"deleted": { "deleted": {
"value": "#fcc6c6", "value": "#c9181840",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"modified": { "modified": {
"value": "#c5dafc", "value": "#2472f240",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
} }
}, },

View file

@ -93,15 +93,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#586e7552", "value": "#586e753d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#586e757a", "value": "#586e755c",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#586e75", "value": "#586e753d",
"type": "color" "type": "color"
} }
}, },
@ -111,15 +111,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#586e7552", "value": "#586e753d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#586e757a", "value": "#586e755c",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#586e75", "value": "#586e753d",
"type": "color" "type": "color"
} }
}, },
@ -129,15 +129,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#073642", "value": "#0736425c",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
} }
}, },
@ -147,15 +147,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#073642", "value": "#0736427a",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
} }
}, },
@ -165,87 +165,87 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#657b83", "value": "#586e753d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#657b83", "value": "#586e757a",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#657b83", "value": "#586e753d",
"type": "color" "type": "color"
} }
}, },
"ok": { "ok": {
"base": { "base": {
"value": "#859900", "value": "#85990026",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#859900", "value": "#85990033",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#859900", "value": "#85990040",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#859900", "value": "#85990033",
"type": "color" "type": "color"
} }
}, },
"error": { "error": {
"base": { "base": {
"value": "#dc322f", "value": "#dc322f26",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#dc322f", "value": "#dc322f33",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#dc322f", "value": "#dc322f40",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#dc322f", "value": "#dc322f33",
"type": "color" "type": "color"
} }
}, },
"warning": { "warning": {
"base": { "base": {
"value": "#b58900", "value": "#b5890026",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#b58900", "value": "#b5890033",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#b58900", "value": "#b5890040",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#b58900", "value": "#b5890033",
"type": "color" "type": "color"
} }
}, },
"info": { "info": {
"base": { "base": {
"value": "#268bd2", "value": "#268bd226",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#268bd2", "value": "#268bd233",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#268bd2", "value": "#268bd240",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#268bd2", "value": "#268bd233",
"type": "color" "type": "color"
} }
} }
@ -272,19 +272,19 @@
"type": "color" "type": "color"
}, },
"ok": { "ok": {
"value": "#859900", "value": "#85990026",
"type": "color" "type": "color"
}, },
"error": { "error": {
"value": "#dc322f", "value": "#dc322f26",
"type": "color" "type": "color"
}, },
"warning": { "warning": {
"value": "#b58900", "value": "#b5890026",
"type": "color" "type": "color"
}, },
"info": { "info": {
"value": "#268bd2", "value": "#268bd226",
"type": "color" "type": "color"
} }
}, },
@ -311,15 +311,15 @@
"type": "color" "type": "color"
}, },
"inserted": { "inserted": {
"value": "#859900", "value": "#85990040",
"type": "color" "type": "color"
}, },
"deleted": { "deleted": {
"value": "#dc322f", "value": "#dc322f40",
"type": "color" "type": "color"
}, },
"modified": { "modified": {
"value": "#268bd2", "value": "#268bd240",
"type": "color" "type": "color"
} }
}, },
@ -329,27 +329,27 @@
"type": "color" "type": "color"
}, },
"occurrence": { "occurrence": {
"value": "#002b361f", "value": "#fdf6e31f",
"type": "color" "type": "color"
}, },
"activeOccurrence": { "activeOccurrence": {
"value": "#002b3629", "value": "#fdf6e33d",
"type": "color" "type": "color"
}, },
"matchingBracket": { "matchingBracket": {
"value": "#073642", "value": "#0736425c",
"type": "color" "type": "color"
}, },
"match": { "match": {
"value": "#6c71c480", "value": "#6c71c47a",
"type": "color" "type": "color"
}, },
"activeMatch": { "activeMatch": {
"value": "#6c71c4b3", "value": "#6c71c4b8",
"type": "color" "type": "color"
}, },
"related": { "related": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
} }
}, },
@ -561,7 +561,7 @@
} }
}, },
"shadowAlpha": { "shadowAlpha": {
"value": 0.32, "value": 0.24,
"type": "number" "type": "number"
} }
} }

View file

@ -101,7 +101,7 @@
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#93a1a1", "value": "#93a1a11f",
"type": "color" "type": "color"
} }
}, },
@ -119,7 +119,7 @@
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#93a1a1", "value": "#93a1a11f",
"type": "color" "type": "color"
} }
}, },
@ -129,15 +129,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#eee8d5", "value": "#eee8d52e",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
} }
}, },
@ -147,15 +147,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#eee8d5", "value": "#eee8d53d",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
} }
}, },
@ -165,87 +165,87 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#839496", "value": "#93a1a11f",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#839496", "value": "#93a1a13d",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#839496", "value": "#93a1a11f",
"type": "color" "type": "color"
} }
}, },
"ok": { "ok": {
"base": { "base": {
"value": "#859900", "value": "#85990026",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#859900", "value": "#85990033",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#859900", "value": "#85990040",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#859900", "value": "#85990033",
"type": "color" "type": "color"
} }
}, },
"error": { "error": {
"base": { "base": {
"value": "#dc322f", "value": "#dc322f26",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#dc322f", "value": "#dc322f33",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#dc322f", "value": "#dc322f40",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#dc322f", "value": "#dc322f33",
"type": "color" "type": "color"
} }
}, },
"warning": { "warning": {
"base": { "base": {
"value": "#b58900", "value": "#b5890026",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#b58900", "value": "#b5890033",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#b58900", "value": "#b5890040",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#b58900", "value": "#b5890033",
"type": "color" "type": "color"
} }
}, },
"info": { "info": {
"base": { "base": {
"value": "#268bd2", "value": "#268bd226",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#268bd2", "value": "#268bd233",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#268bd2", "value": "#268bd240",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#268bd2", "value": "#268bd233",
"type": "color" "type": "color"
} }
} }
@ -272,19 +272,19 @@
"type": "color" "type": "color"
}, },
"ok": { "ok": {
"value": "#859900", "value": "#85990026",
"type": "color" "type": "color"
}, },
"error": { "error": {
"value": "#dc322f", "value": "#dc322f26",
"type": "color" "type": "color"
}, },
"warning": { "warning": {
"value": "#b58900", "value": "#b5890026",
"type": "color" "type": "color"
}, },
"info": { "info": {
"value": "#268bd2", "value": "#268bd226",
"type": "color" "type": "color"
} }
}, },
@ -311,15 +311,15 @@
"type": "color" "type": "color"
}, },
"inserted": { "inserted": {
"value": "#859900", "value": "#85990040",
"type": "color" "type": "color"
}, },
"deleted": { "deleted": {
"value": "#dc322f", "value": "#dc322f40",
"type": "color" "type": "color"
}, },
"modified": { "modified": {
"value": "#268bd2", "value": "#268bd240",
"type": "color" "type": "color"
} }
}, },
@ -329,27 +329,27 @@
"type": "color" "type": "color"
}, },
"occurrence": { "occurrence": {
"value": "#fdf6e31f", "value": "#002b360f",
"type": "color" "type": "color"
}, },
"activeOccurrence": { "activeOccurrence": {
"value": "#fdf6e329", "value": "#002b361f",
"type": "color" "type": "color"
}, },
"matchingBracket": { "matchingBracket": {
"value": "#eee8d5", "value": "#eee8d52e",
"type": "color" "type": "color"
}, },
"match": { "match": {
"value": "#6c71c480", "value": "#6c71c43d",
"type": "color" "type": "color"
}, },
"activeMatch": { "activeMatch": {
"value": "#6c71c4b3", "value": "#6c71c45c",
"type": "color" "type": "color"
}, },
"related": { "related": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
} }
}, },

View file

@ -1401,88 +1401,88 @@
}, },
"ok": { "ok": {
"base": { "base": {
"value": "#1b9447", "value": "#1b944726",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#1b9447", "value": "#1b944733",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#1b9447", "value": "#1b944740",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#1b9447", "value": "#1b944733",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
} }
}, },
"error": { "error": {
"base": { "base": {
"value": "#f15656", "value": "#c9181826",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#f15656", "value": "#c9181833",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#f15656", "value": "#c9181840",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#f15656", "value": "#c9181833",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
} }
}, },
"warning": { "warning": {
"base": { "base": {
"value": "#f7bb57", "value": "#f6a72426",
"description": "Step: 300", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#f7bb57", "value": "#f6a72433",
"description": "Step: 300", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#f7bb57", "value": "#f6a72440",
"description": "Step: 300", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#f7bb57", "value": "#f6a72433",
"description": "Step: 300", "description": "Step: 400",
"type": "color" "type": "color"
} }
}, },
"info": { "info": {
"base": { "base": {
"value": "#2472f2", "value": "#2472f226",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#2472f2", "value": "#2472f233",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#2472f2", "value": "#2472f240",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#2472f2", "value": "#2472f233",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
} }
@ -1515,22 +1515,22 @@
"type": "color" "type": "color"
}, },
"ok": { "ok": {
"value": "#20b456", "value": "#1b944726",
"description": "Step: 500", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"error": { "error": {
"value": "#eb2d2d", "value": "#eb2d2d26",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"warning": { "warning": {
"value": "#de900c", "value": "#f6a72426",
"description": "Step: 500", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"info": { "info": {
"value": "#2472f2", "value": "#2472f226",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
} }
@ -1563,17 +1563,17 @@
"type": "color" "type": "color"
}, },
"inserted": { "inserted": {
"value": "#1b9447", "value": "#1b944740",
"description": "Step: 600", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"deleted": { "deleted": {
"value": "#f15656", "value": "#c9181840",
"description": "Step: 400", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"modified": { "modified": {
"value": "#2472f2", "value": "#2472f240",
"description": "Step: 500", "description": "Step: 500",
"type": "color" "type": "color"
} }
@ -2094,89 +2094,89 @@
}, },
"ok": { "ok": {
"base": { "base": {
"value": "#b7f9ce", "value": "#1b944726",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#b7f9ce", "value": "#1b944733",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#b7f9ce", "value": "#1b944740",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#b7f9ce", "value": "#1b944733",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
} }
}, },
"error": { "error": {
"base": { "base": {
"value": "#fcc6c6", "value": "#c9181826",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#fcc6c6", "value": "#c9181833",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#fcc6c6", "value": "#c9181840",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#fcc6c6", "value": "#c9181833",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
} }
}, },
"warning": { "warning": {
"base": { "base": {
"value": "#fce9b7", "value": "#f6a72426",
"description": "Step: 100", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#fce9b7", "value": "#f6a72433",
"description": "Step: 100", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#fce9b7", "value": "#f6a72440",
"description": "Step: 100", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#fce9b7", "value": "#f6a72433",
"description": "Step: 100", "description": "Step: 400",
"type": "color" "type": "color"
} }
}, },
"info": { "info": {
"base": { "base": {
"value": "#c5dafc", "value": "#2472f226",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#c5dafc", "value": "#2472f233",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#c5dafc", "value": "#2472f240",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#c5dafc", "value": "#2472f233",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
} }
} }
@ -2208,23 +2208,23 @@
"type": "color" "type": "color"
}, },
"ok": { "ok": {
"value": "#84f2ab", "value": "#1b944726",
"description": "Step: 200", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"error": { "error": {
"value": "#f9a0a0", "value": "#eb2d2d26",
"description": "Step: 200", "description": "Step: 500",
"type": "color" "type": "color"
}, },
"warning": { "warning": {
"value": "#f9da82", "value": "#f6a72426",
"description": "Step: 200", "description": "Step: 400",
"type": "color" "type": "color"
}, },
"info": { "info": {
"value": "#9ec1fa", "value": "#2472f226",
"description": "Step: 200", "description": "Step: 500",
"type": "color" "type": "color"
} }
}, },
@ -2256,18 +2256,18 @@
"type": "color" "type": "color"
}, },
"inserted": { "inserted": {
"value": "#b7f9ce", "value": "#1b944740",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"deleted": { "deleted": {
"value": "#fcc6c6", "value": "#c9181840",
"description": "Step: 100", "description": "Step: 600",
"type": "color" "type": "color"
}, },
"modified": { "modified": {
"value": "#c5dafc", "value": "#2472f240",
"description": "Step: 100", "description": "Step: 500",
"type": "color" "type": "color"
} }
}, },
@ -2661,15 +2661,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#586e7552", "value": "#586e753d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#586e757a", "value": "#586e755c",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#586e75", "value": "#586e753d",
"type": "color" "type": "color"
} }
}, },
@ -2679,15 +2679,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#586e7552", "value": "#586e753d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#586e757a", "value": "#586e755c",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#586e75", "value": "#586e753d",
"type": "color" "type": "color"
} }
}, },
@ -2697,15 +2697,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#073642", "value": "#0736425c",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
} }
}, },
@ -2715,15 +2715,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#073642", "value": "#0736427a",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
} }
}, },
@ -2733,87 +2733,87 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#657b83", "value": "#586e753d",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#657b83", "value": "#586e757a",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#657b83", "value": "#586e753d",
"type": "color" "type": "color"
} }
}, },
"ok": { "ok": {
"base": { "base": {
"value": "#859900", "value": "#85990026",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#859900", "value": "#85990033",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#859900", "value": "#85990040",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#859900", "value": "#85990033",
"type": "color" "type": "color"
} }
}, },
"error": { "error": {
"base": { "base": {
"value": "#dc322f", "value": "#dc322f26",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#dc322f", "value": "#dc322f33",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#dc322f", "value": "#dc322f40",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#dc322f", "value": "#dc322f33",
"type": "color" "type": "color"
} }
}, },
"warning": { "warning": {
"base": { "base": {
"value": "#b58900", "value": "#b5890026",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#b58900", "value": "#b5890033",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#b58900", "value": "#b5890040",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#b58900", "value": "#b5890033",
"type": "color" "type": "color"
} }
}, },
"info": { "info": {
"base": { "base": {
"value": "#268bd2", "value": "#268bd226",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#268bd2", "value": "#268bd233",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#268bd2", "value": "#268bd240",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#268bd2", "value": "#268bd233",
"type": "color" "type": "color"
} }
} }
@ -2840,19 +2840,19 @@
"type": "color" "type": "color"
}, },
"ok": { "ok": {
"value": "#859900", "value": "#85990026",
"type": "color" "type": "color"
}, },
"error": { "error": {
"value": "#dc322f", "value": "#dc322f26",
"type": "color" "type": "color"
}, },
"warning": { "warning": {
"value": "#b58900", "value": "#b5890026",
"type": "color" "type": "color"
}, },
"info": { "info": {
"value": "#268bd2", "value": "#268bd226",
"type": "color" "type": "color"
} }
}, },
@ -2879,15 +2879,15 @@
"type": "color" "type": "color"
}, },
"inserted": { "inserted": {
"value": "#859900", "value": "#85990040",
"type": "color" "type": "color"
}, },
"deleted": { "deleted": {
"value": "#dc322f", "value": "#dc322f40",
"type": "color" "type": "color"
}, },
"modified": { "modified": {
"value": "#268bd2", "value": "#268bd240",
"type": "color" "type": "color"
} }
}, },
@ -2897,27 +2897,27 @@
"type": "color" "type": "color"
}, },
"occurrence": { "occurrence": {
"value": "#002b361f", "value": "#fdf6e31f",
"type": "color" "type": "color"
}, },
"activeOccurrence": { "activeOccurrence": {
"value": "#002b3629", "value": "#fdf6e33d",
"type": "color" "type": "color"
}, },
"matchingBracket": { "matchingBracket": {
"value": "#073642", "value": "#0736425c",
"type": "color" "type": "color"
}, },
"match": { "match": {
"value": "#6c71c480", "value": "#6c71c47a",
"type": "color" "type": "color"
}, },
"activeMatch": { "activeMatch": {
"value": "#6c71c4b3", "value": "#6c71c4b8",
"type": "color" "type": "color"
}, },
"related": { "related": {
"value": "#073642", "value": "#0736423d",
"type": "color" "type": "color"
} }
}, },
@ -3129,7 +3129,7 @@
} }
}, },
"shadowAlpha": { "shadowAlpha": {
"value": 0.32, "value": 0.24,
"type": "number" "type": "number"
} }
}, },
@ -3236,7 +3236,7 @@
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#93a1a1", "value": "#93a1a11f",
"type": "color" "type": "color"
} }
}, },
@ -3254,7 +3254,7 @@
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#93a1a1", "value": "#93a1a11f",
"type": "color" "type": "color"
} }
}, },
@ -3264,15 +3264,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#eee8d5", "value": "#eee8d52e",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
} }
}, },
@ -3282,15 +3282,15 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#eee8d5", "value": "#eee8d53d",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
} }
}, },
@ -3300,87 +3300,87 @@
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#839496", "value": "#93a1a11f",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#839496", "value": "#93a1a13d",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#839496", "value": "#93a1a11f",
"type": "color" "type": "color"
} }
}, },
"ok": { "ok": {
"base": { "base": {
"value": "#859900", "value": "#85990026",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#859900", "value": "#85990033",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#859900", "value": "#85990040",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#859900", "value": "#85990033",
"type": "color" "type": "color"
} }
}, },
"error": { "error": {
"base": { "base": {
"value": "#dc322f", "value": "#dc322f26",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#dc322f", "value": "#dc322f33",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#dc322f", "value": "#dc322f40",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#dc322f", "value": "#dc322f33",
"type": "color" "type": "color"
} }
}, },
"warning": { "warning": {
"base": { "base": {
"value": "#b58900", "value": "#b5890026",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#b58900", "value": "#b5890033",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#b58900", "value": "#b5890040",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#b58900", "value": "#b5890033",
"type": "color" "type": "color"
} }
}, },
"info": { "info": {
"base": { "base": {
"value": "#268bd2", "value": "#268bd226",
"type": "color" "type": "color"
}, },
"hovered": { "hovered": {
"value": "#268bd2", "value": "#268bd233",
"type": "color" "type": "color"
}, },
"active": { "active": {
"value": "#268bd2", "value": "#268bd240",
"type": "color" "type": "color"
}, },
"focused": { "focused": {
"value": "#268bd2", "value": "#268bd233",
"type": "color" "type": "color"
} }
} }
@ -3407,19 +3407,19 @@
"type": "color" "type": "color"
}, },
"ok": { "ok": {
"value": "#859900", "value": "#85990026",
"type": "color" "type": "color"
}, },
"error": { "error": {
"value": "#dc322f", "value": "#dc322f26",
"type": "color" "type": "color"
}, },
"warning": { "warning": {
"value": "#b58900", "value": "#b5890026",
"type": "color" "type": "color"
}, },
"info": { "info": {
"value": "#268bd2", "value": "#268bd226",
"type": "color" "type": "color"
} }
}, },
@ -3446,15 +3446,15 @@
"type": "color" "type": "color"
}, },
"inserted": { "inserted": {
"value": "#859900", "value": "#85990040",
"type": "color" "type": "color"
}, },
"deleted": { "deleted": {
"value": "#dc322f", "value": "#dc322f40",
"type": "color" "type": "color"
}, },
"modified": { "modified": {
"value": "#268bd2", "value": "#268bd240",
"type": "color" "type": "color"
} }
}, },
@ -3464,27 +3464,27 @@
"type": "color" "type": "color"
}, },
"occurrence": { "occurrence": {
"value": "#fdf6e31f", "value": "#002b360f",
"type": "color" "type": "color"
}, },
"activeOccurrence": { "activeOccurrence": {
"value": "#fdf6e329", "value": "#002b361f",
"type": "color" "type": "color"
}, },
"matchingBracket": { "matchingBracket": {
"value": "#eee8d5", "value": "#eee8d52e",
"type": "color" "type": "color"
}, },
"match": { "match": {
"value": "#6c71c480", "value": "#6c71c43d",
"type": "color" "type": "color"
}, },
"activeMatch": { "activeMatch": {
"value": "#6c71c4b3", "value": "#6c71c45c",
"type": "color" "type": "color"
}, },
"related": { "related": {
"value": "#eee8d5", "value": "#eee8d51f",
"type": "color" "type": "color"
} }
}, },

View file

@ -65,6 +65,7 @@ export default function workspace(theme: Theme) {
background: backgroundColor(theme, 100), background: backgroundColor(theme, 100),
padding: { padding: {
left: 80, left: 80,
right: 6,
}, },
title: text(theme, "sans", "primary"), title: text(theme, "sans", "primary"),
avatar: { avatar: {
@ -86,7 +87,6 @@ export default function workspace(theme: Theme) {
cornerRadius: 6, cornerRadius: 6,
margin: { margin: {
top: 1, top: 1,
right: 6,
}, },
padding: { padding: {
left: 6, left: 6,
@ -104,7 +104,7 @@ export default function workspace(theme: Theme) {
}, },
shareIcon: { shareIcon: {
cornerRadius: 6, cornerRadius: 6,
margin: { top: 3, bottom: 2 }, margin: { top: 3, bottom: 2, left: 6 },
color: iconColor(theme, "secondary"), color: iconColor(theme, "secondary"),
hover: { hover: {
background: backgroundColor(theme, 100, "hovered"), background: backgroundColor(theme, 100, "hovered"),
@ -128,7 +128,6 @@ export default function workspace(theme: Theme) {
right: 6, right: 6,
}, },
cornerRadius: 6, cornerRadius: 6,
margin: { right: 6 }
}, },
}, },
toolbar: { toolbar: {