blob: 44ae59dd98035a5033e75ccc436e1ddd9bc633d3 (
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: Vesper
# author: FormalSnake (https://github.com/formalsnake)
# slug: vesper
# slug-underscored: vesper
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#8eaaaa'
- bold
inactiveBorderColor:
- '#333333'
searchingActiveBorderColor:
- '#dab083'
optionsTextColor:
- '#8eaaaa'
selectedLineBgColor:
- '#222222'
cherryPickedCommitBgColor:
- '#333333'
cherryPickedCommitFgColor:
- '#8eaaaa'
markedBaseCommitFgColor:
- '#8eaaaa'
unstagedChangesColor:
- '#de6e6e'
defaultFgColor:
- '#b7b7b7'
|