]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/papertheme.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / papertheme.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/papertheme.yaml b/stow/alacritty/.config/alacritty/themes/themes/papertheme.yaml
new file mode 100644 (file)
index 0000000..13117e1
--- /dev/null
@@ -0,0 +1,28 @@
+# Colors (Paper Theme)
+colors:
+  # Default colors
+  primary:
+    background: '#F2EEDE'
+    foreground: '#000000'
+
+  # Normal colors
+  normal:
+    black:   '#000000'
+    red:     '#CC3E28'
+    green:   '#216609'
+    yellow:  '#B58900'
+    blue:    '#1E6FCC'
+    magenta: '#5C21A5'
+    cyan:    '#158C86'
+    white:   '#AAAAAA'
+
+  # Bright colors
+  bright:
+    black:   '#555555'
+    red:     '#CC3E28'
+    green:   '#216609'
+    yellow:  '#B58900'
+    blue:    '#1E6FCC'
+    magenta: '#5C21A5'
+    cyan:    '#158C86'
+    white:   '#AAAAAA'