Skip to content

Commit

Permalink
Merge pull request #201 from massimo-cassandro/master
Browse files Browse the repository at this point in the history
database icon for sqlite files
  • Loading branch information
EmmanuelBeziat authored Mar 17, 2021
2 parents 5eaab1c + e497148 commit 1f811f0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
"_f_database": {
"iconPath": "./icons/database.svg"
},
"_f_database2": {
"iconPath": "./icons/database2.svg"
},
"_f_docker": {
"iconPath": "./icons/docker.svg"
},
Expand Down Expand Up @@ -895,14 +898,18 @@
"fish": "_f_shell",
"sublime-project": "_f_sublime",
"sublime-workspace": "_f_sublime",
"sqlite": "_f_database",
"sqlite": "_f_database2",
"sqlite2": "_f_database2",
"sqlite3": "_f_database2",
"sql": "_f_database",
"myd": "_f_database",
"myi": "_f_database",
"ibd": "_f_database",
"trn": "_f_database",
"mysql_hystory": "_f_database",
"db3": "_f_database",
"db": "_f_database2",
"db2": "_f_database2",
"db3": "_f_database2",
"styl": "_f_stylus",
"stylus": "_f_stylus",
"svg": "_f_svg",
Expand Down
Binary file modified icons.sketch
Binary file not shown.
1 change: 1 addition & 0 deletions icons/database2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-great-icons",
"displayName": "VSCode Great Icons",
"description": "A big pack of icons (100+) for your files.",
"version": "2.1.67",
"version": "2.1.68",
"publisher": "emmanuelbeziat",
"engines": {
"vscode": "^1.45.0"
Expand Down

0 comments on commit 1f811f0

Please sign in to comment.