Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>ABK LightNew to Visual Studio Code? Get it now.
ABK Light

ABK Light

ABK Designs

|
55 installs
| (0) | Free
A bold and vibrant light theme for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

abk-light README 📖

The ABK Light theme was created for VS Code in order to provide a more engaging user experience for programmers who prefer bold colors and easier visual cues.


How to install 🛠️

Option 1: VS Code (automatic)

  1. Open Visual Studio Code
  2. Go to the Extensions panel:
  • Click on the Extensions icon in the Activity Bar on the side of the window
  • Or, press 'Ctrl+Shift+X' on Windows/Linux, 'Cmd+Shift+X' on macOS
  1. Search for "ABK Light Theme":
  • Use the search bar to find "ABK Light Theme" by ABK Design
  1. Click "Install":
  • Click on the Install button to install the theme.

Option 2: Manual installation (for development)

If you are developing the them and/or need to manually install it:

  1. Clone the repository:
git clone https://github.com/anniekoop/abk-light-theme.git
  1. Navigate to the extension directory
cd abk-light-theme
  1. Install the extension
npm install -g vsce
vsce package
code --install-extension abk-light-theme-0.0.1.vsix
  1. Restart Visual Studio Code Close and reopen VS Code to load the new theme.

Usage 🎨

  1. Open Visual Studio Code
  2. Go to 'File > Preferences > Color Theme': Or use the shortcut 'Ctrl+K Ctrl+T' on Windows/Linux, 'Cmd+K Cmd+T' on macOS.
  3. Select "ABK Light" Choose "ABK Light" from the list of available themes.

Contributing ✍️

If you would like to contribute to the development of the ABK Light Theme, please follow these steps:

  1. Fork the repository: Click the "Fork" button at the top right of the GitHub page.

  2. Clone your forked repository:

git clone https://github.com/anniekoop/abk-light-theme.git
  1. Create a new branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
  1. Make your changes and commit them:
git add .
git commit -m "Description of your changes"
  1. Push your changes to GitHub:
git push origin feature-or-bugfix-name
  1. Create a pull request: Go to the original repository on GitHub and click the "New pull request" button.

License 📄

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


Credits ©

Developed by Annie Koop

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft