summaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@pm.me>2020-06-11 12:49:32 +0000
committerShubham Saini <shubham6405@pm.me>2020-06-11 12:49:32 +0000
commitadb30619583d4eff8b6d112be40d42026df597b8 (patch)
tree1999760d538316ad0ffeb03438d49363fcfd2058 /alacritty
parent432f50e8c8a46a12dd701b1b682cf1e831705f6d (diff)
changed colorscheme & vim status
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/.config/alacritty/alacritty.yml40
1 files changed, 20 insertions, 20 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
index 162fd9c..a4c4d06 100644
--- a/alacritty/.config/alacritty/alacritty.yml
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -2,41 +2,41 @@ colors:
2 # Default colors 2 # Default colors
3 primary: 3 primary:
4 background: '0x000000' 4 background: '0x000000'
5 foreground: '0xc0c5ce' 5 foreground: '0xeeffff'
6 6
7 # Normal colors 7 # Normal colors
8 normal: 8 normal:
9 black: '0x2b303b' 9 black: '0x000000'
10 red: '0xbf616a' 10 red: '0xf07178'
11 green: '0xa3be8c' 11 green: '0x13ca91'
12 yellow: '0xebcb8b' 12 yellow: '0x00fdb4'
13 blue: '0x8fa1b3' 13 blue: '0x7898fb'
14 magenta: '0xb48ead' 14 magenta: '0xff3299'
15 cyan: '0x96b5b4' 15 cyan: '0x79ffe1'
16 white: '0xc0c5ce' 16 white: '0xeeffff'
17 17
18 # Bright colors 18 # Bright colors
19 bright: 19 bright:
20 black: '0x65737e' 20 black: '0x4a4a4a'
21 red: '0xbf616a' 21 red: '0xf78c6c'
22 green: '0xa3be8c' 22 green: '0x303030'
23 yellow: '0xebcb8b' 23 yellow: '0x353535'
24 blue: '0x8fa1b3' 24 blue: '0x787878'
25 magenta: '0xb48ead' 25 magenta: '0xeeffff'
26 cyan: '0x96b5b4' 26 cyan: '0xff5370'
27 white: '0xeff1f5' 27 white: '0xffffff'
28 28
29background_opacity: 1.0 29background_opacity: 1.0
30 30
31font: 31font:
32 normal: 32 normal:
33 family: "Hermit" 33 family: "Input Mono"
34 style: Regular 34 style: Regular
35 bold: 35 bold:
36 family: "Hermit" 36 family: "Input Mono"
37 style: Bold 37 style: Bold
38 italic: 38 italic:
39 family: "Hermit" 39 family: "Input Mono"
40 style: Italic 40 style: Italic
41 41
42 # Point size 42 # Point size