diff --git a/README-FR.md b/README-FR.md
index 8093b18e2a8fc3bfc10da9134b5ad083fbf842b6..58cdba08ea55e82b773be36ac4e7e43f64503e38 100644
--- a/README-FR.md
+++ b/README-FR.md
@@ -13,7 +13,7 @@ Alpaga theme pour [Slidev](https://github.com/slidevjs/slidev).
 Il suffit d'ajouter le frontmatter suivant en tête de ton fichier `slides.md`. Lance Slidev et tu seras invité à télécharger le thème. 
 
 <pre><code>---
-theme: <b>alpaga</b>
+theme: <b>@lydra/slidev-theme-alpaga</b>
 ---</code></pre>
 
 En savoir plus sur [comment s'utilisent les thèmes](https://fr.sli.dev/themes/use.html).
diff --git a/README.md b/README.md
index 2fd2912cda48f5339585ba7bdaba7666f2634e61..cb7ab0ce86a9ec948f47678fb90133cd47be55f9 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Alpaga theme for [Slidev](https://github.com/slidevjs/slidev).
 Add the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically.
 
 <pre><code>---
-theme: <b>alpaga</b>
+theme: <b>@lydra/slidev-theme-alpaga</b>
 ---</code></pre>
 
 Learn more about [how to use a theme](https://sli.dev/themes/use).
diff --git a/styles/layout.css b/styles/layout.css
index 19cc7421f319e3f7ad48dbd99c66d4f078f1e9fc..d9542ba36da59c5b6151f32c4282ab0d2ad66973 100644
--- a/styles/layout.css
+++ b/styles/layout.css
@@ -1,8 +1,6 @@
 :root {
-  // default theme color
-  // can be overrided by uses `themeConfig` option
-  --slidev-theme-primary: #5d8392;
-  --slidev-theme-secondary: red;
+  --slidev-theme-primary: #fb7756;
+  --slidev-theme-secondary: #cc7b4b;
   --slidev-theme-code: white; 
 
 }