Code Monkey home page Code Monkey logo

intellij-visual-studio-code-dark-plus's Introduction

Visual Studio Code Dark Plus theme for JetBrains IDEs

A dark theme for JetBrains IDEs inspired by default Visual Studio Code "Dark Plus" theme.

Installation

  1. Install "Visual Studio Code Dark Plus Theme" plugin via Settings → Plugins → Marketplace
  2. Select theme in Settings → Appearance & Behavior → Appearance → Theme

Screenshot

That is how it looks with Fira Code font in IDEA:

And here is PhpStorm:

intellij-visual-studio-code-dark-plus's People

Contributors

amstiel avatar argon42 avatar gayanper avatar grehgous avatar guihigashi avatar rynpsc avatar samdark avatar vrudas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

intellij-visual-studio-code-dark-plus's Issues

Tab color in new UI

What the issue is?

The active tab color is not different from the color of the other tabs in the new UI that will be released in 2022.3

Screenshots

image (Active tab is the second one)

How would you fix it?

I would update the theme colors. If I have some spare time, I will create a PR for this Soon(TM)

Additional info

Q A
Plugin Version 2.6
IDE and version IntelliJ IDEA Community 2022.3 EAP
Operating system Ubuntu 22.04

Ubuntu 19 Intellij 2019.1.4 cannot import settings

On Ubuntu 19 Intellij 2019.1.4 I cannot import settings. If I select File -> Import Settings and select the jar file for this theme, I get the following error:

The file /home/johndoe/Downloads/intellij-visual-studio-code-dark-plus.jar contains no settings to import.
Please make sure you have generated the file using 'File|Export Settings' feature.

Missing keyword highlighting colors

What the issue is?

Java highlighting colors are not consistent in terms of

  • Imports
  • Control keywords like if, else, for, return

Screenshots

image

Additional info

Q A
Plugin Version 2.2
IDE and version 2020.3

The color scheme in clion/C++ is not consistent with VS Code.

What the issue is?

The color scheme seems to be different from the latest version of VS code.

Screenshots

clion:
image
vs code:
image

How would you fix it?

Additional info

Q A
Plugin Version 2.4
IDE and version clion: 2020.3.4; vs code: 1.55.2
Operating system window 10

Change project and tab font size

I have poor eyesight. I have changed font size for code and console but cannot find where to change the font size used to display items in project or size of font in tabs. Can you tell me how to change the font size for both of these. Thanks

JetBrains Gateway support

What the issue is?

This plugin does not have support for JetBrains Gateway

Screenshots

image

Additional info

Q A
Plugin Version 2.5
IDE and version JetBrains Gateway 2021.3.2
Operating system Windows 11 Pro (22000.556)

Text is black in some places

What the issue is?

Color of text in certain places is black and therefore barely readable.

Screenshots

image
image
image

How would you fix it?

I'm not too sure yet. I will look into it. I have no experience with customizing themes just yet.

Additional info

Plugin version 2.5
Jetbrains Rider 2021.3.3
MacOS Big Sur 11.6.2

PhpStorm - Wrong Object and $this-> Color

What the issue is?

When creating a new Object in php, or using $this->, the wrong colours are applied. See screenshots.

Screenshots

PhpStorm Screenshot:
04B4191E-527A-4E5B-ABB1-3DD00117DDC1

VS Code:
15C3714D-0B52-432B-A0E5-1D578CB7ED09

Expected result: PhpStorm should display the same syntax highlighting as VS Code.

How would you fix it?

Apply the right colours. Not sure how this would work here. I would copy the Color codes and add them to the plugin?

Additional info

Q A
Plugin Version 1.9
IDE and version 2019.3.3 // PS-193.6494.47, built on February 12, 2020
Operating system Mac OS 10.14.6

IntelliJ / Java colors for Enums

I was asked to post an issue here based on my review:

Great theme for Java, however I believe there should be a different color for enums like there is for interfaces. Currently they have the same color as classes and accessing an enum member uses the same color as a static variable.

I can go in more detail here.
image
The interface Map color is different from the Object color. I'd like a similar difference for Enums like LogLevel. I'm not really good with colors, but maybe lighter than objects since interfaces are darker?

I'd also like the color of enum accessed INFO to be different from statically accessed variables like MAX_VALUE - I'm not sure if this one is possible since they're both technically constants.

Hard to distinguish selected editor tab

Currently it is hard to distinguish the selected editor tab when many tabs are opened.

image

Additional info

Q A
Plugin Version 1.9
IDE and version 2020.1
Operating system Windows 10

