Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dainty for Visual Studio – A color theme generator using Lab color space

License

Notifications You must be signed in to change notification settings

ProjectShell/dainty-vs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

474 Commits

Repository files navigation

Dainty for Visual Studio

Dainty is a color theme generator with support for Visual Studio Code. Dainty Light and Dainty Dark are the default presets. They’re balanced and refined color themes, using carefully selected colors within the Lab color space.

See https://dainty.site/vs for more information.

Setup

git clone https://github.com/alexanderte/dainty-vs.git
cd dainty-vs
yarn

Build

yarn build

The build script generates dist/dainty.vstheme and dist/dainty.vssettings.

Configuration

See https://dainty.site/configuration for more information.

Visual Studio-specific customizations

It is possible to tap into the customizations done by Dainty through the objects __searchReplace and __categories. For __categories, the tuple specifies the background and foreground color, respectively:

{
 "colors": {
 "myCustomColor": {
 "hex": "#f5901f"
 }
 },
 "customizations": {
 "__searchReplace": {
 "#686868ff": "red-14"
 },
 "__categories": {
 "ColorizedSignatureHelp colors": {
 "enum name": [null, "myCustomColor-exact"]
 }
 }
 }
}

License

Dainty is licensed under the MIT License.

About

Dainty for Visual Studio – A color theme generator using Lab color space

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.7%
  • HTML 4.3%

AltStyle によって変換されたページ (->オリジナル) /