Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.55 KB

File metadata and controls

44 lines (34 loc) · 1.55 KB

Adventure Code

A sober dark color theme based on the color palette of the popular Cartoon Network show Adventure Time. Based on the

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"
        }
      }
    ]
  }
}

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

setting.json

custom

More info