Kotlin local variables are just white

What the issue is?

Kotlin local variables are not like other languages' local variables

Screenshots

Additional info

Q A
Plugin Version 2.5
IDE and version IJ-2022.2(EAP)
Operating system Ubuntu-22.04

Links in Markdown

The lins in Markdown are no different from the text, is it correct or should be fixed?

python code colors

What the issue is?

The colors for python code in the PyCharm are not equal to the same python code in VSCode.

Screenshots

1
2
3

Additional info

Q A
Plugin Version latest
IDE and version latest
Operating system Ubuntu 19.04

razor views

Hi,
sometimes plugin loses colors in razor views, but sometimes is ok. Same project.

ok
image

bad
image

| Plugin Version | 1.9
| IDE and version | Rider 2020.1 EAP
| Operating system | Win 10 Pro

Python varible theme is not matching VS Code

What the issue is?

The theme for python in both CLion and PyCharm is not exactly matching VSCode

Screenshots

image
^^^ this is in CLion

image
^^^ in VSCode

Which is more concerning, or I suspect a bug from Jetbrain

image
^^^ This is what the setting page gives as a preview of the python code

image
^^^ Copied to the editor, notice that the light blue for local variable x is gone

How would you fix it?

I have no idea :(

Additional info

Q A
Plugin Version 2.5
IDE and version CLion 2021.3.2
Operating system Window 10, Ubuntu 20.04

GUI UX: unable to read selected context menu item due to row background/foreground color choice

What the issue is?

The context menu appears when the user right-clicks anywhere within the editor. The background of a selected row is too bright for the text's color. Foreground: white; background: bright pale-blue. Such color combination results in a visually non-readable menu option, which affects UX (user experience).

Screenshots

image

How would you fix it?

Proposal: Change the foreground color from white to black (anything dark) and keep the same background
OR
change the background from bright pale blue to something darker (brown, plum, indigo) and keep the same foreground

A nicer alternative to all of this would be:
Provide options in settings so that user can adjust colors to his/her liking...

Thanks!!

Additional info

Q A
Plugin Version 1.?
IDE and version
Operating system

[Feature]Shows the code affected by the current curly braces.

What the issue is?

Feature suggestion

Screenshots

Snipaste_2021-04-17_21-36-39

Function description

Sorry, my native language is not English, which may cause deviations in description.
My version is Idea 2021.1. In the default Darcula theme, when the cursor is on the curly brace, the code affected by the curly brace will be displayed with a blue line on the left.
Request to add this feature in Visual Studio Code Dark Plus Theme as well.
Thank you!

TextMate bundle throw exception while trying to load resource file

The following exception is thrown with version 1.6 (downloaded from Github) on IJ Ultimate 2019.2. It happens at every IDE launch and I guess it's because the TextMate plugin is trying to load a theme that is not meant to be loaded.

java.lang.Throwable: Cannot read scheme from /resources/visual_studio_code_dark_plus.xml
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:145)
	at com.intellij.configurationStore.schemeManager.SchemeManagerImpl.loadBundledScheme(SchemeManagerImpl.kt:123)
	at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.loadBundledSchemes(EditorColorsManagerImpl.java:205)
	at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.<init>(EditorColorsManagerImpl.java:150)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:88)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:66)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:48)
	at com.intellij.openapi.components.impl.ServiceManagerImpl$MyComponentAdapter.createAndInitialize(ServiceManagerImpl.java:243)
	at com.intellij.openapi.components.impl.ServiceManagerImpl$MyComponentAdapter.getComponentInstance(ServiceManagerImpl.java:227)
	at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:246)
	at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:213)
	at com.intellij.openapi.components.ServiceManager.doGetService(ServiceManager.java:75)
	at com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:44)
	at com.intellij.openapi.editor.colors.EditorColorsManager.getInstance(EditorColorsManager.java:36)
	at com.intellij.openapi.editor.colors.impl.TextAttributeKeyDefaultsProviderImpl.getDefaultAttributes(TextAttributeKeyDefaultsProviderImpl.java:29)
	at com.intellij.openapi.editor.colors.TextAttributesKey.getDefaultAttributes(TextAttributesKey.java:146)
	at org.jetbrains.plugins.textmate.language.syntax.highlighting.TextMateDefaultColorsProvider.getTextAttributes(TextMateDefaultColorsProvider.java:75)
	at org.jetbrains.plugins.textmate.language.syntax.highlighting.TextMateTheme.initDefaultColors(TextMateTheme.java:40)
	at org.jetbrains.plugins.textmate.language.syntax.highlighting.TextMateTheme.<init>(TextMateTheme.java:34)
	at org.jetbrains.plugins.textmate.language.syntax.highlighting.TextMateTheme.<clinit>(TextMateTheme.java:22)
	at org.jetbrains.plugins.textmate.TextMateServiceImpl.registerTheme(TextMateServiceImpl.java:230)
	at org.jetbrains.plugins.textmate.TextMateServiceImpl.lambda$null$4(TextMateServiceImpl.java:292)
	at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:294)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)

