OneDark-Pro

Atom's iconic One Dark theme for Visual Studio Code

Github星跟踪图

One Dark Pro

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

GitHub repository

screenshot

CHANGELOG

CHANGELOG.MD

SPONSORS

codestream

Discussing code is now as easy as highlighting a block and typing a comment right from your IDE. Take the pain out of code reviews and improve code quality.
Try it free.

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

Run yarn

Then run
npm run docs to serve the documentation
locally at localhost:3000.

SCREENSHOT

Screenshot

Screenshot

ScreenShot

ScreenShot

ScreenShot

ScreenShot

ScreenShot

Tweaks & theming

If you want 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",
  "sideBar.background": "#282c34"
}

or use the setting editor.tokenColorCustomizations

"editor.tokenColorCustomizations": {
  "[One Dark Pro]": {
    "textMateRules": [
      {
        "scope": ["source.python"],
        "settings": {
          "foreground": "#e06c75"
        }
      }
    ]
  }
}

more info

Please check the official documentation,
Theme Color Reference and
Theme Color, for more helpful information.

setting.json

custom

More info

Contributors

This project exists thanks to all the people who contribute.
Contributors

Backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.


主要指标

概览
名称与所有者Binaryify/OneDark-Pro
主编程语言TypeScript
编程语言TypeScript (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2016-09-04 13:32:33
推送于2025-06-10 03:44:44
最后一次提交2025-02-09 23:44:59
发布数96
最新版本名称3.19.0 (发布于 )
第一版名称3.9.8 (发布于 )
用户参与
星数1.6k
关注者数18
派生数300
提交数1.1k
已启用问题?
问题数474
打开的问题数50
拉请求数271
打开的拉请求数20
关闭的拉请求数93
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?