Skip to content

Commit

Permalink
Added file icon theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Navrocky committed Apr 27, 2021
1 parent b0313d7 commit 5e8bf67
Show file tree
Hide file tree
Showing 5 changed files with 4,213 additions and 3,863 deletions.
26 changes: 26 additions & 0 deletions icon-theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"iconDefinitions": {
"_jsonnet_file_dark": {
"iconPath": "./images/jsonnet-file-dark.svg"
},
"_jsonnet_file_light": {
"iconPath": "./images/jsonnet-file-light.svg"
}
},
"fileExtensions": {
"jsonnet": "_jsonnet_file_dark",
"libsonnet": "_jsonnet_file_dark"
},
"languageIds": {
"jsonnet": "_jsonnet_file_dark"
},
"light": {
"fileExtensions": {
"jsonnet": "_jsonnet_file_light",
"libsonnet": "_jsonnet_file_light"
},
"languageIds": {
"jsonnet": "_jsonnet_file_light"
}
}
}
157 changes: 157 additions & 0 deletions images/jsonnet-file-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
157 changes: 157 additions & 0 deletions images/jsonnet-file-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5e8bf67

Please sign in to comment.