0

I used to have a green run button for my python files in VScode, on both Windows and Linux. Like this image that I found here:

green run button

But now there is a boring white button instead (on Linux):

boring white button

The same thing happened to a few of my friends.

Is there a way to get the green button back?

rioV8
  • 24,506
  • 3
  • 32
  • 49
OverShifted
  • 457
  • 1
  • 7
  • 17

1 Answers1

0

Fixed by adding this line:

.action-label.codicon.codicon-play{color:#89d185}

To this file: /usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.css

OverShifted
  • 457
  • 1
  • 7
  • 17