]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/github_light_colorblind.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / github_light_colorblind.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/github_light_colorblind.yaml b/stow/alacritty/.config/alacritty/themes/themes/github_light_colorblind.yaml
new file mode 100644 (file)
index 0000000..abfdb7a
--- /dev/null
@@ -0,0 +1,32 @@
+# github Alacritty Colors
+colors:
+  # Default colors
+  primary:
+    background: '0xffffff'
+    foreground: '0x0E1116'
+
+  # Normal colors
+  normal:
+    black:   '0x24292f'
+    red:     '0xcf222e'
+    green:   '0x116329'
+    yellow:  '0x4d2d00'
+    blue:    '0x0969da'
+    magenta: '0x8250df'
+    cyan:    '0x1b7c83'
+    white:   '0x6e7781'
+
+  # Bright colors
+  bright:
+    black:   '0x57606a'
+    red:     '0xa40e26'
+    green:   '0x1a7f37'
+    yellow:  '0x633c01'
+    blue:    '0x218bff'
+    magenta: '0xa475f9'
+    cyan:    '0x3192aa'
+    white:   '0x8c959f'
+
+  indexed_colors:
+    - { index: 16, color: '0xd18616' }
+    - { index: 17, color: '0xa40e26' }