blob: 0e8b8634486aeec197d3b59295bc9c05cf808a8e (
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: Grayscale Light
# author: Alexandre Gavioli (https://github.com/Alexx2/)
# slug: grayscale-light
# slug-underscored: grayscale_light
# system: base16
# variant: light
# is-light-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#686868'
- bold
inactiveBorderColor:
- '#ababab'
searchingActiveBorderColor:
- '#999999'
optionsTextColor:
- '#686868'
selectedLineBgColor:
- '#b9b9b9'
cherryPickedCommitBgColor:
- '#ababab'
cherryPickedCommitFgColor:
- '#686868'
markedBaseCommitFgColor:
- '#686868'
unstagedChangesColor:
- '#7c7c7c'
defaultFgColor:
- '#464646'
|