Skip to content

Commit

Permalink
Merge pull request #18 from JamesNZL/master
Browse files Browse the repository at this point in the history
Added Arduino icon
  • Loading branch information
braver authored May 14, 2020
2 parents 4a1e8d8 + a4d250a commit 524a4c5
Show file tree
Hide file tree
Showing 16 changed files with 113 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build/assets/file_type_arduino.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions build/assets/file_type_cad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions build/assets/file_type_pcb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions build/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"file_type_angular": "purple",
"file_type_applescript": "graphite",
"file_type_archive": "graphite",
"file_type_arduino": "cyan",
"file_type_audio": "red",
"file_type_babel": "yellow",
"file_type_binary": "graphite",
"file_type_blade": "orange",
"file_type_bower": "yellow",
"file_type_c": "blue",
"file_type_cad": "orange",
"file_type_circleci": "graphite",
"file_type_cf": "cyan",
"file_type_clojure": "green",
Expand Down Expand Up @@ -76,6 +78,7 @@
"file_type_nsis": "purple",
"file_type_ocaml": "yellow",
"file_type_onenote": "purple",
"file_type_pcb": "cyan",
"file_type_pdf": "red",
"file_type_perl": "graphite",
"file_type_php": "blue",
Expand Down
12 changes: 12 additions & 0 deletions preferences/file_type_arduino.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.arduino</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_arduino</string>
</dict>
</dict>
</plist>
12 changes: 12 additions & 0 deletions preferences/file_type_cad.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>text.plain.cad</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_cad</string>
</dict>
</dict>
</plist>
12 changes: 12 additions & 0 deletions preferences/file_type_pcb.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>text.plain.pcb</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_pcb</string>
</dict>
</dict>
</plist>
Binary file added theme/file_type_arduino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme/file_type_cad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme/file_type_pcb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 524a4c5

Please sign in to comment.