Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here are screenshots of the available themes. Note that these screenshots were taken in Windows 8.1, and some themes adjust to the systems colors and may therefore be different on your system.

         Image Removed

         Image Removed

  • WinXP

          Image Removed

  • Office2000Plain 

         Image Removed

  • OfficeXPPlain

         Image Removed

  • Office2003Plain

         Image Removed

...

Office2000

Office2003

WinXP

Office2000Plain 

OfficeXPPlain

Office2003Plain

Image AddedImage AddedImage AddedImage AddedImage AddedImage Added
WinXPPlainToolboxToolboxWhidbeyListViewListViewOfficeXPListViewOffice2003
Image AddedImage AddedImage AddedImage AddedImage AddedImage Added
Office2007BlueOffice2007BlackOffice2007SilverOffice2010BlueOffice2010BlackOffice2010Silver
Image AddedImage AddedImage AddedImage AddedImage AddedImage Added
Windows7Office2013VisualStudio2012Light

VisualStudio2012Dark

  
Image AddedImage AddedImage AddedImage Added  

...

Example

Code Block
// Set an Office theme 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Theme", "Office2003") 

// Set a plain theme 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Theme", "OfficeXPPlain") 

// Set a toolbox theme 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Theme", "ToolboxWhidbey") 

// Set a list view theme 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Theme", "ListViewOffice2003")

...