summaryrefslogtreecommitdiff
path: root/docs/themes/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/themes/readme.md')
-rw-r--r--docs/themes/readme.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/themes/readme.md b/docs/themes/readme.md
index 7dd177ab..4d76aa2f 100644
--- a/docs/themes/readme.md
+++ b/docs/themes/readme.md
@@ -75,14 +75,14 @@ $red-500: #da1416;
$yellow-100: #fff8e4;
$yellow-500: #efc100;
-$gray-100: #fafafa;
-$gray-200: #f4f4f4;
-$gray-300: #dcdee0;
-$gray-400: #ccc;
+$gray-100: #f4f4f4;
+$gray-200: #e6e6e6;
+$gray-300: #d8d8d8;
+$gray-400: #cccccc;
$gray-500: #b3b3b3;
$gray-600: #999999;
$gray-700: #666666;
-$gray-800: #333333;
+$gray-800: #3f3f3f;
$gray-900: #161616;
```