dainty-color-theme-generator / Dainty Vs

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dainty Vs

Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-51.3%)
Mutual labels:  color-scheme, color, color-theme
Monokai-Flat
A material monokai color scheme for Visual Studio, Visual Studio Code, JetBrains IDE and some terminal
Stars: ✭ 21 (-81.74%)
Mutual labels:  visual-studio, color-scheme, color-theme
Nord Terminal App
An arctic, north-bluish clean and elegant Terminal.app color theme.
Stars: ✭ 198 (+72.17%)
Mutual labels:  color-scheme, color, color-theme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+1627.83%)
Mutual labels:  color-scheme, color, color-theme
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (+137.39%)
Mutual labels:  color-scheme, color, color-theme
Colorschemes.jl
colorschemes, colormaps, gradients, and palettes
Stars: ✭ 55 (-52.17%)
Mutual labels:  color-scheme, color, color-theme
Vim Corvine
The Raven Dark colourscheme for Vim, rebuilt and modified with Colortemplate
Stars: ✭ 76 (-33.91%)
Mutual labels:  color-scheme, color, color-theme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+551.3%)
Mutual labels:  color-scheme, color, color-theme
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (+124.35%)
Mutual labels:  color-scheme, color, color-theme
nord-mintty
An arctic, north-bluish clean and elegant Mintty color theme.
Stars: ✭ 40 (-65.22%)
Mutual labels:  color, color-scheme, color-theme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-82.61%)
Mutual labels:  color-scheme, color, color-theme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+1322.61%)
Mutual labels:  color-scheme, color, color-theme
Nord Alacritty
An arctic, north-bluish clean and elegant Alacritty color scheme.
Stars: ✭ 238 (+106.96%)
Mutual labels:  color-scheme, color, color-theme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (-8.7%)
Mutual labels:  color, color-scheme, color-theme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+154.78%)
Mutual labels:  color-scheme, color, color-theme
Gvcci
color extraction to turn images into 16 color palettes
Stars: ✭ 86 (-25.22%)
Mutual labels:  color-scheme, color, color-theme
Darkage
🎮 Darkage mod for Minetest
Stars: ✭ 6 (-94.78%)
Mutual labels:  color-scheme, color
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+746.09%)
Mutual labels:  color, color-theme
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-53.04%)
Mutual labels:  color-scheme, color
Doric
Protocol oriented, type safe, scalable design system foundation swift framework for iOS.
Stars: ✭ 75 (-34.78%)
Mutual labels:  color, color-theme

Dainty for Visual Studio

This project is currently not maintained. If you would like to maintain it, please email me at [email protected]. —Alexander

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].