Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Nov 9, 2021
1 parent fe8878c commit 4c24afd
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 deletions.
22 changes: 11 additions & 11 deletions docs/theming/skins/colorschemes-extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,57 @@

The following [color schemes](colorschemes.md) are available in the [extras pack](https://github.com/kirill-grouchnikov/radiance/tree/sunshine/theming-extras) under the `org.pushingpixels.radiance.theming.extras.api.colorschemepack` package:

`Belize`, `Bloody Moon`
Belize, Bloody Moon
<p>
<img alt="Belize" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/belize.png" width="340" height="258" />
<img alt="Bloody Moon" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/bloody-moon.png" width="340" height="258" />
</p>
`Blue Yonder`, `Brick Wall`
Blue Yonder, Brick Wall
<p>
<img alt="Blue Yonder" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/blue-yonder.png" width="340" height="258" />
<img alt="Brick Wall" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/brick-wall.png" width="340" height="258" />
</p>
`Brown Velvet`, `Cobalt Steel`
Brown Velvet, Cobalt Steel
<p>
<img alt="Brown Velvet" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/brown-velvet.png" width="340" height="258" />
<img alt="Cobalt Steel" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/cobalt-steel.png" width="340" height="258" />
</p>
`Desert Mars`, `Earth Fresco`
Desert Mars, Earth Fresco
<p>
<img alt="Desert Mars" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/desert-mars.png" width="340" height="258" />
<img alt="Earth Fresco" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/earth-fresco.png" width="340" height="258" />
</p>
`Emerald Grass`, `Fauve Mauve`
Emerald Grass, Fauve Mauve
<p>
<img alt="Emerald Grass" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/emerald-grass.png" width="340" height="258" />
<img alt="Fauve Mauve" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/fauve-mauve.png" width="340" height="258" />
</p>
`Gooseberry Jungle`, `Green Pearl`
Gooseberry Jungle, Green Pearl
<p>
<img alt="Gooseberry Jungle" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/gooseberry-jungle.png" width="340" height="258" />
<img alt="Green Pearl" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/green-pearl.png" width="340" height="258" />
</p>
`Mahogany`, `Orchid Alloy`
Mahogany, Orchid Alloy
<p>
<img alt="Mahogany" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/mahogany.png" width="340" height="258" />
<img alt="Orchid Alloy" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/orchid-alloy.png" width="340" height="258" />
</p>
`Peach`, `Placid Pink`
Peach, Placid Pink
<p>
<img alt="Peach" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/peach.png" width="340" height="258" />
<img alt="Placid Pink" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/placid-pink.png" width="340" height="258" />
</p>
`Sky High`, `Spring Leaf`
Sky High, Spring Leaf
<p>
<img alt="Sky High" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/sky-high.png" width="340" height="258" />
<img alt="Spring Leaf" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/spring-leaf.png" width="340" height="258" />
</p>
`Turquoise Lake`, `Wild Pine`
Turquoise Lake, Wild Pine
<p>
<img alt="Turquoise Lake" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/turquoise-lake.png" width="340" height="258" />
<img alt="Wild Pine" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/wild-pine.png" width="340" height="258" />
</p>
`Yellow Marine`
Yellow Marine
<p>
<img alt="" src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/theming-extras/colorschemes/yellow-marine.png" width="340" height="258" />
</p>
24 changes: 12 additions & 12 deletions docs/theming/skins/dark.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Twilight

Available in the `TwilightSkin`. In addition, the `RadianceTwilightLookAndFeel` can be used with one of the following options:
Available in the `TwilightSkin` and the `RadianceTwilightLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new TwilightSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceTwilightSkin")`
Expand All @@ -17,7 +17,7 @@ Available in the `TwilightSkin`. In addition, the `RadianceTwilightLookAndFeel`

### Night Shade

Available in the `NightShadeSkin`. In addition, the `RadianceNightShadeLookAndFeel` can be used with one of the following options:
Available in the `NightShadeSkin` and the `RadianceNightShadeLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new NightShadeSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceNightShadeSkin")`
Expand All @@ -32,7 +32,7 @@ Available in the `NightShadeSkin`. In addition, the `RadianceNightShadeLookAndFe

### Magellan

Available in the `MagellanSkin`. In addition, the `RadianceMagellanLookAndFeel` can be used with one of the following options:
Available in the `MagellanSkin` and the `RadianceMagellanLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new MagellanSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceMagellanSkin")`
Expand All @@ -47,7 +47,7 @@ Available in the `MagellanSkin`. In addition, the `RadianceMagellanLookAndFeel`

### Graphite

Available in the `GraphiteSkin`. In addition, the `RadianceGraphiteLookAndFeel` can be used with one of the following options:
Available in the `GraphiteSkin` and the `RadianceGraphiteLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new GraphiteSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteSkin")`
Expand All @@ -62,7 +62,7 @@ Available in the `GraphiteSkin`. In addition, the `RadianceGraphiteLookAndFeel`

### Graphite Chalk

Available in the `GraphiteChalkSkin`. In addition, the `RadianceGraphiteChalkLookAndFeel` can be used with one of the following options:
Available in the `GraphiteChalkSkin` and the `RadianceGraphiteChalkLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new GraphiteChalkSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteChalkSkin")`
Expand All @@ -77,7 +77,7 @@ Available in the `GraphiteChalkSkin`. In addition, the `RadianceGraphiteChalkLoo

### Graphite Aqua

Available in the `GraphiteAquaSkin`. In addition, the `RadianceGraphiteAquaLookAndFeel` can be used with one of the following options:
Available in the `GraphiteAquaSkin` and the `RadianceGraphiteAquaLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new GraphiteAquaSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteAquaSkin")`
Expand All @@ -92,7 +92,7 @@ Available in the `GraphiteAquaSkin`. In addition, the `RadianceGraphiteAquaLookA

### Graphite Electric

Available in the `GraphiteElectricSkin`. In addition, the `RadianceGraphiteElectricLookAndFeel` can be used with one of the following options:
Available in the `GraphiteElectricSkin` and the `RadianceGraphiteElectricLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new GraphiteElectricSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteElectricSkin")`
Expand All @@ -107,7 +107,7 @@ Available in the `GraphiteElectricSkin`. In addition, the `RadianceGraphiteElect

### Graphite Gold

Available in the `GraphiteGoldSkin`. In addition, the `RadianceGraphiteGoldLookAndFeel` can be used with one of the following options:
Available in the `GraphiteGoldSkin` and the `RadianceGraphiteGoldLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new GraphiteGoldSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteGoldSkin")`
Expand All @@ -122,7 +122,7 @@ Available in the `GraphiteGoldSkin`. In addition, the `RadianceGraphiteGoldLookA

### Graphite Sienna

Available in the `GraphiteSiennaSkin`. In addition, the `RadianceGraphiteSiennaLookAndFeel` can be used with one of the following options:
Available in the `GraphiteSiennaSkin` and the `RadianceGraphiteSiennaLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new GraphiteSiennaSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteSiennaSkin")`
Expand All @@ -137,7 +137,7 @@ Available in the `GraphiteSiennaSkin`. In addition, the `RadianceGraphiteSiennaL

### Graphite Sunset

Available in the `GraphiteSunsetSkin`. In addition, the `RadianceGraphiteSunsetLookAndFeel` can be used with one of the following options:
Available in the `GraphiteSunsetSkin` and the `RadianceGraphiteSunsetLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new GraphiteSunsetSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteSunsetSkin")`
Expand All @@ -152,7 +152,7 @@ Available in the `GraphiteSunsetSkin`. In addition, the `RadianceGraphiteSunsetL

### Graphite Glass

Available in the `GraphiteGlassSkin`. In addition, the `RadianceGraphiteGlassLookAndFeel` can be used with one of the following options:
Available in the `GraphiteGlassSkin` and the `RadianceGraphiteGlassLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new GraphiteGlassSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteGlassSkin")`
Expand All @@ -167,7 +167,7 @@ Available in the `GraphiteGlassSkin`. In addition, the `RadianceGraphiteGlassLoo

### Raven

Available in the `RavenSkin`. In addition, the `RadianceRavenLookAndFeel` can be used with one of the following options:
Available in the `RavenSkin` and the `RadianceRavenLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new RavenSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.api.skin.RadianceRavenSkin")`
Expand Down
18 changes: 9 additions & 9 deletions docs/theming/skins/skins-extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following [skins](overview.md) are available in the [extras pack](https://gi

### Field of Wheat

Available in the `FieldOfWheatSkin`. In addition, the `RadianceFieldOfWheatLookAndFeel` can be used with one of the following options:
Available in the `FieldOfWheatSkin` and the `RadianceFieldOfWheatLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new FieldOfWheatSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.extras.api.skinpack.FieldOfWheatSkin")`
Expand All @@ -19,7 +19,7 @@ Available in the `FieldOfWheatSkin`. In addition, the `RadianceFieldOfWheatLookA

### Finding Nemo

Available in the `FindingNemoSkin`. In addition, the `RadianceFindingNemoLookAndFeel` can be used with one of the following options:
Available in the `FindingNemoSkin` and the `RadianceFindingNemoLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new FindingNemoSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.extras.api.skinpack.FindingNemoSkin")`
Expand All @@ -35,7 +35,7 @@ Available in the `FindingNemoSkin`. In addition, the `RadianceFindingNemoLookAnd

### Harvest

Available in the `HarvestSkin`. In addition, the `RadianceHarvestLookAndFeel` can be used with one of the following options:
Available in the `HarvestSkin` and the `RadianceHarvestLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new HarvestSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.extras.api.skinpack.HarvestSkin")`
Expand All @@ -50,7 +50,7 @@ Available in the `HarvestSkin`. In addition, the `RadianceHarvestLookAndFeel` ca

### Magma

Available in the `MagmaSkin`. In addition, the `RadianceMagmaLookAndFeel` can be used with one of the following options:
Available in the `MagmaSkin` and the `RadianceMagmaLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new MagmaSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.extras.api.skinpack.MagmaSkin")`
Expand All @@ -65,7 +65,7 @@ Available in the `MagmaSkin`. In addition, the `RadianceMagmaLookAndFeel` can be

### Mango

Available in the `MangoSkin`. In addition, the `RadianceMangoLookAndFeel` can be used with one of the following options:
Available in the `MangoSkin` and the `RadianceMangoLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new MangoSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.extras.api.skinpack.MangoSkin")`
Expand All @@ -80,7 +80,7 @@ Available in the `MangoSkin`. In addition, the `RadianceMangoLookAndFeel` can be

### Office Black 2007

Available in the `OfficeBlack2007Skin`. In addition, the `RadianceOfficeBlack2007LookAndFeel` can be used with one of the following options:
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.extras.api.skinpack.OfficeBlack2007Skin")`
Expand All @@ -95,7 +95,7 @@ Available in the `OfficeBlack2007Skin`. In addition, the `RadianceOfficeBlack200

### Office Blue 2007

Available in the `OfficeBlue2007Skin`. In addition, the `RadianceOfficeBlue2007LookAndFeel` can be used with one of the following options:
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.extras.api.skinpack.OfficeBlue2007Skin")`
Expand All @@ -110,7 +110,7 @@ Available in the `OfficeBlue2007Skin`. In addition, the `RadianceOfficeBlue2007L

### Office Silver 2007

Available in the `OfficeSilver2007Skin`. In addition, the `RadianceOfficeSilver2007LookAndFeel` can be used with one of the following options:
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.OfficeSilver2007Skin")`
Expand All @@ -125,7 +125,7 @@ Available in the `OfficeSilver2007Skin`. In addition, the `RadianceOfficeSilver2

### Streetlights

Available in the `StreetlightsSkin`. In addition, the `RadianceStreetlightsLookAndFeel` can be used with one of the following options:
Available in the `StreetlightsSkin` and the `RadianceStreetlightsLookAndFeel` APIs, can be used with one of the following options:

* `RadianceThemingCortex.GlobalScope.setSkin(new StreetlightsSkin())`
* `RadianceThemingCortex.GlobalScope.setSkin("org.pushingpixels.radiance.theming.extras.api.skinpack.StreetlightsSkin")`
Expand Down
Loading

0 comments on commit 4c24afd

Please sign in to comment.