summaryrefslogtreecommitdiff
path: root/alacritty/.config
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-05-30 20:05:05 +0000
committerShubham Saini <shubham6405@gmail.com>2020-05-30 20:05:05 +0000
commitd12d9fc8d6eff348706787e61494d63a67eb917e (patch)
treea30db9a23de4fa480c4981a20ab85abe05beb4e3 /alacritty/.config
parent5262da31979f82a27dd53a60a8bf3fc411a1a848 (diff)
changes
Diffstat (limited to 'alacritty/.config')
-rw-r--r--alacritty/.config/alacritty/alacritty.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
index 38cc4c6..b66a33f 100644
--- a/alacritty/.config/alacritty/alacritty.yml
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -30,20 +30,20 @@ background_opacity: 1.0
30 30
31font: 31font:
32 normal: 32 normal:
33 family: "ASM-Regular" 33 family: "JetBrainsMono Nerd Font Mono"
34 style: Regular 34 style: Regular
35 bold: 35 bold:
36 family: "ASM-Bold" 36 family: "JetBrainsMono Nerd Font Mono"
37 style: Bold 37 style: Bold
38 italic: 38 italic:
39 family: "ASM-RegularItalic" 39 family: "JetBrainsMono Nerd Font Mono"
40 style: Italic 40 style: Italic
41 bold_italic: 41 bold_italic:
42 family: "ASM-BoldItalic" 42 family: "JetBrainsMono Nerd Font Mono"
43 style: Bold Italic 43 style: Bold Italic
44 44
45 # Point size 45 # Point size
46 size: 9.0 46 size: 9
47 antialias: true 47 antialias: true
48 autohint: true 48 autohint: true
49 lcdfiler: lcddefault 49 lcdfiler: lcddefault
@@ -65,7 +65,7 @@ cursor:
65 # - ▇ Block 65 # - ▇ Block
66 # - _ Underline 66 # - _ Underline
67 # - | Beam 67 # - | Beam
68 style: Underline 68 style: Block
69 69
70scrolling: 70scrolling:
71 # Maximum number of lines in the scrollback buffer. 71 # Maximum number of lines in the scrollback buffer.