Giter Club home page Giter Club logo

dainty-vs's Introduction

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.

dainty-vs's People

Contributors

mathiasprisfeldt avatar jogleasonjr avatar

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.