aboutsummaryrefslogtreecommitdiff
path: root/dots/alacritty/.config/alacritty/alacritty-theme/themes/tango_dark.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/tango_dark.toml')
-rw-r--r--dots/alacritty/.config/alacritty/alacritty-theme/themes/tango_dark.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/tango_dark.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/tango_dark.toml
new file mode 100644
index 0000000..55541a9
--- /dev/null
+++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/tango_dark.toml
@@ -0,0 +1,25 @@
+# GNOME Terminal Tango Dark
+
+[colors.primary]
+background = '#2e3436'
+foreground = '#d3d7cf'
+
+[colors.normal]
+black = '#2e3436'
+red = '#cc0000'
+green = '#4e9a06'
+yellow = '#c4a000'
+blue = '#3465a4'
+magenta = '#75507b'
+cyan = '#06989a'
+white = '#d3d7cf'
+
+[colors.bright]
+black = '#555753'
+red = '#ef2929'
+green = '#8ae234'
+yellow = '#fce94f'
+blue = '#729fcf'
+magenta = '#ad7fa8'
+cyan = '#34e2e2'
+white = '#eeeeec'