An open API service indexing awesome lists of open source software.

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.

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**_

![Screenshot](./images/screenshot.png)

## Python

![Python sample](./images/python-sample.png)

## Markdown

![Basic Markdown](./images/markdown-basics.png)

![Markdown Tables](./images/markdown-tables.png)

## Bash

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

![Bash sample](./images/bash-sample.png)

## 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:

![Dimmed punctuation colors](./images/dimmed-punctuation-colors.png)

than this:

![Normal punctuation colors](./images/normal-punctuation-colors.png)