blob: 2d884a5d54a4cdce83c3e0cc8bea26e1626932b9 (
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: PaperColor Light
# author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
# slug: papercolor-light
# slug-underscored: papercolor_light
# system: base16
# variant: light
# is-light-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#d75f00'
- bold
inactiveBorderColor:
- '#5f8700'
searchingActiveBorderColor:
- '#d70000'
optionsTextColor:
- '#d75f00'
selectedLineBgColor:
- '#008700'
cherryPickedCommitBgColor:
- '#5f8700'
cherryPickedCommitFgColor:
- '#d75f00'
markedBaseCommitFgColor:
- '#d75f00'
unstagedChangesColor:
- '#bcbcbc'
defaultFgColor:
- '#444444'
|