Platformio-atom-ide-terminal: The terminal font has a shadow or 3D effect.

Created on 8 Feb 2018  路  2Comments  路  Source: platformio/platformio-atom-ide-terminal

Most helpful comment

EDIT - HOTFIX
This was annoying me as well, but I found a way to remove the text shadow.

  1. Go into atom's stylesheet styles.less
  2. add the following:
.platformio-ide-terminal .xterm {
    text-shadow: none;
}

This is the corresponding terminal-plus issue


I also have this issue.
Atom: 1.27.0
platformio-ide-terminal: 2.8.1
Machine: Macbook Pro w High Sierra

All 2 comments

EDIT - HOTFIX
This was annoying me as well, but I found a way to remove the text shadow.

  1. Go into atom's stylesheet styles.less
  2. add the following:
.platformio-ide-terminal .xterm {
    text-shadow: none;
}

This is the corresponding terminal-plus issue


I also have this issue.
Atom: 1.27.0
platformio-ide-terminal: 2.8.1
Machine: Macbook Pro w High Sierra

@ivankravets this was already fixed in #535 please close

Was this page helpful?
0 / 5 - 0 ratings

Related issues

QuasimodoNZ picture QuasimodoNZ  路  4Comments

hsaltan picture hsaltan  路  4Comments

0ski picture 0ski  路  5Comments

alexmylonas picture alexmylonas  路  3Comments

wo0dpeker picture wo0dpeker  路  4Comments