aboutsummaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index bc7eb22..b17e57c 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -15,6 +15,14 @@ font:
15 italic: 15 italic:
16 family: Berkeley Mono 16 family: Berkeley Mono
17 17
18cursor:
19 blink_timeout: 0
20 style:
21 blinking: "Always"
22
18colors: 23colors:
19 primary: 24 primary:
20 background: "#111111" 25 background: "#111111"
26 cursor:
27 text: "#000000"
28 cursor: "#ffffff"