akamud / vscode-theme-onelight

VSCode Theme based on Atom's One Light theme
MIT License
79 stars 54 forks source link

feat: Operator mono support #9

Closed joshwiens closed 7 years ago

joshwiens commented 7 years ago

First light theme in 21 years I have ever liked

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.

akamud commented 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.

joshwiens commented 7 years ago

For reference, I was talking about leveraging the fonts options to this sort of effect ...

screen shot 2017-10-06 at 12 58 52 pm

akamud commented 7 years ago

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.