diff --git a/README.md b/README.md
index 59d5e8a..1182792 100644
--- a/README.md
+++ b/README.md
@@ -188,6 +188,7 @@ configuration file.
| **_tokyo_night_**
[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) |  |
| **_tokyo_night_storm_**
[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) |  |
| **_tokyo_night_enhanced_**
[source](https://github.com/Venage5603/Tokyo-Night-Dark-Enhanced) |  |
+| **_tokyo_night_light_**
[source](https://github.com/tokyo-night/tokyo-night-vscode-theme) |  |
| **_tomorrow_**
[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
| **_tomorrow_night_**
[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
| **_tomorrow_night_blue_**
[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
diff --git a/images/tokyo_night_light.png b/images/tokyo_night_light.png
new file mode 100644
index 0000000..2e4760f
Binary files /dev/null and b/images/tokyo_night_light.png differ
diff --git a/themes/tokyo_night_light.toml b/themes/tokyo_night_light.toml
new file mode 100644
index 0000000..9c2deb8
--- /dev/null
+++ b/themes/tokyo_night_light.toml
@@ -0,0 +1,30 @@
+[colors.primary]
+background = "#d6d8df"
+foreground = "#343B58"
+
+[colors.cursor]
+cursor = "#707280"
+
+[colors.selection]
+text = "CellForeground"
+background = "#acb0bf"
+
+[colors.normal]
+black = "#343B58"
+red = "#c24242"
+green = "#41a6b5"
+yellow = "#8f5e15"
+blue = "#2959aa"
+magenta = "#7b43ba"
+cyan = "#006c86"
+white = "#707280"
+
+[colors.bright]
+black = "#343B58"
+red = "#c24242"
+green = "#41a6b5"
+yellow = "#8f5e15"
+blue = "#2959aa"
+magenta = "#7b43ba"
+cyan = "#006c86"
+white = "#707280"