mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 12:19:28 +00:00
Add un-hooked up zoomIcon styles
This commit is contained in:
parent
a10933c063
commit
1f72f9e18b
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ export default function tabBar(colorScheme: ColorScheme) {
|
||||||
iconClose: foreground(layer, "variant"),
|
iconClose: foreground(layer, "variant"),
|
||||||
iconCloseActive: foreground(layer, "hovered"),
|
iconCloseActive: foreground(layer, "hovered"),
|
||||||
|
|
||||||
|
// Zoom Icons
|
||||||
|
iconZoom: foreground(layer, "variant"),
|
||||||
|
iconZoomActive: foreground(layer, "accent"),
|
||||||
|
|
||||||
// Indicators
|
// Indicators
|
||||||
iconConflict: foreground(layer, "warning"),
|
iconConflict: foreground(layer, "warning"),
|
||||||
iconDirty: foreground(layer, "accent"),
|
iconDirty: foreground(layer, "accent"),
|
||||||
|
|
Loading…
Reference in a new issue