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

https://github.com/rokoroku/vscode-theme-darcula

A theme for Visual Studio Code based on Darcula theme from Jetbrains IDEs.
https://github.com/rokoroku/vscode-theme-darcula

darcula darcula-theme textmate textmate-theme vscode vscode-theme

Last synced: 3 months ago
JSON representation

A theme for Visual Studio Code based on Darcula theme from Jetbrains IDEs.

Awesome Lists containing this project

README

        

# Darcula

[![Version](https://vsmarketplacebadge.apphb.com/version/rokoroku.vscode-theme-darcula.svg)](https://marketplace.visualstudio.com/items?itemName=rokoroku.vscode-theme-darcula)
[![Installs](https://vsmarketplacebadge.apphb.com/installs/rokoroku.vscode-theme-darcula.svg)](https://marketplace.visualstudio.com/items?itemName=rokoroku.vscode-theme-darcula)

A theme extension for [Visual Studio Code](https://code.visualstudio.com) based on **Darcula** theme from [Jetbrains](https://www.jetbrains.com) IDEs.

---

## Changelog

See [CHANGELOG.md](./CHANGELOG.md)

## Description

- Mainly focused on HTML5 / CSS / JS (TS) development.
- **Not exactly same with the theme from Jetbrains IDE**. There are few modifications to match look and feel with VS Code IDE.
- Follows common textmate tokens (such as `entity.name.type`, `entity.name.function`, `variable.property`...) so try it on any languages and report issues on the GitHub repo.
- Any suggestions/contributions are welcomed!

## Setting

- When installation completes, select **Darcula** as your color theme (Preferences → Workbench: Color Theme → **Darcula**)

## Customizing

- If you want to customize on top of this theme, use vscode's [color customization](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme) feature.
(Related Issue: [#9](https://github.com/rokoroku/vscode-theme-darcula/issues/9), [#15](https://github.com/rokoroku/vscode-theme-darcula/issues/15))

## Screenshot

![Screenshot](https://github.com/rokoroku/vscode-theme-darcula/raw/master/screenshot.png)

**Enjoy!**