diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5bea72b..c0acdf1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 2.0.1
+
++ Fixed the problem of inconsistent fontStyle color
++ Optimized tmTheme color
+
## 2.0.0
+ Release new theme of pudding light aquarium 🎉
diff --git a/package.json b/package.json
index 1d014fc..4b9bc75 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "pudding-vscode-theme",
"displayName": "Pudding Theme",
"description": "Pudding Color Theme for Visual Studio Code",
- "version": "2.0.0",
+ "version": "2.0.1",
"preview": false,
"publisher": "Bitcookies",
"license": "MIT",
diff --git a/themes/pudding-dark.json b/themes/pudding-dark.json
index a9d7c10..366c4ae 100644
--- a/themes/pudding-dark.json
+++ b/themes/pudding-dark.json
@@ -123,7 +123,7 @@
"breadcrumbPicker.background": "#2B3036",
"editor.background": "#1B1C2B",
- "editor.foreground": "#E1E4E8",
+ "editor.foreground": "#a3c1e8",
"editorWidget.background": "#2B3036",
diff --git a/themes/pudding-light.json b/themes/pudding-light.json
index 16dd742..f8aceeb 100644
--- a/themes/pudding-light.json
+++ b/themes/pudding-light.json
@@ -123,7 +123,7 @@
"breadcrumbPicker.background": "#FAFBFC",
"editor.background": "#F9ECDD",
- "editor.foreground": "#24292E",
+ "editor.foreground": "#A88809",
"editorWidget.background": "#F9CB7E90",
diff --git a/themes/tmTheme/dark-bluedawn.tmTheme b/themes/tmTheme/dark-bluedawn.tmTheme
index 410bf29..377d5e0 100644
--- a/themes/tmTheme/dark-bluedawn.tmTheme
+++ b/themes/tmTheme/dark-bluedawn.tmTheme
@@ -105,7 +105,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
fontStyle
foreground
- #ffffff
+ #FFF
@@ -183,7 +183,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
fontStyle
foreground
- #FFFFFF
+ #a3c1e8