blob: f27194de94506ca68ab5352bb07a3467c0b5670c (
plain)
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
|
#
#
# name: Horizon Light
# author: Michaël Ball (http://github.com/michael-ball/)
# slug: horizon-light
# slug-underscored: horizon_light
# system: base16
# variant: light
# is-light-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#DA103F'
- bold
inactiveBorderColor:
- '#BDB3B1'
searchingActiveBorderColor:
- '#F6661E'
optionsTextColor:
- '#DA103F'
selectedLineBgColor:
- '#F9CBBE'
cherryPickedCommitBgColor:
- '#BDB3B1'
cherryPickedCommitFgColor:
- '#DA103F'
markedBaseCommitFgColor:
- '#DA103F'
unstagedChangesColor:
- '#F7939B'
defaultFgColor:
- '#403C3D'
|