diff --git a/icons/css-variables/_root.svg b/icons/css-variables/_root.svg new file mode 100644 index 00000000..388ffaa4 --- /dev/null +++ b/icons/css-variables/_root.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/css-variables/_root_open.svg b/icons/css-variables/_root_open.svg new file mode 100644 index 00000000..47896413 --- /dev/null +++ b/icons/css-variables/_root_open.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/frappe/_root.svg b/icons/frappe/_root.svg new file mode 100644 index 00000000..b9915a10 --- /dev/null +++ b/icons/frappe/_root.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/frappe/_root_open.svg b/icons/frappe/_root_open.svg new file mode 100644 index 00000000..351a755a --- /dev/null +++ b/icons/frappe/_root_open.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/latte/_root.svg b/icons/latte/_root.svg new file mode 100644 index 00000000..92a76289 --- /dev/null +++ b/icons/latte/_root.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/latte/_root_open.svg b/icons/latte/_root_open.svg new file mode 100644 index 00000000..28d5c1e8 --- /dev/null +++ b/icons/latte/_root_open.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/macchiato/_root.svg b/icons/macchiato/_root.svg new file mode 100644 index 00000000..3f98e0bf --- /dev/null +++ b/icons/macchiato/_root.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/macchiato/_root_open.svg b/icons/macchiato/_root_open.svg new file mode 100644 index 00000000..b4418fad --- /dev/null +++ b/icons/macchiato/_root_open.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/mocha/_root.svg b/icons/mocha/_root.svg new file mode 100644 index 00000000..11e5f143 --- /dev/null +++ b/icons/mocha/_root.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/mocha/_root_open.svg b/icons/mocha/_root_open.svg new file mode 100644 index 00000000..1c35dfc8 --- /dev/null +++ b/icons/mocha/_root_open.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/utils/themes.ts b/src/utils/themes.ts index a7ee3783..fd35338e 100644 --- a/src/utils/themes.ts +++ b/src/utils/themes.ts @@ -21,8 +21,8 @@ export function compileTheme(overrides: Partial, iconDefinitions: I file: '_file', folder: '_folder', folderExpanded: '_folder_open', - rootFolder: '_folder', - rootFolderExpanded: '_folder_open', + rootFolder: '_root', + rootFolderExpanded: '_root_open', languageIds: associations.languageIds, fileExtensions: associations.fileExtensions,