Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roydukkey/chimera-theme

👾A dark theme for Visual Studio Code inspired by the Dracula, Dark, and Dark+ themes
https://github.com/roydukkey/chimera-theme

dark-themes dracula vscode vscode-theme

Last synced: 3 months ago
JSON representation

👾A dark theme for Visual Studio Code inspired by the Dracula, Dark, and Dark+ themes

Awesome Lists containing this project

README

        

# Chimera

[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/roydukkey.theme-chimera?color=blue&label=Marketplace&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=roydukkey.theme-chimera)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

> A dark theme for Visual Studio Code inspired by the [Dracula](https://draculatheme.com), [Dark](https://github.com/Microsoft/vscode/tree/master/extensions/theme-defaults/themes), and [Dark+](https://github.com/Microsoft/vscode/tree/master/extensions/theme-defaults/themes) themes.

![Screenshot](https://roydukkey.github.io/assets/images/chimera-theme-screenshot.png)

## Install Chimera

### Using VS Marketplace

1. Go to [https://marketplace.visualstudio.com/items?itemName=roydukkey.theme-chimera](https://marketplace.visualstudio.com/items?itemName=roydukkey.theme-chimera)
2. Click the install button

### Using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

```
$ git clone https://github.com/roydukkey/chimera-theme.git ~/.vscode/extensions/theme-chimera
$ cd ~/.vscode/extensions/theme-chimera
$ npm install
```

## Activate Chimera

First run Visual Studio Code. Then select one of the two flavours of the Chimera Theme from the `File → Preferences → Color Theme` dropdown menu.

## Configuration

Chimera exposes the follow settings to allow for finer tuning of the theme.

### Contrast Constants

Default: `false`

When enabled, constants and enum members are contrasted from variables and parameters.