blob: 77018429a0d612649f6a7d428147e98b19189833 (
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: 3024
# author: Jan T. Sott (http://github.com/idleberg)
# slug: 3024
# slug-underscored: 3024
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#01a0e4'
- bold
inactiveBorderColor:
- '#5c5855'
searchingActiveBorderColor:
- '#e8bbd0'
optionsTextColor:
- '#01a0e4'
selectedLineBgColor:
- '#4a4543'
cherryPickedCommitBgColor:
- '#5c5855'
cherryPickedCommitFgColor:
- '#01a0e4'
markedBaseCommitFgColor:
- '#01a0e4'
unstagedChangesColor:
- '#db2d20'
defaultFgColor:
- '#a5a2a2'
|