miguelsolorio / min-theme

A minimal theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=miguelsolorio.min-theme
MIT License
198 stars 20 forks source link

Color Format Strings #20

Closed lmittmann closed 4 years ago

lmittmann commented 4 years ago

Hi @misolori, this PR adds the same color to format strings as to numeric values.

constant.other.placeholder adds support to languages such as C and Go, while constant.character.format.placeholder is needed for Python.

Before: screen1 After: screen2