https://github.com/aamnah/lasik-vscode-theme
A dark, easy on the eyes theme for Visual Studio Code that has decent contrast for coders with sensitive eyes.
https://github.com/aamnah/lasik-vscode-theme
theme vscode-theme
Last synced: about 1 year ago
JSON representation
A dark, easy on the eyes theme for Visual Studio Code that has decent contrast for coders with sensitive eyes.
- Host: GitHub
- URL: https://github.com/aamnah/lasik-vscode-theme
- Owner: aamnah
- License: gpl-3.0
- Created: 2023-12-24T13:18:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T10:08:47.000Z (over 1 year ago)
- Last Synced: 2025-03-27T06:14:50.624Z (over 1 year ago)
- Topics: theme, vscode-theme
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=AmnaAkram.lasik
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Lasik - Super Dark
A dark, easy on the eyes theme for Visual Studio Code that has decent contrast for coders with sensitive eyes.
The theme was developed for personal use by a developer who writes a lot of React, TypeScript, Python, Sass/CSS, HTML and Markdown files.
See other Lasik ports
- [Konsole](https://github.com/aamnah/lasik-konsole-theme)
**Installation**
Launch VS Code Quick Open (`Ctrl+P`), paste the following command, and press enter.
```
ext install AmnaAkram.lasik
```
Activate the theme: _Code > Preferences > Color Theme > **Lasik**_

## Python

## Markdown


## Bash
Attention was paid to making arithmetic evaluation, command evaluation, variables inside strings, and command names more obvious

## Dimmed punctuation
Some elements have been dimmed (for example quotes around strings and property names in JSON and HTML, or punctuation around Markdown elements), to give more emphasis to the actual _keys_ and _values_ and not punctuation marks. The assumption here is that you already have a linter or syntax highlighting good enough to point out a missing punctuation and you don't necessarily need to see them prominently.
This is more readable:

than this:
