mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-02 18:51:34 +03:00
Add un-hooked up zoomIcon styles
This commit is contained in:
parent
a10933c063
commit
1f72f9e18b
@ -31,6 +31,10 @@ export default function tabBar(colorScheme: ColorScheme) {
|
||||
iconClose: foreground(layer, "variant"),
|
||||
iconCloseActive: foreground(layer, "hovered"),
|
||||
|
||||
// Zoom Icons
|
||||
iconZoom: foreground(layer, "variant"),
|
||||
iconZoomActive: foreground(layer, "accent"),
|
||||
|
||||
// Indicators
|
||||
iconConflict: foreground(layer, "warning"),
|
||||
iconDirty: foreground(layer, "accent"),
|
||||
|
Loading…
Reference in New Issue
Block a user