blob: 4b8b21ddee77c101a6a46e6c1ae86401465de3cf (
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: Moonlight
# author: Jeremy Swinarton (https://github.com/jswinarton)
# slug: moonlight
# slug-underscored: moonlight
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#40ffff'
- bold
inactiveBorderColor:
- '#748cd6'
searchingActiveBorderColor:
- '#f67f81'
optionsTextColor:
- '#40ffff'
selectedLineBgColor:
- '#596399'
cherryPickedCommitBgColor:
- '#748cd6'
cherryPickedCommitFgColor:
- '#40ffff'
markedBaseCommitFgColor:
- '#40ffff'
unstagedChangesColor:
- '#ff5370'
defaultFgColor:
- '#a3ace1'
|