summaryrefslogtreecommitdiff
path: root/alacritty/.config
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-05-28 17:11:21 +0000
committerShubham Saini <shubham6405@gmail.com>2020-05-28 17:11:21 +0000
commitc86ab2f8695dd41b722e00ca36c5ded1f7626a21 (patch)
treef7ceb66c9704f35c96635dd3a2716aee551bc963 /alacritty/.config
parenta365310c55a1646690cd4060d93873e10ad1cd42 (diff)
updated zsh
Diffstat (limited to 'alacritty/.config')
-rw-r--r--alacritty/.config/alacritty/alacritty.yml44
1 files changed, 26 insertions, 18 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
index 85e940b..38cc4c6 100644
--- a/alacritty/.config/alacritty/alacritty.yml
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -1,30 +1,30 @@
1colors: 1colors:
2 # Default colors 2 # Default colors
3 primary: 3 primary:
4 background: "#000000" 4 background: '0x000000'
5 foreground: "#D8DEE9" 5 foreground: '0xc0c5ce'
6 6
7 # Normal colors 7 # Normal colors
8 normal: 8 normal:
9 black: "#3B4252" 9 black: '0x2b303b'
10 red: "#BF616A" 10 red: '0xbf616a'
11 green: "#A3BE8C" 11 green: '0xa3be8c'
12 yellow: "#EBCB8B" 12 yellow: '0xebcb8b'
13 blue: "#81A1C1" 13 blue: '0x8fa1b3'
14 magenta: "#B48EAD" 14 magenta: '0xb48ead'
15 cyan: "#88C0D0" 15 cyan: '0x96b5b4'
16 white: "#abb2bf" 16 white: '0xc0c5ce'
17 17
18 # Bright colors 18 # Bright colors
19 bright: 19 bright:
20 black: "#5c6370" 20 black: '0x65737e'
21 red: "#e06c75" 21 red: '0xbf616a'
22 green: "#98c379" 22 green: '0xa3be8c'
23 yellow: "#d19a66" 23 yellow: '0xebcb8b'
24 blue: "#61afef" 24 blue: '0x8fa1b3'
25 magenta: "#c678dd" 25 magenta: '0xb48ead'
26 cyan: "#56b6c2" 26 cyan: '0x96b5b4'
27 white: "#ECEFF4" 27 white: '0xeff1f5'
28 28
29background_opacity: 1.0 29background_opacity: 1.0
30 30
@@ -46,6 +46,8 @@ font:
46 size: 9.0 46 size: 9.0
47 antialias: true 47 antialias: true
48 autohint: true 48 autohint: true
49 lcdfiler: lcddefault
50 rgba: rgb
49 51
50 offset: 52 offset:
51 x: 0 53 x: 0
@@ -59,6 +61,12 @@ window:
59 x: 8 61 x: 8
60 y: 8 62 y: 8
61 63
64cursor:
65 # - ▇ Block
66 # - _ Underline
67 # - | Beam
68 style: Underline
69
62scrolling: 70scrolling:
63 # Maximum number of lines in the scrollback buffer. 71 # Maximum number of lines in the scrollback buffer.
64 # Specifying '0' will disable scrolling. 72 # Specifying '0' will disable scrolling.