diff --git a/assets/themes/cave-dark.json b/assets/themes/cave-dark.json index 6957e6d15d987eff2b35556e4ecdf7a94b9f88ee..f416b92ccf455bd19c5612ddaae607f1ddfd1e1a 100644 --- a/assets/themes/cave-dark.json +++ b/assets/themes/cave-dark.json @@ -933,11 +933,13 @@ }, "project_panel": { "padding": { + "left": 12, + "right": 12, "top": 6, - "left": 12 + "bottom": 6 }, "entry": { - "height": 22, + "height": 24, "icon_color": "#8b8792", "icon_size": 8, "icon_spacing": 8, @@ -948,19 +950,19 @@ } }, "hovered_entry": { - "height": 22, + "height": 24, "background": "#58526052", "icon_color": "#8b8792", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#8b8792", + "color": "#e2dfe7", "size": 14 } }, "selected_entry": { - "height": 22, + "height": 24, "icon_color": "#8b8792", "icon_size": 8, "icon_spacing": 8, @@ -971,14 +973,14 @@ } }, "hovered_selected_entry": { - "height": 22, + "height": 24, "background": "#58526052", "icon_color": "#8b8792", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#e2dfe7", + "color": "#efecf4", "size": 14 } } diff --git a/assets/themes/cave-light.json b/assets/themes/cave-light.json index bac7d1e71fad0912b5c827c9f97da80cde5d3d76..2b86f09d1f270d0c3996081913b25db575f7197f 100644 --- a/assets/themes/cave-light.json +++ b/assets/themes/cave-light.json @@ -933,11 +933,13 @@ }, "project_panel": { "padding": { + "left": 12, + "right": 12, "top": 6, - "left": 12 + "bottom": 6 }, "entry": { - "height": 22, + "height": 24, "icon_color": "#585260", "icon_size": 8, "icon_spacing": 8, @@ -948,19 +950,19 @@ } }, "hovered_entry": { - "height": 22, + "height": 24, "background": "#8b87921f", "icon_color": "#585260", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#585260", + "color": "#26232a", "size": 14 } }, "selected_entry": { - "height": 22, + "height": 24, "icon_color": "#585260", "icon_size": 8, "icon_spacing": 8, @@ -971,14 +973,14 @@ } }, "hovered_selected_entry": { - "height": 22, + "height": 24, "background": "#8b87921f", "icon_color": "#585260", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#26232a", + "color": "#19171c", "size": 14 } } diff --git a/assets/themes/dark.json b/assets/themes/dark.json index dfe95a666c499c37bf5cc75bc48b39028d8451f5..fbd61d437b0acb84f1afd3b0ee5aca59868e6db8 100644 --- a/assets/themes/dark.json +++ b/assets/themes/dark.json @@ -933,34 +933,36 @@ }, "project_panel": { "padding": { + "left": 12, + "right": 12, "top": 6, - "left": 12 + "bottom": 6 }, "entry": { - "height": 22, + "height": 24, "icon_color": "#555555", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#9c9c9c", + "color": "#808080", "size": 14 } }, "hovered_entry": { - "height": 22, + "height": 24, "background": "#232323", "icon_color": "#555555", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#9c9c9c", + "color": "#f1f1f1", "size": 14 } }, "selected_entry": { - "height": 22, + "height": 24, "icon_color": "#555555", "icon_size": 8, "icon_spacing": 8, @@ -971,14 +973,14 @@ } }, "hovered_selected_entry": { - "height": 22, + "height": 24, "background": "#232323", "icon_color": "#555555", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#f1f1f1", + "color": "#ffffff", "size": 14 } } diff --git a/assets/themes/light.json b/assets/themes/light.json index 8cb17fadb2ab5b49cb9396e29ae8fba09793fcbc..0e8428c0ed188c174672d1c2e16e6fd287ef33ce 100644 --- a/assets/themes/light.json +++ b/assets/themes/light.json @@ -933,34 +933,36 @@ }, "project_panel": { "padding": { + "left": 12, + "right": 12, "top": 6, - "left": 12 + "bottom": 6 }, "entry": { - "height": 22, + "height": 24, "icon_color": "#9c9c9c", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#474747", + "color": "#636363", "size": 14 } }, "hovered_entry": { - "height": 22, + "height": 24, "background": "#eaeaea", "icon_color": "#9c9c9c", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#474747", + "color": "#2b2b2b", "size": 14 } }, "selected_entry": { - "height": 22, + "height": 24, "icon_color": "#9c9c9c", "icon_size": 8, "icon_spacing": 8, @@ -971,14 +973,14 @@ } }, "hovered_selected_entry": { - "height": 22, + "height": 24, "background": "#eaeaea", "icon_color": "#9c9c9c", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#2b2b2b", + "color": "#000000", "size": 14 } } diff --git a/assets/themes/solarized-dark.json b/assets/themes/solarized-dark.json index cd1a30035431454520ad32dcb91b282b15463599..b6257be3b8effea6ba1fb1932514430fb3fd2a47 100644 --- a/assets/themes/solarized-dark.json +++ b/assets/themes/solarized-dark.json @@ -933,11 +933,13 @@ }, "project_panel": { "padding": { + "left": 12, + "right": 12, "top": 6, - "left": 12 + "bottom": 6 }, "entry": { - "height": 22, + "height": 24, "icon_color": "#93a1a1", "icon_size": 8, "icon_spacing": 8, @@ -948,19 +950,19 @@ } }, "hovered_entry": { - "height": 22, + "height": 24, "background": "#586e7552", "icon_color": "#93a1a1", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#93a1a1", + "color": "#eee8d5", "size": 14 } }, "selected_entry": { - "height": 22, + "height": 24, "icon_color": "#93a1a1", "icon_size": 8, "icon_spacing": 8, @@ -971,14 +973,14 @@ } }, "hovered_selected_entry": { - "height": 22, + "height": 24, "background": "#586e7552", "icon_color": "#93a1a1", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#eee8d5", + "color": "#fdf6e3", "size": 14 } } diff --git a/assets/themes/solarized-light.json b/assets/themes/solarized-light.json index b282a8ce83aad98a7a1a313f4d37ea04415772f3..701187459b5622a582ce4327dfbf47d337ec9346 100644 --- a/assets/themes/solarized-light.json +++ b/assets/themes/solarized-light.json @@ -933,11 +933,13 @@ }, "project_panel": { "padding": { + "left": 12, + "right": 12, "top": 6, - "left": 12 + "bottom": 6 }, "entry": { - "height": 22, + "height": 24, "icon_color": "#586e75", "icon_size": 8, "icon_spacing": 8, @@ -948,19 +950,19 @@ } }, "hovered_entry": { - "height": 22, + "height": 24, "background": "#93a1a11f", "icon_color": "#586e75", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#586e75", + "color": "#073642", "size": 14 } }, "selected_entry": { - "height": 22, + "height": 24, "icon_color": "#586e75", "icon_size": 8, "icon_spacing": 8, @@ -971,14 +973,14 @@ } }, "hovered_selected_entry": { - "height": 22, + "height": 24, "background": "#93a1a11f", "icon_color": "#586e75", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#073642", + "color": "#002b36", "size": 14 } } diff --git a/assets/themes/sulphurpool-dark.json b/assets/themes/sulphurpool-dark.json index 54af143394998d46d72b2ada07427287ef08a8e5..3e5ae726e09461bfffaa4a1dfd45dc3f2746b8cb 100644 --- a/assets/themes/sulphurpool-dark.json +++ b/assets/themes/sulphurpool-dark.json @@ -933,11 +933,13 @@ }, "project_panel": { "padding": { + "left": 12, + "right": 12, "top": 6, - "left": 12 + "bottom": 6 }, "entry": { - "height": 22, + "height": 24, "icon_color": "#979db4", "icon_size": 8, "icon_spacing": 8, @@ -948,19 +950,19 @@ } }, "hovered_entry": { - "height": 22, + "height": 24, "background": "#5e668752", "icon_color": "#979db4", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#979db4", + "color": "#dfe2f1", "size": 14 } }, "selected_entry": { - "height": 22, + "height": 24, "icon_color": "#979db4", "icon_size": 8, "icon_spacing": 8, @@ -971,14 +973,14 @@ } }, "hovered_selected_entry": { - "height": 22, + "height": 24, "background": "#5e668752", "icon_color": "#979db4", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#dfe2f1", + "color": "#f5f7ff", "size": 14 } } diff --git a/assets/themes/sulphurpool-light.json b/assets/themes/sulphurpool-light.json index 6147c2b632f77e054d89c8f6057e71da484dd99f..a2084e2c2f8813404aefc16b55fdc9f66304b801 100644 --- a/assets/themes/sulphurpool-light.json +++ b/assets/themes/sulphurpool-light.json @@ -933,11 +933,13 @@ }, "project_panel": { "padding": { + "left": 12, + "right": 12, "top": 6, - "left": 12 + "bottom": 6 }, "entry": { - "height": 22, + "height": 24, "icon_color": "#5e6687", "icon_size": 8, "icon_spacing": 8, @@ -948,19 +950,19 @@ } }, "hovered_entry": { - "height": 22, + "height": 24, "background": "#979db41f", "icon_color": "#5e6687", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#5e6687", + "color": "#293256", "size": 14 } }, "selected_entry": { - "height": 22, + "height": 24, "icon_color": "#5e6687", "icon_size": 8, "icon_spacing": 8, @@ -971,14 +973,14 @@ } }, "hovered_selected_entry": { - "height": 22, + "height": 24, "background": "#979db41f", "icon_color": "#5e6687", "icon_size": 8, "icon_spacing": 8, "text": { "family": "Zed Mono", - "color": "#293256", + "color": "#202746", "size": 14 } } diff --git a/styles/src/styleTree/projectPanel.ts b/styles/src/styleTree/projectPanel.ts index de9b1d88f3b7aa56a9cdeee06678d035a84b316d..068fd547366bfac4953f8d8cbac2e43d280473d2 100644 --- a/styles/src/styleTree/projectPanel.ts +++ b/styles/src/styleTree/projectPanel.ts @@ -6,7 +6,7 @@ import { backgroundColor, iconColor, text, TextColor } from "./components"; export default function projectPanel(theme: Theme) { function entry(theme: Theme, textColor: TextColor, background?: Color) { return { - height: 22, + height: 24, background, iconColor: iconColor(theme, "muted"), iconSize: 8, @@ -17,21 +17,18 @@ export default function projectPanel(theme: Theme) { return { ...panel, - entry: entry(theme, "secondary"), + entry: entry(theme, "muted"), hoveredEntry: entry( theme, - "secondary", + "primary", backgroundColor(theme, 300, "hovered") ), selectedEntry: entry(theme, "primary"), hoveredSelectedEntry: entry( theme, - "primary", + "active", backgroundColor(theme, 300, "hovered") ), - padding: { - top: 6, - left: 12, - }, + padding: { left: 12, right: 12, top: 6, bottom: 6 }, }; }