Update ignored, cut entry styles in the project panel

Nate Butler created

Change summary

styles/src/styleTree/projectPanel.ts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Detailed changes

styles/src/styleTree/projectPanel.ts 🔗

@@ -30,15 +30,15 @@ export default function projectPanel(colorScheme: ColorScheme) {
     entry,
     ignoredEntry: {
       ...entry,
-      text: text(layer, "mono", "variant", { color: "#ff00cc" }),
+      text: text(layer, "mono", "disabled"),
     },
     cutEntry: {
       ...entry,
-      text: text(layer, "mono", "variant", { color: "#ff00cc" }),
+      text: text(layer, "mono", "disabled"),
     },
     ignoredAndCutEntry: {
       ...entry,
-      text: text(layer, "mono", "variant", { color: "#ffb700" }),
+      text: text(layer, "mono", "disabled"),
     },
     filenameEditor: {
       background: background(layer, "on"),