aboutsummaryrefslogtreecommitdiff
path: root/terminals/alacritty
diff options
context:
space:
mode:
authorco1ncidence <r3yan.chaudhry@zohomail.com>2020-09-17 21:00:18 -0500
committerco1ncidence <r3yan.chaudhry@zohomail.com>2020-09-17 21:00:18 -0500
commit70f6452bddd5798ec5b7941b5c470ae0d5c389d2 (patch)
tree999ce3996f9729352b96dc40ef0c270994eca57a /terminals/alacritty
parentf7b9ed43309d2e3a1de5e05ecd27c0f0ceee369d (diff)
docs:update
Diffstat (limited to 'terminals/alacritty')
-rw-r--r--terminals/alacritty/alacritty.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/terminals/alacritty/alacritty.yml b/terminals/alacritty/alacritty.yml
new file mode 100644
index 0000000..bc3fdc1
--- /dev/null
+++ b/terminals/alacritty/alacritty.yml
@@ -0,0 +1,27 @@
+colors:
+ # Default colors
+ primary:
+ background: '0x121213'
+ foreground: '0xfdf9f7'
+
+ # Normal colors
+ normal:
+ black: '0x1c1b1d'
+ red: '0xde9dac'
+ green: '0x9ddeaf'
+ yellow: '0xdedd9d'
+ blue: '0x9dacde'
+ magenta: '0xaf9dde'
+ cyan: '0x9dccde'
+ white: '0xf4e0d8'
+
+ # Bright colors
+ bright:
+ black: '0x262427'
+ red: '0xf7afc0'
+ green: '0xaff7c3'
+ yellow: '0xf7f6af'
+ blue: '0xafc0f7'
+ magenta: '0xc3aff7'
+ cyan: '0xafe3f7'
+ white: '0xf9ece8'