aboutsummaryrefslogtreecommitdiff
path: root/docs/en/developers
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/developers')
-rw-r--r--docs/en/developers/04_Frontend/02_Design.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/developers/04_Frontend/02_Design.md b/docs/en/developers/04_Frontend/02_Design.md
index f3dbc10eb..a497ac29d 100644
--- a/docs/en/developers/04_Frontend/02_Design.md
+++ b/docs/en/developers/04_Frontend/02_Design.md
@@ -11,7 +11,7 @@ The easiest way to create a theme is by copying and modifying the base theme (or
- an **icons** folder containing .svg, .ico, and .png files to override existing icons
- a **thumbs** folder containing a file, **original.png** that will be used as the preview for the theme
-"_template.css" is normally added to the metadata file as a fallback for missing aspects. The file is taken from the base theme. If submitting a pull request for a theme, please know that [pull request themes must include this file.](https://github.com/FreshRSS/FreshRSS/pull/2938#issuecomment-624085450)
+"_frss.css" is normally added to the metadata file as a fallback for missing aspects. The file is taken from the base theme. If submitting a pull request for a theme, please know that [pull request themes must include this file.](https://github.com/FreshRSS/FreshRSS/pull/2938#issuecomment-624085450)
## RTL Support
@@ -31,7 +31,7 @@ To replace the default icons, add an "icons" folder to your theme’s folder. Us
"author": "Theme author",
"description": "Theme description",
"version": 0.1,
- "files": ["_template.css", "file1.css", "file2.css"]
+ "files": ["_frss.css", "file1.css", "file2.css"]
}
```