aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alacritty.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/alacritty.yml b/alacritty.yml
index b17e57c..3ac16da 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -15,14 +15,10 @@ 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
23colors: 18colors:
24 primary: 19 primary:
25 background: "#111111" 20 background: "#111111"
26 cursor: 21 cursor:
22 cursor: "#ffa500"
27 text: "#000000" 23 text: "#000000"
28 cursor: "#ffffff" 24