vscode-theme-darcula icon indicating copy to clipboard operation
vscode-theme-darcula copied to clipboard

A theme for Visual Studio Code based on Darcula theme from Jetbrains IDEs.

Results 10 vscode-theme-darcula issues
Sort by recently updated
recently updated
newest added

The quotation marks doesn't have color neither. VSC ![image](https://user-images.githubusercontent.com/50024128/103815183-f8567500-5030-11eb-8e56-39e4072d55a2.png) WebStorm ![image](https://user-images.githubusercontent.com/50024128/103815390-4f5c4a00-5031-11eb-9b82-284b86649135.png) Thanks, this is a nice theme to use in vscode.

1. Add The Color Customization In VSC Configurations: ```json "editor.tokenColorCustomizations": { "variables": { "foreground": "#bf72e6", } }, ``` 2. Create This Simple Class: ```php

When viewing a .diff/.patch file there is currently no syntax highlighting - and since vscode doesn't have an option to use a different theme for certain file types I currently...

I was kinda sad that the theme doesn't include the scheming for diffs... I chose the highlighting colors, since I've found only one token for it in the theme configuration...

Hey, thank you for the great extension. I found that some of the primary colors don't match the originals. This may cause eye fatigue. I feel a little discomfort from...

enhancement
Language: HTML

Is it possible to make this theme usable with intelliJ? I really like it

question

fixes https://github.com/rokoroku/vscode-theme-darcula/issues/40

I think it would be easier to see the JSON property names and values in a different color, as in the JetBrains IDE. ## VSCode Darcula theme ## JetBrains IDE(RubyMine)

I see no reason why the gutter (line numbers) BG should be highlighted. This make the text too close to the margin, and there's not reason to emphasize it. Also...