Skip to content

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

Notifications You must be signed in to change notification settings

n0rmand0/Mariana-Pro-color-theme

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published