Skip to content

Commit

Permalink
Use magenta color for ignore and lock files only
Browse files Browse the repository at this point in the history
The magenta color is still used for Ruby and funding-related files as an exception.
  • Loading branch information
alexesprit committed Jun 23, 2020
1 parent a06bc20 commit b17acf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ File icon themes for Visual Studio Code. Based on [atom-unfancy-file-icons][atom
- orange for scripts (`sh`, `bat`, `cmd`, etc)
- cyan for documentation files (`md`, `tex`, `pdf`, etc)
- blue for media files (images, videos, art software files, etc)
- magenta for configuration files (`.gitignore`, `.ruby-version`, etc)
- magenta for ignore and lock files (`.gitignore`, `package-lock.json`, etc)
- gray for other files and directories
- Use generic icons rather than trying to find one for each file extension
(except when an icon fits the file type, like with Ruby files)
Expand Down
2 changes: 1 addition & 1 deletion src/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
"iconName": "organization"
},
"config": {
"iconColor": "@magenta",
"iconColor": "@violet",
"iconName": "gear"
},
"config-src": {
Expand Down

0 comments on commit b17acf4

Please sign in to comment.