ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Mercurial Color Scheme

by renzojohnson ST3

Mercurial - A dark color scheme for Sublime Text based on Warp Terminal

Details

Installs

  • Total 77
  • Win 26
  • Mac 31
  • Linux 20
Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16
Windows 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Mercurial Color Scheme

License Downloads Latest Release

A dark and light color scheme for Sublime Text based on Warp Terminal's default palette. Clean, balanced, and easy on the eyes for long coding sessions.

Variants

Variant Background Best For
Mercurial (dark) #181818 #181818 Low-light / night coding
Mercurial Light #fafafa #fafafa Bright environments / daylight

Preview

Mercurial (Dark)

Mercurial Dark

PHP

JavaScript

CSS

HTML

Installation

Package Control (Recommended)

  1. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Select Package Control: Install Package
  3. Search for Mercurial Color Scheme
  4. Activate:
    • Dark: Preferences > Color Scheme > Mercurial
    • Light: Preferences > Color Scheme > Mercurial Light

Manual Installation

  1. Download the desired scheme files
  2. Place in Packages/User/ (Preferences > Browse Packages)
  3. Activate via Preferences > Color Scheme

Sublime Text < Build 3149

Use the .tmTheme files. Add to your settings:

"color_scheme": "Packages/Mercurial Color Scheme/Mercurial.tmTheme"

Colors (Dark)

Role Color Hex
Background #181818 #181818
Foreground #d8d8d8 #d8d8d8
Comments #585858 #585858
Strings #a1b56c #a1b56c
Keywords #ba8baf #ba8baf
Functions #7cafc2 #7cafc2
Tags/Variables #ab4642 #ab4642
Classes/Types #f7ca88 #f7ca88
Numbers #dc9656 #dc9656
Library/Support #86c1b9 #86c1b9

Colors (Light)

Role Color Hex
Background #fafafa #fafafa
Foreground #383838 #383838
Comments #909090 #909090
Strings #4d6820 #4d6820
Keywords #8b4d80 #8b4d80
Functions #2a6f8e #2a6f8e
Tags/Variables #a03530 #a03530
Classes/Types #8a6d20 #8a6d20
Numbers #b06020 #b06020
Library/Support #247067 #247067

Plugin Compatibility

Mercurial includes dedicated scopes for these popular Sublime Text plugins:

  • GitGutter — colored gutter marks for insertions, deletions, and changes
  • BracketHighlighter — per-bracket-type coloring (curly, round, square, angle, tag, quote)
  • SublimeLinter — error, warning, and info mark colors (SublimeLinter 4+)

Supported Languages

Full syntax coverage for PHP, JavaScript, TypeScript, HTML, CSS, LESS, Sass/SCSS, JSON, YAML, Markdown, SQL, Python, Shell/Bash, CoffeeScript, Makefile, Twig, Handlebars, and all languages using standard TextMate scopes.

Credits