Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.37 KB

Mariana Pro

A complete syntax theme for VS Code based on Sublime Text's Mariana and Adaptive UI

This theme comes in 3 tints: cool, gray, and warm.

Mariana Pro (Cool)

Mariana Pro JS Screenshot

Mariana Pro (Gray)

Mariana Pro CSS Screenshot

Mariana Pro (Warm)

Mariana Pro Terminal Screenshot

Recommendations

  • Bracket Pair Colorizer extension: Brackets in the screenshots are colored by the Bracket Pair Colorizer extension with the following user settings:
    "bracketPairColorizer.consecutivePairColors": [
          ["{", "}"],
          ["(", ")"],
          ["[", "]"],
          [
              "#5fb3b3", // teal
              "#92b0ce", // light blue
              "#ddd", // gray
          ],
          "Tomato"
      ]
    
  • Fira Code with Font Ligatures: The font Fira Code is shown in the screenshots with Font Ligatures enabled. Download the font here and use with the following user settings:
      "editor.fontFamily": "Fira Code, monospace",
      "editor.fontLigatures": true
    

https://github.com/n0rmand0/Mariana-Pro-color-theme