{
// Controls the font family.
"editor.fontFamily": "Operator Mono Lig",
// Font Size
"editor.fontSize": 19,
// Controls the line height. Use 0 to compute the lineHeight from the fontSize.
"editor.lineHeight": 28,
// Enables font ligatures
"editor.fontLigatures": true,
// Custom cursor
"editor.cursorBlinking": "phase",
"editor.cursorWidth": 4,
// Spaces
"editor.renderWhitespace": "all",
// Controls if file decorations should use badges.
"explorer.decorations.badges": false,
// Material icon settings
"material-icon-theme.folders.color": "#37c886",
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.hidesExplorerArrows": true,
// Mandatory The integration with LINUX Bar title and context menu
"window.titleBarStyle": "custom",
// Terminal only Windows
"terminal.integrated.fontSize": 16,
"terminal.integrated.fontWeightBold": "600",
"terminal.integrated.fontWeight": "300",
"terminal.integrated.fontFamily": "'Operator Mono Lig'" // or 'JetBrains Mono'
}