Closed joshwiens closed 7 years ago
Do you mean the Operator Mono font? If that is the case, my theme doesn' actually force any kind of fonts nor prevents you from using it.
You can easily customize this in VSCode using "editor.fontFamily": "Your font"
. For example, I use Fira Code
, so I just use "editor.fontFamily": "Fira Code, Consolas, 'Courier New', monospace"
and it works with any theme.
For reference, I was talking about leveraging the fonts options to this sort of effect ...
Oh I see, this has been asked before in the Dark theme port, but at the moment I don't plan on doing that, since this is a direct port from Atom theme itself, I don't plan on adding any extra features at the moment.
Figured I'd bring this here before modifying a fork. Only thing I am missing, this particular theme doesn't take advantage of Operator which is something I have grown quite fond of.
If your interested, I can PR that in here. If not, I can simply modify a fork. Totally up to you.