sandangel / jsfiddle-pro-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSFiddle Pro - For Presentation

A new light theme inspired by JSFiddle syntax color.

Dark theme is great when you're coding. But when you need to show your work, a demo to someone else, presenting at a conference, or just making Video record for teaching, a light theme would be a solid choice. Black text on white background is just easier to read for people.

Support Italic font out of the box. Language Support: Add the language name you like here. ^^

Typescript:

Angular Preview

Scss:

Scss Preview

Html:

Html Preview

Dart:

Dart Preview

C/C++:

C/C++ Preview

Go

Go Preview

To use with Bracket Pair Colorizer:

Add these settings to vscode:

  "bracketPairColorizer.consecutivePairColors": [
    "()",
    "[]",
    "{}",
    "<>",
    [
      "</",
      ">"
    ],
    [
      "<",
      "/>"
    ],
    [
      // green
      "#148848",
      // pink
      "#d06691",
      // blue
      "#0101f8"
    ],
    "Red"
  ],

Enjoy!

About