summaryrefslogtreecommitdiff
path: root/.config/.alacritty.yml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-12-08 11:52:16 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-12-08 11:52:16 +0100
commit956df69d7496081db5e7b3621a0bcc7b9d7f7dfc (patch)
tree2c1de01541d70d1cbcb59974e42102440359f153 /.config/.alacritty.yml
parent1eca5dc0fe3648341e1707efc811162fc5056888 (diff)
move to .config folder
Diffstat (limited to '.config/.alacritty.yml')
-rw-r--r--.config/.alacritty.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/.config/.alacritty.yml b/.config/.alacritty.yml
new file mode 100644
index 0000000..64fbd8c
--- /dev/null
+++ b/.config/.alacritty.yml
@@ -0,0 +1,38 @@
+shell:
+ program: /usr/bin/tmux
+ args:
+ - new-session
+
+font:
+ normal:
+ family: DejaVuSansMono
+ style: Nerd
+
+colors:
+ primary:
+ background: "0x111111"
+ foreground: "0xc1c1c1"
+
+ cursor:
+ text: "0x424242"
+ cursor: "0x808080"
+
+ normal:
+ black: "0x111111"
+ red: "0xaf005f"
+ green: "0x5faf00"
+ yellow: "0xd7af5f"
+ blue: "0x5fafd7"
+ magenta: "0x808080"
+ cyan: "0xd7875f"
+ white: "0xf2f2f2"
+
+ bright:
+ black: "0x6a6a6a"
+ red: "0x5faf5f"
+ green: "0xafd700"
+ yellow: "0xaf87d7"
+ blue: "0xffaf00"
+ magenta: "0xffaf00"
+ cyan: "0x00afaf"
+ white: "0x5f8787"