Skip to content

Latest commit

 

History

History
355 lines (258 loc) · 22.1 KB

toneddown.md

File metadata and controls

355 lines (258 loc) · 22.1 KB

Radiance look and feel - toned down skins

Business

Available in the BusinessSkin and the RadianceBusinessLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new BusinessSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceBusinessSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceBusinessLookAndFeel
  • UIManager.setLookAndFeel(new RadianceBusinessLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceBusinessLookAndFeel");

Business Business

Business Blue Steel

Available in the BusinessBlueSteelSkin and the RadianceBusinessBlueSteelLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new BusinessBlueSteelSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceBusinessBlueSteelSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceBusinessBlueSteelLookAndFeel
  • UIManager.setLookAndFeel(new RadianceBusinessBlueSteelLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceBusinessBlueSteelLookAndFeel");

BusinessBlueSteel BusinessBlueSteel

Business Black Steel

Available in the BusinessBlackSteelSkin and the RadianceBusinessBlackSteelLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new BusinessBlackSteelSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceBusinessBlackSteelSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceBusinessBlackSteelLookAndFeel
  • UIManager.setLookAndFeel(new RadianceBusinessBlackSteelLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceBusinessBlackSteelLookAndFeel");

BusinessBlackSteel BusinessBlackSteel

Creme

Available in the CremeSkin and the RadianceCremeLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new CremeSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceCremeSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceCremeLookAndFeel
  • UIManager.setLookAndFeel(new RadianceCremeLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceCremeLookAndFeel");

Creme Creme

Creme Coffee

Available in the CremeCoffeeSkin and the RadianceCremeCoffeeLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new CremeCoffeeSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceCremeCoffeeSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceCremeCoffeeLookAndFeel
  • UIManager.setLookAndFeel(new RadianceCremeCoffeeLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceCremeCoffeeLookAndFeel");

CremeCoffee CremeCoffee

Sahara

Available in the SaharaSkin and the RadianceSaharaLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new SaharaSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceSaharaSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceSaharaLookAndFeel
  • UIManager.setLookAndFeel(new RadianceSaharaLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceSaharaLookAndFeel");

Sahara Sahara

Moderate

Available in the ModerateSkin and the RadianceModerateLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new ModerateSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceModerateSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceModerateLookAndFeel
  • UIManager.setLookAndFeel(new RadianceModerateLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceModerateLookAndFeel");

Moderate Moderate

Nebula

Available in the NebulaSkin and the RadianceNebulaLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new NebulaSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceNebulaSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceNebulaLookAndFeel
  • UIManager.setLookAndFeel(new RadianceNebulaLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceNebulaLookAndFeel");

Nebula Nebula

Nebula Amethyst

Available in the NebulaAmethystSkin and the RadianceNebulaAmethystLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new NebulaAmethystSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceNebulaAmethystSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceNebulaAmethystLookAndFeel
  • UIManager.setLookAndFeel(new RadianceNebulaAmethystLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceNebulaAmethystLookAndFeel");

Nebula Amethyst Nebula Amethyst

Nebula Brick Wall

Available in the NebulaBrickWallSkin and the RadianceNebulaBrickWallLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new NebulaBrickWallSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceNebulaBrickWallSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceNebulaBrickWallLookAndFeel
  • UIManager.setLookAndFeel(new RadianceNebulaBrickWallLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceNebulaBrickWallLookAndFeel");

NebulaBrickWall NebulaBrickWall

Autumn

Available in the AutumnSkin and the RadianceAutumnLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new AutumnSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceAutumnSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceAutumnLookAndFeel
  • UIManager.setLookAndFeel(new RadianceAutumnLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceAutumnLookAndFeel");

Autumn Autumn

Mist Silver

Available in the MistSilverSkin and the RadianceMistSilverLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new MistSilverSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceMistSilverSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceMistSilverLookAndFeel
  • UIManager.setLookAndFeel(new RadianceMistSilverLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceMistSilverLookAndFeel");

MistSilver MistSilver

Mist Aqua

Available in the MistAquaSkin and the RadianceMistAquaLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new MistAquaSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceMistAquaSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceMistAquaLookAndFeel
  • UIManager.setLookAndFeel(new RadianceMistAquaLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceMistAquaLookAndFeel");

MistAqua MistAqua

Dust

Available in the DustSkin and the RadianceDustLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new DustSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceDustSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceDustLookAndFeel
  • UIManager.setLookAndFeel(new RadianceDustLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceDustLookAndFeel");

Dust Dust

Dust Coffee

Available in the DustCoffeeSkin and the RadianceDustCoffeeLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new DustCoffeeSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceDustCoffeeSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceDustCoffeeLookAndFeel
  • UIManager.setLookAndFeel(new RadianceDustCoffeeLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceDustCoffeeLookAndFeel");

DustCoffee DustCoffee

Gemini

Available in the GeminiSkin and the RadianceGeminiLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new GeminiSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGeminiSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceGeminiLookAndFeel
  • UIManager.setLookAndFeel(new RadianceGeminiLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceGeminiLookAndFeel");

Gemini Gemini

Mariner

Available in the MarinerSkin and the RadianceMarinerLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new MarinerSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceMarinerSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceMarinerLookAndFeel
  • UIManager.setLookAndFeel(new RadianceMarinerLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceMarinerLookAndFeel");

Mariner Mariner

Sentinel

Available in the SentinelSkin and the RadianceSentinelLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new SentinelSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceSentinelSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceSentinelLookAndFeel
  • UIManager.setLookAndFeel(new RadianceSentinelLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceSentinelLookAndFeel");

Sentinel Sentinel

Cerulean

Available in the CeruleanSkin and the RadianceCeruleanLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new CeruleanSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceCeruleanSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceCeruleanLookAndFeel
  • UIManager.setLookAndFeel(new RadianceCeruleanLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceCeruleanLookAndFeel");

Cerulean Cerulean

Green Magic

Available in the GreenMagicSkin and the RadianceGreenMagicLookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new GreenMagicSkin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGreenMagicSkin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceGreenMagicLookAndFeel
  • UIManager.setLookAndFeel(new RadianceGreenMagicLookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.api.skin.RadianceGreenMagicLookAndFeel");

Green Magic Green Magic

Office 2007 skins

Note that while these skins were originally designed for the Radiance ribbon component, they can be used in regular Swing applications as any other Radiance skin. Since version 2.0 of Radiance, these skins are part of the extras pack.

Office Silver 2007

Available in the OfficeSilver2007Skin and the RadianceOfficeSilver2007LookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new OfficeSilver2007Skin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeSilver2007Skin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.theming.extras.api.skinpack.RadianceOfficeSilver2007LookAndFeel
  • UIManager.setLookAndFeel(new RadianceOfficeSilver2007LookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeSilver2007LookAndFeel");

Office Silver 2007 Office Silver 2007

Office Blue 2007

Available in the OfficeBlue2007Skin and the RadianceOfficeBlue2007LookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new OfficeBlue2007Skin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.theming.extras.api.skinpack.RadianceOfficeBlue2007Skin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.theming.extras.api.skinpack.RadianceOfficeBlue2007LookAndFeel
  • UIManager.setLookAndFeel(new RadianceOfficeBlue2007LookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeBlue2007LookAndFeel");

Office Blue 2007 Office Blue 2007

Office Black 2007

Available in the OfficeBlack2007Skin and the RadianceOfficeBlack2007LookAndFeel APIs, can be used with one of the following options:

  • RadianceThemingCortex.GlobalScope.setSkin(new OfficeBlack2007Skin())
  • RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.theming.extras.api.skinpack.RadianceOfficeBlack2007Skin")
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.theming.extras.api.skinpack.RadianceOfficeBlack2007LookAndFeel
  • UIManager.setLookAndFeel(new RadianceOfficeBlack2007LookAndFeel())
  • UIManager.setLookAndFeel("org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeBlack2007LookAndFeel");

Office Black 2007 Office Black 2007

Additional skins

Additional skins can be found in the extras pack.