C# text colors wrong

What the issue is?

The text color scheme in this plug is not similar to the VS Code Dark+ (default) color scheme. The using, constructor, if and return statements uses another color than specified by keyword. I really love this theme, and it would be top notch if we could solve this.

Screenshots

Rider
Rider

VS Code
VSCode

How would you fix it?

Don't really know how to fix it, any advice or help appreciated.

Additional info

Q A
Plugin Version 1.9
IDE and version Rider 2019.3
Operating system Mac OS

Add link to original theme

It would be nice to have a link to the original theme (Visual Studio Code Dark Plus) or a little explanation about where it comes from for people who are curious like me.

Theme colors are not being rendered properly

What the issue is?

Theme colors are not being rendered properly

Screenshots

image

How would you fix it?

Additional info

Q A
Plugin Version 2.8
IDE and version PyCharm 2023.3.1 (Community Edition) Build #PC-233.11799.298, built on December 12, 2023
Operating system Windows 10 Pro

Background colour of the editor is changed

What the issue is?

The background colour of the editor is suddenly white. It wasn't like this before. I had an outdated version of IntelliJ, and I just updated it. I have absolutely no idea how this happened, but I cannot remember it like this.

Screenshots

Skjermbilde 2023-08-08 230454

Additional info

Q A
Plugin Version 2.8
IDE and version IntelliJ 2023.2
Operating system Windows

Flutter Widget colors are wrong.

What the issue is?

Flutter Widget colors are wrong

Screenshots

image

How would you fix it?

i dont know

Additional info

Q A
Plugin Version 2.0
IDE and version Android Studio version log below
Operating system Windows 10

Android Studio 4.0.1
Build #AI-193.6911.18.40.6626763, built on June 25, 2020
Runtime version: 1.8.0_242-release-1644-b01 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1237M
Cores: 16
Registry: ide.new.welcome.screen.force=true
Non-Bundled Plugins: Dart, org.jetbrains.kotlin, com.genymotion.idea, com.google.services.firebase, com.intellij.plugins.vscodekeymap, com.mallowigi, io.flutter, com.samdark.intellij-visual-studio-code-dark-plus, izhangzhihao.rainbow.brackets

id is not specified for extension /visual_studio_code_dark_plus

What the issue is?

I'm keep getting this error in new JetBrains IDE RustRover:

