diff --git a/README.md b/README.md
index b03654d..f5ba9e7 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ configuration file.
| **_ashes_dark_**
[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) | ![base16_ashes_dark](images/ashes_dark.png) |
| **_ashes_light_**
[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) | ![base16_ashes_light](images/ashes_light.png) |
| **_atom_one_light_**
[source](https://github.com/dexpota/kitty-themes/blob/master/themes/AtomOneLight.conf) | ![atom_one_light](images/atom_one_light.png) |
+| **_aura_**
[source](https://github.com/daltonmenezes/aura-theme) | ![aura](images/aura.png) |
| **_ayu_dark_**
[source](https://github.com/ayu-theme/ayu-colors) | ![ayu_dark](images/ayu_dark.png) |
| **_ayu_light_**
[source](https://github.com/ayu-theme/ayu-colors) | ![ayu_light](images/ayu_light.png) |
| **_baitong_**
[source](https://github.com/cypj/baitong-theme) | ![baitong](images/baitong.png) |
diff --git a/images/aura.png b/images/aura.png
new file mode 100644
index 0000000..3324869
Binary files /dev/null and b/images/aura.png differ
diff --git a/themes/aura.toml b/themes/aura.toml
new file mode 100644
index 0000000..e9967ef
--- /dev/null
+++ b/themes/aura.toml
@@ -0,0 +1,30 @@
+[colors.primary]
+background = "#15141b"
+foreground = "#edecee"
+
+[colors.cursor]
+cursor = "#a277ff"
+
+[colors.selection]
+text = "CellForeground"
+background = "#29263c"
+
+[colors.normal]
+black = "#110f18"
+red = "#ff6767"
+green = "#61ffca"
+yellow = "#ffca85"
+blue = "#a277ff"
+magenta = "#a277ff"
+cyan = "#61ffca"
+white = "#edecee"
+
+[colors.bright]
+black = "#4d4d4d"
+red = "#ff6767"
+green = "#61ffca"
+yellow = "#ffca85"
+blue = "#a277ff"
+magenta = "#a277ff"
+cyan = "#61ffca"
+white = "#edecee"