Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio code color picker

Tags:

I love visual studio code but there's one thing that is missing in my opinion.
A color picker.
Does anyone know if there's a color picker for visual studio code just like in visual studio?

like image 641
Joestoen Avatar asked Feb 01 '16 22:02

Joestoen


People also ask

How do I use color picker in Visual Studio code?

Use Windows+Shift+C to activate anytime. Open Color Picker > Open Settings. Make sure its enabled. Done!

How do I activate color picker?

Activate. Once enabled, you can choose one of the following three behaviors to be executed when launching Color Picker with the activation shortcut (default: Win + Shift + C ).

How do I change colors in Visual Studio?

Here's how to change the color theme of the IDE frame and the tool windows in Visual Studio. On the menu bar, choose Tools > Options. In the options list, choose Environment > General. In the Color theme list, choose either the default Dark theme, the Light theme, the Blue theme, or the Blue (Extra Contrast) theme.


2 Answers

In release 1.15.1 they have added a color picker.

https://code.visualstudio.com/updates/v1_15#_color-picker

like image 82
Modig Avatar answered Sep 28 '22 01:09

Modig


The extension Color Picker does actually work but you need to Install Node.Js from this website, also note that when you first try to use the plugin it does an initial configuration which takes a few minutes.

like image 43
Mia Avatar answered Sep 28 '22 03:09

Mia