Material-theme-jetbrains: Remove italic style

Created on 20 Jul 2017  路  2Comments  路  Source: ChrisRM/material-theme-jetbrains

How to remove italic font style from the editor font?

Most helpful comment

look for places where it's italic in Colors And Fonts, then disable it.

All 2 comments

look for places where it's italic in Colors And Fonts, then disable it.

Editing the color theme settings files directly seems to work:

sed -i '/<option name="FONT_TYPE".*/d' <jetbrains settings dir>/colors/*

e.g.

sed -i '/<option name="FONT_TYPE".*/d' ~/Library/Application Support/JetBrains/WebStorm2020.1/colors/*
Was this page helpful?
0 / 5 - 0 ratings

Related issues

cryzed picture cryzed  路  4Comments

dg00GT00 picture dg00GT00  路  3Comments

un000 picture un000  路  4Comments

uar-zlatko-alomerovic picture uar-zlatko-alomerovic  路  3Comments

nammaianh picture nammaianh  路  3Comments