blob: 6957b19f8dcb755a1359010f2381330f068b3b81 (
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: Shades of Purple
# author: Iolar Demartini Junior (http://github.com/demartini), based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode)
# slug: shades-of-purple
# slug-underscored: shades_of_purple
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#6943ff'
- bold
inactiveBorderColor:
- '#808080'
searchingActiveBorderColor:
- '#f92a1c'
optionsTextColor:
- '#6943ff'
selectedLineBgColor:
- '#f1d000'
cherryPickedCommitBgColor:
- '#808080'
cherryPickedCommitFgColor:
- '#6943ff'
markedBaseCommitFgColor:
- '#6943ff'
unstagedChangesColor:
- '#d90429'
defaultFgColor:
- '#c7c7c7'
|