Make fade of ignored entries styleable

This commit is contained in:
Antonio Scandurra 2022-05-24 09:12:57 +02:00
parent 85f228dade
commit 138a0b042d
3 changed files with 4 additions and 3 deletions

View file

@ -26,6 +26,7 @@ export default function projectPanel(theme: Theme) {
text: text(theme, "mono", "active", { size: "sm" }),
}
},
ignoredEntryFade: 0.6,
filenameEditor: {
background: backgroundColor(theme, 500, "active"),
text: text(theme, "mono", "primary", { size: "sm" }),