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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?