blob: 65ebd1753349ff5a0adbee94d0efb6c4d18cb3a7 (
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: Dracula
# author: Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)
# slug: dracula
# slug-underscored: dracula
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#80bfff'
- bold
inactiveBorderColor:
- '#6272a4'
searchingActiveBorderColor:
- '#ffb86c'
optionsTextColor:
- '#80bfff'
selectedLineBgColor:
- '#44475a'
cherryPickedCommitBgColor:
- '#6272a4'
cherryPickedCommitFgColor:
- '#80bfff'
markedBaseCommitFgColor:
- '#80bfff'
unstagedChangesColor:
- '#ff5555'
defaultFgColor:
- '#f8f8f2'
|