Update ignored, cut entry styles in the project panel

This commit is contained in:
Nate Butler
2022-10-31 10:30:58 -04:00
parent 8b7e587467
commit dbc804669c
+3 -3
View File
@@ -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"),