tokyo-night / tokyo-night-vscode-theme

A clean, dark Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night.
MIT License
1.8k stars 119 forks source link

The font in the screenshots isn't JetBrains Mono #87

Closed cysabi closed 6 months ago

cysabi commented 6 months ago

Hello! I really love the look of your theme in the first screenshot, but I noticed a couple of differences from the stock version. I thought it was just the font, and I tried using JetBrains Mono like you pointed out, but it does not seem actually be the same font.

Additionally, the fontSize, lineHeight, and letterSpacing seem to be tweaked, do you happen to know what the exact values you used are? I might be missing some other settings as well!

JetBrains Mono: image Consolas: (the r is incorrect, but it's close! I also tested inconsolata for the same result) image Screenshot: image

cysabi commented 6 months ago

ok! i've played around with it as much as i possible can, here's what i ended with! im pretty sure the font is just the default mac one 💀, but consolas on windows is close enough i personally love iosevka as my preferred drop-in replacement though

  "editor.fontFamily": "'SF Mono', Consolas, Iosevka",
  "editor.fontSize": 11,
  "editor.lineHeight": 1.8,
  "editor.letterSpacing": 0.5,