-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlighthaus.yml
59 lines (55 loc) · 1.54 KB
/
lighthaus.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Lighthaus Color theme for Alacritty
# GIT: https://github.com/lighthaus-theme/alacritty
# Author: Adhiraj Sirohi (https://github.com/brutuski)
# Vasundhara Sharma (https://github.com/vasundhasauras)
# Copyright © 2020-Present Lighthaus Theme
# Copyright © 2020-Present Adhiraj Sirohi
# Copyright © 2020-Present Vasundhara Sharma
colors:
primary:
background: '#18191E'
foreground: '#FFEE79'
dim_foreground: '#21252D'
cursor:
text: '#18191E'
cursor: '#FFFF00'
vi_mode_cursor:
text: '#18191E'
cursor: '#5AD1AA'
selection:
text: '#FF4D00'
background: '#090B26'
search:
matches:
foreground: '#21252D'
background: '#E25600'
bar:
background: '#CCCCCC'
foreground: '#21252D'
normal:
black: '#18191E'
red: '#FC2929'
green: '#44B273'
yellow: '#E25600'
blue: '#1D918B'
magenta: '#D16BB7'
cyan: '#00BFA4'
white: '#CCCCCC'
bright:
black: '#8E8D8D'
red: '#FF5050'
green: '#50C16E'
yellow: '#ED722E'
blue: '#47A8A1'
magenta: '#D68EB2'
cyan: '#5AD1AA'
white: '#FFFADE'
dim:
black: '#46474A'
red: '#EC6565'
green: '#72B890'
yellow: '#DC7C45'
blue: '#539D99'
magenta: '#D291C1'
cyan: '#42BDAB'
white: '#D6D6D6'