Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.38 KB

OneDark-Pro

Atom's iconic One Dark theme, and one of the most downloaded themes for VS Code.

GitHub repository

CHANGELOG

CHANGELOG.MD

Docs & Contribute

This document (https://binaryify.github.io/OneDark-Pro/) includes instructions on how to install and edit the theme.

To help with documentation, first fork and clone this repository. cd to the OneDark-Pro folder, npm install and then run ./node_modules/docsify-cli/bin/docsify serve docs to serve the documentation locally.

Tweaks

If you would like to play around with new colors, use the setting workbench.colorCustomizations to customize the currently selected theme.

For example, you can add this snippet in your "settings.json" file:

"workbench.colorCustomizations":{
  "tab.activeBackground": "#282c34",
  "activityBar.background": "#282c34",
  "editorGroup.background": "#282c34",
  "sideBar.background": "#282c34"
}

ScreenShot

ScreenShot

ScreenShot

ScreenShot

ScreenShot