diff --git a/doc/THEMING.md b/doc/THEMING.md index 38ccd2dd..0dd05973 100644 --- a/doc/THEMING.md +++ b/doc/THEMING.md @@ -5,7 +5,7 @@ The manifest specifies variants (eg: dark,light ...) each of which is a **theme* Each such theme is produced by changing the values of variables in the base `theme.css` file with those specified in the variant section of the manifest: -![](https://i.imgur.com/xepi7sx.png) +![](images/theming-architecture.png) More in depth explanations can be found in later sections. @@ -113,7 +113,7 @@ For colorizing svgs, the source svg must use `#ff00ff` as the primary color and -| ![](https://i.imgur.com/Mda5YmQ.png) | ![](https://i.imgur.com/TENQIeK.png) | +| ![](images/svg-icon-example.png) | ![](images/coloring-process.png) | | :--: |:--: | | **original source image** | **transformation process** | diff --git a/doc/images/coloring-process.png b/doc/images/coloring-process.png new file mode 100644 index 00000000..5de0d79a Binary files /dev/null and b/doc/images/coloring-process.png differ diff --git a/doc/images/svg-icon-example.png b/doc/images/svg-icon-example.png new file mode 100644 index 00000000..daf40258 Binary files /dev/null and b/doc/images/svg-icon-example.png differ diff --git a/doc/images/theming-architecture.png b/doc/images/theming-architecture.png new file mode 100644 index 00000000..165f7faf Binary files /dev/null and b/doc/images/theming-architecture.png differ