java.lang.Throwable: id is not specified for extension /visual_studio_code_dark_plus
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
	at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImplKt$createLoadBundledSchemeRequests$1$1.getSchemeKey(EditorColorsManagerImpl.kt:711)
	at com.intellij.configurationStore.schemeManager.SchemeManagerImpl.loadBundledSchemes(SchemeManagerImpl.kt:127)
	at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.<init>(EditorColorsManagerImpl.kt:102)
	at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.<init>(EditorColorsManagerImpl.kt:89)
	at com.intellij.serviceContainer.ComponentManagerImpl.findConstructorAndInstantiateClass(ComponentManagerImpl.kt:1379)
	at com.intellij.serviceContainer.ComponentManagerImpl.doInstantiateClass(ComponentManagerImpl.kt:1388)
	at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:1373)
	at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:46)
	at com.intellij.serviceContainer.BaseComponentAdapter.doCreateInstance(BaseComponentAdapter.kt:176)
	at com.intellij.serviceContainer.BaseComponentAdapter.createInstance(BaseComponentAdapter.kt:155)
	at com.intellij.serviceContainer.BaseComponentAdapter.access$createInstance(BaseComponentAdapter.kt:23)
	at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invokeSuspend(BaseComponentAdapter.kt:203)
	at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invoke(BaseComponentAdapter.kt)
	at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invoke(BaseComponentAdapter.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceAsync(BaseComponentAdapter.kt:198)
	at com.intellij.serviceContainer.ComponentManagerImpl.getServiceAsyncIfDefined(ComponentManagerImpl.kt:1007)
	at com.intellij.serviceContainer.ComponentManagerImpl.getServiceAsync(ComponentManagerImpl.kt:991)
	at com.intellij.platform.ide.bootstrap.ApplicationLoader$preInitApp$3$1.invokeSuspend(ApplicationLoader.kt:462)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

it doesn't cause any issue, it least im not aware of any, but it keeps opening this annoying error in the IDE.

Screenshots

How would you fix it?

Additional info

Q A
Plugin Version 2.8
IDE and version RustRover 2023.3 EAP, Build #RR-233.10527.212, built on November 25, 2023
Operating system Windows 11 & Debian 12

Java (and Kotlin) colour scheme still use settings from Darcula theme

Not all colour scheme properties are defined in Java or marked as inherited from Language Defaults. This cause a part of the code to look weird because Darcula colors are still used.

Preview from Colour Scheme settings:

Capture d’écran 2019-07-05 à 14 57 24

This also impact Kotlin as Kotlin settings are mostly inherited from Java:

Capture d’écran 2019-07-05 à 14 57 40

Note that I use IntelliJ IDEA 2019.2.

Tabs do not get the color

What the issue is?

Not all tabs are not coloring, even with the configuration set up. It is only coloring when the tab gets the focus.

Screenshots

image
image
image
image
image

How would you fix it?

Additional info

Q A
Plugin Version 1.?
IDE and version Datagrip 2022.1.3
Operating system Windows

macOS Menu Separator Color

On macOS the menu separator has a secondary fill above and below which I don't think is intentional. Not familiar with Intellij theming so not sure what setting needs to be changed.

macOS-menu

Weird colour for the start up screen

What the issue is?

The colour of entries in the side bar of the start up screen (where the recent projects are listed) looks weird to me. I suspect it is not intended to look like that.

Screenshots

Sorry the screenshot is taken with language pack enabled (so it is not in English), but hopefully you get the point:

Sidebar

How would you fix it?

It would look more consistent to me if the whole entry have the same colour, instead of the current dark blue/light blue. Perhaps using light blue is more consistent, because it is also used for highlighted menu entry.

Additional info

Q A
Plugin Version 2.6 (which I believe is the latest)
IDE and version IntelliJ IDEA 2022.2.2 (Ultimate Edition), Internal version #IU-222.4167.29
Operating system Windows 11 21H2 (22000.978)

GoLang text colors wrong

The text color scheme in this plug is not similar to the VS Code Dark+ (default) color scheme.

GoLand
image

VSCode
image

Console background is inconsistent

What the issue is?

The console background color is inconsistent. As shown below, some symbols have darker background.

Screenshots

Default:
image

How would you fix it?

Maybe this value is inherited, but changing Console colors > Console > Background > Background from 2B2B2B to 1D1D1D makes
the background match, and it also matches the background of files. This is the one setting i always change when installing the plugin.

1D1D1D:
image

The other way would be to change the background of those symbols to match the 2B2B2B, but i think this way is more complicated.

Additional info

Q A
Plugin Version 2.5
IDE and version
Operating system

color is wrong in some place

What the issue is?

color is wrong in some place

Screenshots

image
image

Additional info

Q A
Plugin Version 2.4
IDE and version Goland 2020.1
Operating system windows 10 enterprise 19042.804

Code coverage lines are not shown when the theme is active

What the issue is?

Code coverage lines are not shown when the theme is active.

Screenshots

Active:
image

Now, with another theme active:

image

How would you fix it?

Additional info

Q A
Plugin Version 2.5
IDE and version

IntelliJ IDEA 2021.2 (Ultimate Edition)
Build #IU-212.4746.92, built on July 27, 2021
Runtime version: 11.0.11+9-b1504.13 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 11.5.2
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Registry: ide.balloon.shadow.size=0
Non-Bundled Plugins: com.intellij.ideolog (203.0.27.0), io.heidou.codesearch (1.1.0), com.mallowigi (38.0.0), CheckStyle-IDEA (5.55.1), String Manipulation (8.15.203.000.3), org.jetbrains.plugins.go (212.4746.92), aws.toolkit (1.31-212), zielu.gittoolbox (212.7.6), com.chrisrm.idea.MaterialThemeUI (6.8.2), com.samdark.intellij-visual-studio-code-dark-plus (2.5)
Kotlin: 212-1.5.10-release-IJ4746.92
| Operating system |

Plugin build process

Tried to adjust Buttons/Git Log styles, but it's not that easy, as syntax highlighting.
To check applied changes to UI, I need to build a plugin, But I'm not aware of build process. Is there gradle script or something? Can you share it, please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.