Pipboy Theme
Theme inspired by the PipBoy of Fallout videogame series
Font configuration
Following references of this fallout wiki, you can get a nice font configuration to complement PipBoy colors by:
- Download and install monofonto font (for editor code).
- Download and install fixedsys font (for integrated terminal).
- Copy and paste the JSON below in your configuration file:
// PipBoy theme font configuration.
"editor.fontFamily": "Monofonto, Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.letterSpacing": 0.5,
"terminal.integrated.fontSize": 15,
"terminal.integrated.lineHeight": 1.1,
"terminal.integrated.letterSpacing": 1.1,
"terminal.integrated.fontFamily": "Fixedsys Excelsior, monospace"
This is only a default configuration. Feel free to adjust it to meet your preferences.
Troubleshoot
If the fonts aren't recognized after doing the steps described above, follow carefully the steps showed in the docs of each font and try again.