diff --git a/README.md b/README.md
index 6a83fd1..b2c980d 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,7 @@ There are multiple ways -
| **_tokyo-night-storm_**
[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) | ![tokyo-night-storm](images/tokyo-night-storm.png) |
| **_tomorrow_night_**
[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night](images/tomorrow_night.png) |
| **_tomorrow_night_bright_**
[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night_bright](images/tomorrow_night_bright.png) |
+| **_ubuntu_** | ![ubuntu](images/ubuntu.png) |
| **_wombat_**
[source](https://github.com/djoyner/iTerm2-wombat) | ![wombat](images/wombat.png) |
| **_xterm_** | ![xterm](images/xterm.png) |
diff --git a/images/ubuntu.png b/images/ubuntu.png
new file mode 100644
index 0000000..f3cc1d8
Binary files /dev/null and b/images/ubuntu.png differ
diff --git a/schemes.yaml b/schemes.yaml
index 3e58c94..c5169cc 100644
--- a/schemes.yaml
+++ b/schemes.yaml
@@ -1429,6 +1429,32 @@ schemes:
cyan: '0x54ced6'
white: '0x2a2a2a'
+ ubuntu: &ubuntu
+ primary:
+ background: '0x300a24'
+ foreground: '0xeeeeec'
+ cursor:
+ text: '0xbbbbbb'
+ cursor: '0xb4d5ff'
+ normal:
+ black: '0x2e3436'
+ red: '0xcc0000'
+ green: '0x4e9a06'
+ yellow: '0xc4a000'
+ blue: '0x3465a4'
+ magenta: '0x75507b'
+ cyan: '0x06989a'
+ white: '0xd3d7cf'
+ bright:
+ black: '0x555753'
+ red: '0xef2929'
+ green: '0x8ae234'
+ yellow: '0xfce94f'
+ blue: '0x729fcf'
+ magenta: '0xad7fa8'
+ cyan: '0x34e2e2'
+ white: '0xeeeeec'
+
wombat: &wombat
primary:
background: '0x1f1f1f'
diff --git a/themes/ubuntu.yaml b/themes/ubuntu.yaml
new file mode 100644
index 0000000..ed07dbf
--- /dev/null
+++ b/themes/ubuntu.yaml
@@ -0,0 +1,34 @@
+# 0x From the famous Cobalt2 sublime theme
+# 0x Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
+colors:
+ # 0x Default colors
+ primary:
+ background: '0x300a24'
+ foreground: '0xeeeeec'
+
+ # 0x Colors the cursor will use if `custom_cursor_colors` is true
+ cursor:
+ text: '0xbbbbbb'
+ cursor: '0xb4d5ff'
+
+ # 0x Normal colors
+ normal:
+ black: '0x2e3436'
+ red: '0xcc0000'
+ green: '0x4e9a06'
+ yellow: '0xc4a000'
+ blue: '0x3465a4'
+ magenta: '0x75507b'
+ cyan: '0x06989a'
+ white: '0xd3d7cf'
+
+ # 0x Bright colors
+ bright:
+ black: '0x555753'
+ red: '0xef2929'
+ green: '0x8ae234'
+ yellow: '0xfce94f'
+ blue: '0x729fcf'
+ magenta: '0xad7fa8'
+ cyan: '0x34e2e2'
+ white: '0xeeeeec'