diff --git a/README.md b/README.md
index cf84987..3ba34ac 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,7 @@ configuration file.
| **_dracula_**
[source](https://draculatheme.com) |  |
| **_dracula_plus_**
[source](https://draculatheme.com) |  |
| **_duskfox_**
[source](https://github.com/EdenEast/nightfox.nvim/blob/7557f26defd093c4e9bc17f28b08403f706f5a44/extra/duskfox/alacritty.toml) |  |
+| **_emacs_default_**
[source](https://github.com/emacs-mirror/emacs/blob/master/lisp/term/tty-colors.el) | |
| **_enfocado_dark_**
[source](https://github.com/wuelnerdotexe/vim-enfocado.git) | |
| **_enfocado_light_**
[source](https://github.com/wuelnerdotexe/vim-enfocado.git) | |
| **_everforest_dark_**
[source](https://github.com/sainnhe/everforest) |  |
diff --git a/images/emacs_default.png b/images/emacs_default.png
new file mode 100644
index 0000000..dd93446
Binary files /dev/null and b/images/emacs_default.png differ
diff --git a/themes/emacs_default.toml b/themes/emacs_default.toml
new file mode 100644
index 0000000..dd8a6e3
--- /dev/null
+++ b/themes/emacs_default.toml
@@ -0,0 +1,27 @@
+# author: Jim Gettys & co
+# converted by: tazjin
+# emacs default theme colours
+
+[colors.primary]
+background = "#FFFFFF"
+foreground = "#000000"
+
+[colors.normal]
+black = "#000000"
+red = "#C00000"
+green = "#20C000"
+yellow = "#C0C000"
+blue = "#0000E0"
+magenta = "#C000C0"
+cyan = "#00C0C0"
+white = "#E0E0E0"
+
+[colors.bright]
+black = "#404040"
+red = "#E02000"
+green = "#20E000"
+yellow = "#E0E000"
+blue = "#0000E0"
+magenta = "#E000E0"
+cyan = "#00E0E0"
+white = "#E0E0E0"