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; 
 
 }