blob: 8603ac3912f37bdbd477ff911d1e4892ee5aed78 (
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: Windows High Contrast Light
# author: Fergus Collins (https://github.com/C-Fergus)
# slug: windows-highcontrast-light
# slug-underscored: windows_highcontrast_light
# system: base16
# variant: light
# is-light-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#000080'
- bold
inactiveBorderColor:
- '#c0c0c0'
searchingActiveBorderColor:
- '#fcfc54'
optionsTextColor:
- '#000080'
selectedLineBgColor:
- '#d4d4d4'
cherryPickedCommitBgColor:
- '#c0c0c0'
cherryPickedCommitFgColor:
- '#000080'
markedBaseCommitFgColor:
- '#000080'
unstagedChangesColor:
- '#800000'
defaultFgColor:
- '#545454'
|