Added file suffix and icon associations data
This commit is contained in:
parent
d023189bda
commit
fd72f4526d
32 changed files with 451 additions and 62 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue