]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/gnome_terminal.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / gnome_terminal.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/gnome_terminal.yaml b/stow/alacritty/.config/alacritty/themes/themes/gnome_terminal.yaml
new file mode 100644 (file)
index 0000000..848e79a
--- /dev/null
@@ -0,0 +1,28 @@
+# Gnome (Gnome Terminal Default)
+colors:
+  # Default colors
+  primary:
+    background: '0x1e1e1e'
+    foreground: '0xffffff'
+
+  # Normal colors
+  normal:
+    black:      '0x171421'
+    red:        '0xc01c28'
+    green:      '0x26a269'
+    yellow:     '0xa2734c'
+    blue:       '0x12488b'
+    magenta:    '0xa347ba'
+    cyan:       '0x2aa1b3'
+    white:      '0xd0cfcc'
+
+  # Bright colors
+  bright:
+    black:      '0x535c64'
+    red:        '0xf66151'
+    green:      '0x33d17a'
+    yellow:     '0xe9ad0c'
+    blue:       '0x2a7bde'
+    magenta:    '0xc061cb'
+    cyan:       '0x33c7de'
+    white:      '0xffffff'