Gray_code_element

Wednesday, May 13, 2020

Inverting the Colours in Windows 10

At the search bar, type: Adjust color filters

Then turn on Color filters

Choose Inverted.

This will give you white text on a black background in most environments including Word, Chrome, Visual Studio, SolidWorks, and Revit.

No comments:

Post a Comment

Using ESP32 for HTTPS

  #include   < WiFi.h > #include   < WiFiClientSecure.h > const   char *   ssid   =   " yourSSID " ; const   cha...