From @lauriii in #216 in #3111409: Add new Olivero frontend theme to Drupal 9.1 core as beta
These are theme overrides.
+++ b/core/themes/olivero/templates/field/field--comment.html.twig
@@ -0,0 +1,57 @@
+ * Default theme override for comment fields.
+++ b/core/themes/olivero/templates/form--search-block-form.html.twig
@@ -0,0 +1,15 @@
+ * Default theme implementation for a 'form' element.
+++ b/core/themes/olivero/templates/form/field-multiple-value-form.html.twig
@@ -0,0 +1,50 @@
+ * Default theme implementation for an individual form element.
+++ b/core/themes/olivero/templates/menu-local-action.html.twig
@@ -0,0 +1,17 @@
+ * Default theme implementation for a single local action link.
+++ b/core/themes/olivero/templates/navigation/toolbar.html.twig
@@ -0,0 +1,51 @@
+ * Default theme implementation for the administrative toolbar.
+++ b/core/themes/olivero/templates/user/user--compact.html.twig
@@ -0,0 +1,25 @@
+ * Default theme implementation to present all user data.
+++ b/core/themes/olivero/templates/user/username.html.twig
@@ -0,0 +1,31 @@
+ * Default theme implementation for displaying a username.
+++ b/core/themes/olivero/templates/views/views-view--frontpage.html.twig
@@ -0,0 +1,94 @@
+ * Default theme implementation for main view template.| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Screenshot from 2020-11-06 09-25-59.png | 15.33 KB | paulocs |
| #5 | 3176906-after-applied.png | 80.43 KB | abhijith s |
| #4 | interdiff-3176906-3-4.txt | 578 bytes | markdorison |
| #4 | 3176906-4.patch | 4.31 KB | markdorison |
| #3 | 3176906-3.patch | 4.32 KB | sarvjeetsingh |
Comments
Comment #2
mherchelComment #3
sarvjeetsingh commentedplease review.
Comment #4
markdorisonComment #5
abhijith s commentedApplied patch #4 and it works fine. The 'Default' word is generally used in documentation templates when the template is identical to their actual templates, which is different in this case.So this patch fixes these documentation errors.
Screenshot:

Comment #6
paulocsPatch #4 looks good.
All "Default theme" were replaced and were replaced correctly.
Comment #8
lauriiiCommitted 9fb22e5 and pushed to 9.2.x. Thanks!
Leaving open for 9.1.x backport.
Comment #10
lauriiiCherry-picked to 9.1.x.