Skip to content

Commit

Permalink
feat: s/DVS/DVC/
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Jul 25, 2020
1 parent 39de1ee commit a17c240
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ directoryIcons:
match: /^(Dropbox|\.dropbox\.cache)$/
colour: "medium-blue"

DVS:
icon: "dvs"
match: /^\.dvs$/
DVC:
icon: "dvc"
match: /^\.dvc$/
colour: "light-blue"
url: "https://dvc.org/"

Expand Down
2 changes: 1 addition & 1 deletion lib/icons/.icondb.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = [
["devcontainer-icon",["medium-blue","medium-blue"],/^\.devcontainer$/i],
["docker-icon",["dark-blue","dark-blue"],/^\.docker$/],
["dropbox-icon",["medium-blue","medium-blue"],/^(?:Dropbox|\.dropbox\.cache)$/],
["dvs-icon",["light-blue","light-blue"],/^\.dvs$/],
["dvc-icon",["light-blue","light-blue"],/^\.dvc$/],
["emacs-icon",["medium-purple","medium-purple"],/^\.emacs\.d$/],
["expo-icon",["medium-blue","medium-blue"],/^\.expo(?:-shared)?$/i],
["fossil-icon",[null,null],/^\.fossil-settings$/i],
Expand Down
2 changes: 1 addition & 1 deletion styles/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
.dragula-icon:before { .fi; content: "\1f44c";top: 3px; font-size: 17px; }
.drawio-icon:before { .fi; content: "\eb93"; top: 2px; }
.drone-icon:before { .fi; content: "\ea3d"; top: 2px; }
.dvs-icon:before { .fi; content: "\eb98"; top: 4px; font-size: 17px; transform: scale(1.1); }
.dvc-icon:before { .fi; content: "\eb98"; top: 4px; font-size: 17px; transform: scale(1.1); }
.dyalog-icon:before { .fi; content: "\e90c"; top: 1px; font-size: 14px; left: 1px; }
.dylib-icon:before { .fi; content: "\ea15"; top: 2px; }
.e-icon:before { .fi; content: "E"; top: 1px; font-size: 14px; }
Expand Down

0 comments on commit a17c240

Please sign in to comment.