Git Product home page Git Product logo

vscode-theme-darcula's Introduction

IntelliJ Darcula theme for Visual Studio Code

Port of IntelliJ Darcula theme for VS Code.

Syntax

  • HTML
  • XML
  • Apache
  • PHP
  • Python
  • Ruby
  • Java
  • JavaScript
  • TypeScript
  • CSS / SCSS
  • SQL
  • XML
  • Markdown
  • and so on

How to install

Download files and place in ~/.vscode/extensions folder. Go to Preferences > Color Theme and select Darcula to load it.

Indenticator plugin

If you use Indenticator plugin set below values in user settings, settings.json, to activate gutters colors.

"indenticator.color.dark": "#999999",
"indenticator.color.light": "#999999"

TODO Highlight plugin

If you use TODO Highlight set below values in user settings, settings.json to integrate TODO:, @todo: and @TODO: background colors with this theme. This setting remove case sensitive check for a better integration with existing code syntaxes. To color the whole line set todohighlight.highlightWholeLine to true.

"todohighlight.isCaseSensitive": false,
"todohighlight.keywords": [
    {"text": "TODO:", "color": "#FAFAFA", "backgroundColor": "#629755", "overviewRulerColor": "#629755"},
    {"text": "FIXME:", "color": "#FAFAFA", "backgroundColor": "#CC7832", "overviewRulerColor": "#CC7832"},
    {"text": "NOTE:", "color": "#FAFAFA", "backgroundColor": "#6897BB", "overviewRulerColor": "#6897BB"},
    {"text": "BUG:", "color": "#FAFAFA", "backgroundColor": "#B64213", "overviewRulerColor": "#B64213"},
    {"text": "IMPORTANT:", "color": "#FAFAFA", "backgroundColor": "#CC78D1", "overviewRulerColor": "#CC78D1"}
]

Git Lens plugin

If you use Git Lens set below values in user settings, settings.json to integrate with this theme.

"gitlens.insiders": true,
"workbench.colorCustomizations": {
    "gitlens.gutterBackgroundColor": "#3A3A3A70",
    "gitlens.gutterForegroundColor": "#8C8C8C",
    "gitlens.gutterUncommittedForegroundColor": "#629755",
    "gitlens.lineHighlightBackgroundColor": "#38557075",
    "gitlens.lineHighlightOverviewRulerColor": "#38557075",
    "gitlens.trailingLineForegroundColor": "#606366"
}

Enjoy ;)

vscode-theme-darcula's People

Contributors

mrred85 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vscode-theme-darcula's Issues

checking if possible

I think this theme is amazing good.

I just wonder if it possible to change the colors on the package declaration for Java syntax as show here:
sans titre
for example put the import in orange the the name of the packages on a different color like white.

Is that possible?

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.