Skip to content

Hyper-Xenc/hypexenc-vscode-theme

Repository files navigation

Overview

Welcome to the Hyper Xenc Theme, a vibrant and modern theme designed to enhance your coding experience with visually appealing color schemes and a sleek design. The best part about this theme is that it receives regular updates, ensuring you experience refreshing changes and improvements periodically.

Features

  • Bright and Distinct Colors: Carefully chosen colors to reduce eye strain and improve code readability.
  • Consistent Design: Uniform design elements across various languages and file types.
  • Easy on the Eyes: Dark mode and light mode variants to suit different lighting conditions.
  • Extensive Language Support: Syntax highlighting for a wide range of programming languages.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
  3. Search for Hyper Xenc.
  4. Click Install to install the theme.
  5. Go to Preferences > Color Theme and select Hyper Xenc Theme from the list.

Usage

Once installed, you can switch to the Hyper Xenc Theme by going to the command palette (Ctrl+Shift+P), typing Color Theme, and selecting Hyper Xenc Theme.

Important: Further Customization

To match the overall vibe of the theme and get the most out of it, it's recommended to update your settings.json file in Visual Studio Code. Specifically, you can enhance the appearance of the title bar and other interface elements with the following settings:

{
  "window.titleBarStyle": "custom",
  "workbench.colorCustomizations": {
    "titleBar.activeBackground": "#101519",
    "titleBar.activeForeground": "#41B3A2",
    "titleBar.inactiveBackground": "#0C0C0C",
    "titleBar.inactiveForeground": "#808080",
    "titleBar.border": "#101519"
  }
}

These changes will help create a more cohesive visual experience when using the Hyper Xenc Theme.

Contributing

We welcome contributions from the community! Feel free to submit issues and pull requests to improve the Hyper Xenc Theme.

Steps to Contribute

  1. Star the repository.
  2. Fork the repository.
  3. Create a new branch (git checkout -b feature-branch).
  4. Make your changes and commit them (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This theme is licensed under the MIT License. See the LICENSE file for more details.


Thank you for using the Hyper Xenc Theme! If you enjoy it, please leave a review and star the repository.

About

An official vscode theme for all dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages