Repository: mohouyizme/vscode-big-sur-icons
Branch: master
Commit: 920f2546eda8
Files: 5
Total size: 2.5 KB
Directory structure:
gitextract_5uwoy449/
├── .gitignore
├── LICENSE
├── README.md
└── icons/
├── dark.icns
└── light.icns
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# Created by https://www.toptal.com/developers/gitignore/api/macos
# Edit at https://www.toptal.com/developers/gitignore?templates=macos
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# End of https://www.toptal.com/developers/gitignore/api/macos
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) 2020 Mohamed Ouyizme
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: README.md
================================================
# ⛰️ VSCode Big Sur Icons
Beautiful icons for VSCode based on macOS Big Sur design.



## 🎨 Download Icons
- 🌞 [Light](https://github.com/mohouyizme/vscode-big-sur-icons/raw/master/icons/light.icns)
- 🌙 [Dark](https://github.com/mohouyizme/vscode-big-sur-icons/raw/master/icons/dark.icns)
## 💡 Usage (only for macOS)
1. Select VSCode app in your `Applications` folder.
2. Right click and select `Get Info`.
3. Drag & drop the new icon over the VSCode app icon.
4. Enjoy 🎉!
## 🙏 Credits
- [macOS Big Sur Icon Template](https://www.figma.com/community/file/857303226040719059) by [@vancura](https://www.figma.com/@vancura) (Figma)
gitextract_5uwoy449/
├── .gitignore
├── LICENSE
├── README.md
└── icons/
├── dark.icns
└── light.icns
Condensed preview — 5 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (3K chars).
[
{
"path": ".gitignore",
"chars": 616,
"preview": "\n# Created by https://www.toptal.com/developers/gitignore/api/macos\n# Edit at https://www.toptal.com/developers/gitignor"
},
{
"path": "LICENSE",
"chars": 1072,
"preview": "MIT License\n\nCopyright (c) 2020 Mohamed Ouyizme\n\nPermission is hereby granted, free of charge, to any person obtaining a"
},
{
"path": "README.md",
"chars": 846,
"preview": "# ⛰️ VSCode Big Sur Icons\n\nBeautiful icons for VSCode based on macOS Big Sur design.\n\n\n\n![License"
}
]
// ... and 2 more files (download for full content)
About this extraction
This page contains the full source code of the mohouyizme/vscode-big-sur-icons GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 5 files (2.5 KB), approximately 772 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.