Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdonohue/vscode-quill-icons
A beautiful icon set extended from the Feather Icons collection
https://github.com/cdonohue/vscode-quill-icons
feather-icons icons vscode vscode-extension vscode-theme
Last synced: 2 months ago
JSON representation
A beautiful icon set extended from the Feather Icons collection
- Host: GitHub
- URL: https://github.com/cdonohue/vscode-quill-icons
- Owner: cdonohue
- License: mit
- Created: 2019-10-23T13:54:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T15:33:50.000Z (about 3 years ago)
- Last Synced: 2023-08-20T17:39:06.949Z (over 1 year ago)
- Topics: feather-icons, icons, vscode, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=cdonohue.quill-icons
- Size: 1.57 MB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quill Icons
A light/dark low contrast file icon set for VSCode that borrows from and extends [Feather Icons](https://feathericons.com). A minimal icon theme is also included that only differentiates files and folders.
### Screenshots
#### Full icon theme
![dark](https://github.com/cdonohue/vscode-quill-icons/raw/master/screenshots/demo-dark.png)
![light](https://github.com/cdonohue/vscode-quill-icons/raw/master/screenshots/demo-light.png)
#### Minimal icon theme
![dark-minimal](https://github.com/cdonohue/vscode-quill-icons/raw/master/screenshots/demo-dark-minimal.png)
![light-minimal](https://github.com/cdonohue/vscode-quill-icons/raw/master/screenshots/demo-light-minimal.png)
### Icon reference
| Name | Icon | Purpose |
| --------------- | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| Folder | ![folder](icons/[email protected]) | Collapsed Folders |
| Folder (Open) | ![open-folder](icons/[email protected]) | Expanded Folders |
| File | ![file](icons/[email protected]) | Fallback for files not decorated by another icon. In the minimal theme, it represents anything that is not a folder. |
| Settings | ![settings](icons/[email protected]) | `package.json` and other configuration-related files |
| Prettier | ![prettier](icons/[email protected]) | `.prettierrc` |
| ESLint | ![eslint](icons/[email protected]) | `eslint` configurations |
| Code | ![code](icons/[email protected]) | Source code files (`.js`, `.py`, etc) |
| Markup | ![markup](icons/[email protected]) | `.html`, `.xml`, etc |
| Hash | ![hash](icons/[email protected]) | CSS related files (`.css`, `.scss`, etc) |
| Book | ![book](icons/[email protected]) | `.md` and other documentation files |
| Package/Archive | ![package](icons/[email protected]) | Package/archive files |
| Image | ![image](icons/[email protected]) | Images (`.svg`, `.png`, etc) |
| Camera | ![camera](icons/[email protected]) | Snapshots (`.snap`) |
| Database | ![database](icons/[email protected]) | Data files (`.json`, `.sql`) |
| Terminal | ![terminal](icons/[email protected]) | `.zshrc`, `.bashrc` |
| Lock | ![lock](icons/[email protected]) | `.lock` |
| Info | ![info](icons/[email protected]) | Log files |
| Git | ![git](icons/[email protected]) | Git-related files (`.gitignore`) |### Themes shown
The `dark` theme shown above is [Subliminal Next](https://marketplace.visualstudio.com/items?itemName=konradkeska.subliminal-next) with custom overrides:
```json
{
"workbench.colorCustomizations": {
"[Subliminal Next]": {
"editor.lineHighlightBackground": "#272c35",
"editorGroupHeader.tabsBackground": "#232830",
"editorGroupHeader.tabsBorder": "#1e2229",
"editorGutter.addedBackground": "#77b386",
"editorGutter.modifiedBackground": "#70aaab",
"editorIndentGuide.activeBackground": "#ffffff11",
"editorIndentGuide.background": "#ffffff08",
"editorLineNumber.activeForeground": "#5a677c",
"editorLineNumber.foreground": "#38404d",
"editorLink.activeForeground": "#74B9E9",
"scrollbar.shadow": "#0000",
"sideBar.background": "#1c2026",
"sideBar.border": "#0000",
"sideBarSectionHeader.background": "#21252c",
"statusBar.background": "#1F242B",
"statusBar.border": "#1C2026",
"statusBar.foreground": "#454f5f",
"tab.activeBackground": "#0000",
"tab.border": "#0000",
"tab.inactiveBackground": "#0000",
"textLink.activeForeground": "#A9D9F6",
"textLink.foreground": "#74B9E9",
"titleBar.border": "#0000",
"tree.indentGuidesStroke": "#fff1",
"widget.shadow": "#0005"
},
}
}
```The `light` theme shown is [Ayu Light](https://marketplace.visualstudio.com/items?itemName=teabyii.ayu) with custom overrides:
```json
{
"workbench.colorCustomizations": {
"[Ayu Light]": {
"badge.background": "#55b4d4",
"editorGroupHeader.tabsBorder": "#eef0f1",
"editorIndentGuide.activeBackground": "#0002",
"editorIndentGuide.background": "#0001",
"gitDecoration.modifiedResourceForeground": "#55b4d4",
"gitDecoration.untrackedResourceForeground": "#96b663",
"list.activeSelectionBackground": "#cdd1d6",
"list.activeSelectionForeground": "#616a75",
"list.focusForeground": "#616a75",
"list.highlightForeground": "#55b4d4",
"list.hoverForeground": "#616a75",
"list.inactiveSelectionForeground": "#616a75",
"list.warningForeground": "#fa8d3e",
"sideBar.background": "#e3e6e8",
"sideBar.border": "#0000",
"sideBar.foreground": "#7f8994",
"sideBarSectionHeader.background": "#d8dcdf",
"statusBar.background": "#cdd1d6",
"statusBar.border": "#0000",
"statusBar.foreground": "#7f8994",
"tab.inactiveForeground": "#c5c9ce",
"terminal.ansiBlack": "#144252",
"terminal.ansiBlue": "#addbeb",
"terminal.ansiCyan": "#2985a3",
"terminal.ansiGreen": "#5cb8d6",
"terminal.ansiWhite": "#eff8fb",
"terminal.background": "#0a2129",
"terminal.foreground": "#ceeaf3",
"titleBar.activeBackground": "#cdd1d6",
"titleBar.activeForeground": "#7f8994",
"titleBar.border": "#0000",
"tree.indentGuidesStroke": "#0001",
},
}
}
```The title bar is hidden by using the [Customize UI extension](https://marketplace.visualstudio.com/items?itemName=iocave.customize-ui)
## Credits
Many thanks to [@colebemis](https://github.com/colebemis) and [@feathericons](https://github.com/feathericons) for inspiration.
## License
MIT License 2019 © Chad Donohue