diff --git a/README.md b/README.md
index 3dc2354..7567ac1 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,7 @@ configuration file.
| **_kimbie_dark_**
[source](https://github.com/idleberg/Kimbie.tmTheme) |  |
| **_kimbie_light_**
[source](https://github.com/idleberg/Kimbie.tmTheme) |  |
| **_konsole_linux_** |  |
+| **_linux_**
[source](https://github.com/torvalds/linux/blob/186f3edfdd41f2ae87fc40a9ccba52a3bf930994/drivers/tty/vt/vt.c#L1369-L1389) |  |
| **_low_contrast_** |  |
| **_Mariana_**
[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) |  |
| **_marine_dark_**
[source](https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml) |  |
diff --git a/images/linux.png b/images/linux.png
new file mode 100644
index 0000000..7019e05
Binary files /dev/null and b/images/linux.png differ
diff --git a/themes/linux.toml b/themes/linux.toml
new file mode 100644
index 0000000..c56b533
--- /dev/null
+++ b/themes/linux.toml
@@ -0,0 +1,28 @@
+# Linux console default colors
+
+# Default colors
+[colors.primary]
+background = '#000000'
+foreground = '#aaaaaa'
+
+# Normal colors
+[colors.normal]
+black = '#000000'
+red = '#aa0000'
+green = '#00aa00'
+yellow = '#aa5500'
+blue = '#0000aa'
+magenta = '#aa00aa'
+cyan = '#00aaaa'
+white = '#aaaaaa'
+
+# Bright colors
+[colors.bright]
+black = '#555555'
+red = '#ff5555'
+green = '#55ff55'
+yellow = '#ffff55'
+blue = '#5555ff'
+magenta = '#ff55ff'
+cyan = '#55ffff'
+white = '#ffffff'