This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new c07519f Update jewel-themes.md fixed minor text issues
c07519f is described below
commit c07519f739b430cd0356b8427ccf5118775e15eb
Author: Andrew Wetmore <[email protected]>
AuthorDate: Mon Dec 16 10:11:06 2024 -0400
Update jewel-themes.md fixed minor text issues
---
component-sets/jewel/jewel-themes.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/component-sets/jewel/jewel-themes.md
b/component-sets/jewel/jewel-themes.md
index 8305428..43ac30f 100644
--- a/component-sets/jewel/jewel-themes.md
+++ b/component-sets/jewel/jewel-themes.md
@@ -25,11 +25,11 @@ permalink: /component-sets/jewel/themes
The look and feel of the Jewel component set
-The Jewel component set focuses on themes. When you set the theme of an
application, you set the appearance of _all_ components at once. When you
change to a different theme, the appearance of all components changes at once.
+The Jewel component set makes use of themes. When you set the theme of an
application, you set the appearance of _all_ components at once. When you
change to a different theme, the appearance of all components changes at once.
-A theme is a predefined CSS file (and optionally other assets like images)
that holds the definitions of each Jewel component, its subcomponents and the
default [beads](features/strands-and-beads) used to configure the components.
+A theme is a predefined CSS file (and, optionally, other assets like images)
that holds the definitions of each Jewel component, its subcomponents and the
default [beads](features/strands-and-beads) used to configure the components.
-[Apache Royale](https://royale.apache.org/) uses a theme to add the right css
selectors to the final compilation so when the user loads the application the
required css and other files are loaded and the application shows a concrete
look and feel.
+[Apache Royale](https://royale.apache.org/) uses a theme to add the right css
selectors to the final compilation, so when the user loads the application the
required css and other files are loaded and the application shows a consistent
look and feel.
## Colors
@@ -57,7 +57,7 @@ Current colors are:
## Light / Dark and Flat / No-Flat
-Jewel themes cover multiple visual needs and support Light/Dark and Flat/No
Flat themes:
+Jewel themes cover multiple visual needs and support Light/Dark and Flat/No
Flat variants:
{:align="center"}
{:height="80%"
width="80%"}
@@ -79,7 +79,7 @@ Light/Flat
<br>
Dark/Flat
-Jewel Themes are delivered by a CSS file (`default.css`), with all needed CSS
rules predefined. We create this CSSs using the __Jewel SASS Theme framework__
located in the __JewelTheme__ project. By updating the rules in this theme
project, we can recompile all predefined Jewel themes in Apache Royale to
update with the latest changes.
+Jewel Themes are delivered by a CSS file (`default.css`), with all needed CSS
rules predefined. We create this CSS using the __Jewel SASS Theme framework__
located in the __JewelTheme__ project. By updating the rules in this theme
project, we can recompile all predefined Jewel themes in Apache Royale to
update with the latest changes.
## Predefined Jewel Themes
@@ -89,7 +89,7 @@ The Jewel library has a __master theme__ called JewelTheme
and other 144 themes
## Using Jewel Themes
-You can use up to three of the predefined jewel themes in the `themes` folder
in a normal Application project: one for primary color, one for secondary color
and one for emphasized color (i.e:
`themes/Jewel-Light-NoFlat-Primary-Blue-Theme`,
`themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme` and finally
`themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme`).
+You can use up to three of the predefined Jewel themes in the `themes` folder
in a normal Application project: one for primary colors, one for secondary
colors and one for emphasized colors (i.e:
`themes/Jewel-Light-NoFlat-Primary-Blue-Theme`,
`themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme` and finally
`themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme`).
Example for maven pom.xml configuration: