blob: cffdac0107b844016f8bbf6d440983465d16e515 (
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: Chalk
# author: Chris Kempson (http://chriskempson.com)
# slug: chalk
# slug-underscored: chalk
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#6fc2ef'
- bold
inactiveBorderColor:
- '#505050'
searchingActiveBorderColor:
- '#eda987'
optionsTextColor:
- '#6fc2ef'
selectedLineBgColor:
- '#303030'
cherryPickedCommitBgColor:
- '#505050'
cherryPickedCommitFgColor:
- '#6fc2ef'
markedBaseCommitFgColor:
- '#6fc2ef'
unstagedChangesColor:
- '#fb9fb1'
defaultFgColor:
- '#d0d0d0'
|