mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Remove new logo from style tree
This commit is contained in:
parent
8ee25be7b9
commit
648f0e5b7b
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ export default function workspace(colorScheme: ColorScheme) {
|
|||
},
|
||||
logo: {
|
||||
color: withOpacity("#000000", colorScheme.isLight ? 0.6 : 0.8),
|
||||
icon: "icons/logo_256.svg",
|
||||
icon: "icons/logo_96.svg",
|
||||
dimensions: {
|
||||
width: 256,
|
||||
height: 256,
|
||||
|
@ -56,7 +56,7 @@ export default function workspace(colorScheme: ColorScheme) {
|
|||
},
|
||||
logoShadow: {
|
||||
color: withOpacity(colorScheme.isLight ? "#FFFFFF" : colorScheme.lowest.base.default.background, colorScheme.isLight ? 1 : 0.6),
|
||||
icon: "icons/logo_shadow_256.svg",
|
||||
icon: "icons/logo_96.svg",
|
||||
dimensions: {
|
||||
width: 256,
|
||||
height: 256,
|
||||
|
|
Loading…
Reference in a new issue