Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Meridian ThemeNew to Visual Studio Code? Get it now.
Meridian Theme

Meridian Theme

Britown

|
79 installs
| (0) | Free
A refined light theme with cohesive colors and complete UI coverage.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
Meridian Icon

Meridian Theme for VS Code

A refined light theme with cohesive colors and complete UI coverage.
Comes in 💙 blue-tinted and 🩶 neutral variants.
Check out the 🌚 dark theme here: Zenith Theme for VS Code.


Meridian Screenshot

Installation

  1. Install theme from the VS Code Marketplace (direct link)
  2. Set your Color Theme to Meridian
  3. Set your File Icon Theme to Meridian for file icons that match the theme colors
  4. (Optional) Apply the suggested settings below

Suggested settings

Font

The font in the screenshot is JetBrains Mono with these these settings:

"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true, // If you want ligatures
"editor.fontSize": 13,

"terminal.integrated.fontFamily": "JetBrains Mono",
"terminal.integrated.fontLigatures": true // If you want ligatures
"terminal.integrated.fontSize": 13,
"terminal.integrated.lineHeight": 1.1,

UI elements

// Tone down the use of colors in Explorer and Editor:
"explorer.decorations.colors": false,
"outline.problems.colors": false,
"workbench.editor.decorations.colors": false,
"editor.bracketPairColorization.enabled": false

// Align icons in Explorer, adjust width of resize indicators, extend editor line highlight into gutter
"workbench.tree.indent": 18,
"workbench.tree.renderIndentGuides": "none",
"workbench.sash.size": 2,
"editor.renderLineHighlight": "all",

Extensions

Apply these you use the following extensions:

"errorLens.borderRadius": "4px",
"errorLens.margin": "2ch",
"errorLens.messageBackgroundMode": "message",
"errorLens.padding": "1px 4px",

"gitlens.currentLine.fontStyle": "italic",

Other

All of the theme-related and layout tweaks I use can be found in suggested-settings.json for easy copy-and-pasting.

Customization

Add a blue accent to the top active editor tabs

"workbench.colorCustomizations": {
  "[Meridian]": {
    "tab.activeBorderTop": "#3378a3"
  }
},

Remove the border around matching bracket pairs

"workbench.colorCustomizations": {
  "[Meridian]": {
    "editorBracketMatch.border": "#00000000",
    "editorBracketMatch.background": "#83909930" // Highlight their background color instead
  }
},

Highlight quotation marks/backticks surrounding strings in green

"editor.tokenColorCustomizations": {
  "[Meridian]": {
    "textMateRules": [
      {
        "scope": [
          "punctuation.definition.string",
          "punctuation.definition.raw"
        ],
        "settings": {
          "foreground": "#446f53"
        }
      }
    ]
  }
},

Acknowledgments

The syntax highlighting colors were inspired by the "zenwritten_light" Ghostty theme (mbadolato/iTerm2-Color-Schemes) which was in turn taken from mcchrish/zenbones.nvim.

The file icon theme uses the Seti UI icons (jesseweed/seti-ui).


Found a bug or have a request? Please open an issue.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft