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