Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.1 KB

📂 ghyper theme

This project was forked from Hyper Term Black

A Visual Studio Code theme

⚠️ Disclaimer

This project was created to meet its author's specific use case and needs. It is important to note that it is provided 'as is' without guarantees. Therefore, any response to requests for support, new features, or bug fixes may be limited. You are free to use it at your discretion if you find it useful, but be aware that any ongoing maintenance or enhancements may not be prioritized.

📜 License

This project is open-sourced software licensed under the MIT License. See LICENSE in the project root for license information.

🛠️ Development Notes

Recommended Icons

Material Icon Theme

Recommended Settings

{
  "settings": {
    "editor.fontFamily": "'Fira Code'",
    "workbench.iconTheme": "material-icon-theme",
    "material-icon-theme.folders.theme": "none",
    "material-icon-theme.activeIconPack": "react_redux"
  }
}