VSCodeThemes icon indicating copy to clipboard operation
VSCodeThemes copied to clipboard

Themes for Visual Studio Code

Results 41 VSCodeThemes issues
Sort by recently updated
recently updated
newest added

>Git commit messages become illegible when they are greater than or equal to 52 chars long. Please see first screenshot below. ![textmate_illegible_git_commit_messages](https://user-images.githubusercontent.com/91475630/145693253-6f9a24e0-34be-4c0c-bf08-b5c863da119b.png) ) >I think this is a problem with...

Better UI experience of this theme together with semantic highlighting.

Newly in Python 3.10 is the [Structural Pattern Matching](https://www.python.org/dev/peps/pep-0622/). ```python def make_point_3d(pt): match pt: case (x, y): return Point3d(x, y, 0) case (x, y, z): return Point3d(x, y, z) case...

Paraiso_dark has not been working on VS Code. It won't even appear when installed on the themes

Can you please provide license for blackboard theme.

For example, in Python, a line like > assert x is not None would not highlighting anything besides `assert`, even with Magic Python or other linters.

Only other issue I see raised in concerns to a license for a particular theme would be #62. Would gerane.Theme-Boron be the same case, in that it was ported from...

Currently the Earthsong Theme highlight color hides the selected text: ![image](https://user-images.githubusercontent.com/62624/31915629-2bdc6498-b81d-11e7-85d9-3b58b955c3aa.png) Thanks @gerane for the great collection of themes!

there is not highlight of variable. ![image](https://user-images.githubusercontent.com/36563636/90382680-a7f66f00-e0b1-11ea-9659-511efcfccb0b.png) Earthsong Theme

The default syntax highlighting for invalid code is red in the default dark color scheme, which is great. But it defaults to bright white in Abyss, which is quite similar...