aboutsummaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-05-02 23:02:43 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-05-02 23:02:43 -0600
commita65108b731e772fadf383158eb44313c7c54787e (patch)
tree496ee10c23c23e777546882bbf3e6370b8f5bc59 /alacritty
parentd5dfe1f1251f38bcba43138b5e53c1201b331fd0 (diff)
downloaddotfiles-a65108b731e772fadf383158eb44313c7c54787e.tar
dotfiles-a65108b731e772fadf383158eb44313c7c54787e.tar.gz
dotfiles-a65108b731e772fadf383158eb44313c7c54787e.tar.bz2
idk, did some nvim stuff and xinitrc tweaks
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/.alacritty.yml63
1 files changed, 60 insertions, 3 deletions
diff --git a/alacritty/.alacritty.yml b/alacritty/.alacritty.yml
index d575aa3..52926c7 100644
--- a/alacritty/.alacritty.yml
+++ b/alacritty/.alacritty.yml
@@ -18,14 +18,71 @@ window:
padding:
x: 10
y: 10
- opacity: 0.9
+ # opacity: 0.95
+
+#colors:
+# primary:
+# background: '#000000'
+# foreground: '#ffffff'
+#
+# normal:
+# black: '#000000'
+# red: '#B00508'
+# green: '#1B8F06'
+# yellow: '#E9E700'
+# blue: '#0858B5'
+# magenta: '#830CB4'
+# cyan: '#0CB488'
+# white: '#9e9e9e'
+#
+# bright:
+# black: '#373737'
+# red: '#FF1313'
+# green: '#44FF3A'
+# yellow: '#FFAE11'
+# blue: '#0095FF'
+# magenta: '#D400D2'
+# cyan: '#28FCB8'
+# white: '#ffffff'
+
+# Colors (Ayu Dark)
+colors:
+ # Default colors
+ primary:
+ background: '0x0A0E14'
+ foreground: '0xB3B1AD'
+
+ # Normal colors
+ normal:
+ black: '0x01060E'
+ red: '0xEA6C73'
+ green: '0x91B362'
+ yellow: '0xF9AF4F'
+ blue: '0x53BDFA'
+ magenta: '0xFAE994'
+ cyan: '0x90E1C6'
+ white: '0xC7C7C7'
+
+ # Bright colors
+ bright:
+ black: '0x686868'
+ red: '0xF07178'
+ green: '0xC2D94C'
+ yellow: '0xFFB454'
+ blue: '0x59C2FF'
+ magenta: '0xFFEE99'
+ cyan: '0x95E6CB'
+ white: '0xFFFFFF'
# Gruvbox dark
colors:
primary:
- background: '#282828'
+# background: '#282828'
+# background: '#3c3836'
+ background: '#32302f'
+# background: '#000000'
foreground: '#fbf1c7'
-
+#
normal:
black: '#282828'
red: '#cc241d'