Overview Version History Q & A Rating & Review
Easy On The Eyes Theme for Visual Studio Code
Description
A customized dark theme for Visual Studio Code designed to be easier on the eyes. This theme includes subtle colors and improved readability for a comfortable coding experience.
Installation
From VSIX
Download the latest .vsix
file from the releases .
Open Visual Studio Code.
Open the Command Palette (Ctrl+Shift+P
or Cmd+Shift+P
on Mac).
Type Extensions: Install from VSIX...
and select the downloaded .vsix
file.
From Source
Clone this repository:
git clone https://github.com/dunkelfalke80/dunkelfalke80-easy-on-the-eyes-color-theme.git
Navigate to the project directory:
cd dunkelfalke80-easy-on-the-eyes-color-theme
Install vsce
if you haven't already:
npm install -g vsce
Package the extension:
vsce package
Install the generated .vsix
file as described above.
License
This project is licensed under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. See the LICENSE file for details.