blob: be8741cac45b4302afc0eaeecec442058e3a9873 (
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: Primer Dark
# author: Jimmy Lin
# slug: primer-dark
# slug-underscored: primer_dark
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#58a6ff'
- bold
inactiveBorderColor:
- '#484f58'
searchingActiveBorderColor:
- '#f0883e'
optionsTextColor:
- '#58a6ff'
selectedLineBgColor:
- '#30363d'
cherryPickedCommitBgColor:
- '#484f58'
cherryPickedCommitFgColor:
- '#58a6ff'
markedBaseCommitFgColor:
- '#58a6ff'
unstagedChangesColor:
- '#ff7b72'
defaultFgColor:
- '#b1bac4'
|