diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Creating a custom theme.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Creating a custom theme.html
index 3311ca3f82..0496700e82 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Creating a custom theme.html
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Creating a custom theme.html
@@ -7,39 +7,38 @@
| - | - |
|---|---|
-
- |
- Themes are code notes with a special attribute. Start by creating a new - code note. | -
-
- |
- Then change the note type to a CSS code. | -
-
- |
- In the Owned Attributes section define the #appTheme attribute
- to point to any desired name. This is the name that will show up in the
- appearance section in settings. |
-
| + | + |
|---|---|
+
+ |
+ Themes are code notes with a special attribute. Start by creating a new + code note. | +
+
+ |
+ Then change the note type to a CSS code. | +
+
+ |
+ In the Owned Attributes section define the #appTheme attribute
+ to point to any desired name. This is the name that will show up in the
+ appearance section in settings. |
+
As a very simple example we will change the background color of the launcher pane to a shade of blue.
@@ -61,7 +60,7 @@Simply go back to the note and change according to needs. To apply the - changes to the current window, press Ctrl+Shift+R to + changes to the current window, press Ctrl+Shift+R to refresh.
It's a good idea to keep two windows, one for editing and the other one for previewing the changes.
\ No newline at end of file diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Creating an icon pack.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Creating an icon pack.html index 0256575f96..d5649a2028 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Creating an icon pack.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Creating an icon pack.html @@ -76,7 +76,7 @@ "terms": [ "ball" ] }, "bxs-party": { - "glyph": "\uec92" + "glyph": "\uec92", "terms": [ "party" ] } } diff --git a/docs/User Guide/User Guide/Theme development/Creating a custom theme.md b/docs/User Guide/User Guide/Theme development/Creating a custom theme.md index 12334c6cae..0a39e2f6e2 100644 --- a/docs/User Guide/User Guide/Theme development/Creating a custom theme.md +++ b/docs/User Guide/User Guide/Theme development/Creating a custom theme.md @@ -41,6 +41,6 @@ Do note that the theme will be based off of the legacy theme. To override that a ## Step 5. Making changes -Simply go back to the note and change according to needs. To apply the changes to the current window, press Ctrl+Shift+R to refresh. +Simply go back to the note and change according to needs. To apply the changes to the current window, press Ctrl+Shift+R to refresh. It's a good idea to keep two windows, one for editing and the other one for previewing the changes. \ No newline at end of file diff --git a/docs/User Guide/User Guide/Theme development/Creating an icon pack.md b/docs/User Guide/User Guide/Theme development/Creating an icon pack.md index 06c5c97558..20bc897899 100644 --- a/docs/User Guide/User Guide/Theme development/Creating an icon pack.md +++ b/docs/User Guide/User Guide/Theme development/Creating an icon pack.md @@ -51,7 +51,7 @@ The icon pack manifest is a JSON file with the following structure: "terms": [ "ball" ] }, "bxs-party": { - "glyph": "\uec92" + "glyph": "\uec92", "terms": [ "party" ] } }