Added file suffix and icon associations data

This commit is contained in:
Mikayla Maki 2023-07-13 20:46:24 -07:00
parent d023189bda
commit fd72f4526d
No known key found for this signature in database
32 changed files with 451 additions and 62 deletions

View file

@ -46,9 +46,10 @@ export default function project_panel(): any {
const base_properties = {
height: 22,
background: background(theme.middle),
icon_color: foreground(theme.middle, "variant"),
directory_icon_size: 7,
file_icon_size: 14,
chevron_color: foreground(theme.middle, "variant"),
icon_color: foreground(theme.middle, "active"),
chevron_size: 7,
icon_size: 14,
icon_spacing: 5,
text: text(theme.middle, "sans", "variant", { size: "sm" }),
status: {