blob: 2bf645954d84dac07baf8f3cc7f368354242807a (
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: pinky
# author: Benjamin (https://github.com/b3nj5m1n)
# slug: pinky
# slug-underscored: pinky
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#00ffff'
- bold
inactiveBorderColor:
- '#383338'
searchingActiveBorderColor:
- '#00ff66'
optionsTextColor:
- '#00ffff'
selectedLineBgColor:
- '#1d1b1d'
cherryPickedCommitBgColor:
- '#383338'
cherryPickedCommitFgColor:
- '#00ffff'
markedBaseCommitFgColor:
- '#00ffff'
unstagedChangesColor:
- '#ffa600'
defaultFgColor:
- '#f5f5f5'
|