blob: 12497b81af6752a12313046c213e9a2030b74f67 (
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: emil
# author: limelier
# slug: emil
# slug-underscored: emil
# system: base16
# variant: light
# is-light-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#471397'
- bold
inactiveBorderColor:
- '#7c7c98'
searchingActiveBorderColor:
- '#d22a8b'
optionsTextColor:
- '#471397'
selectedLineBgColor:
- '#9e9eaf'
cherryPickedCommitBgColor:
- '#7c7c98'
cherryPickedCommitFgColor:
- '#471397'
markedBaseCommitFgColor:
- '#471397'
unstagedChangesColor:
- '#f43979'
defaultFgColor:
- '#313145'
|