Skip to content

consulo/incubating-consulo-visual-studio-theme

Repository files navigation

Visual Studio Theme Plugin (currently only icons, wip)

Example

Increasing icons size

How add new icons. First of all need download VS 2016 Image Library (https://www.microsoft.com/en-us/download/details.aspx?id=35825)

Then search correct svg icon for example \AbstractClass\AbstractClass_16x.svg

Due some limitation of svg icon support (for performance purpose) css styling not supported. But Microsoft always use it. Need resave icon.

Adobe Illustrator required(or other program which can inline css styles). Current example for Adobe Illustrator.

  • Open SVG file
  • File -> Save As choose save path, press OK
  • SVG options dialog will show, and need set like in this dialog:

Next need place new svg file to correct Consulo path here

https://github.com/consulo/incubating-consulo-visual-studio-theme/tree/master/src/main/resources/icon/_vs_light

First directory level is - icon group id. Own plugins can provide more than one icon groups

Running Consulo in sandbox with plugin

./mvnw package consulo:run-desktop

Instaling plugin build to production Consulo installation

./mvnw package

Then copy directory

target\consulo-plugin-extracted\consulo.visual.studio.theme

To plugin directory based by OS https://github.com/consulo/EntryPoint/blob/master/boot/boot.directories.md

About

Theme: Visual Studio

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors