blob: ca961a7678dedc6d635acaf6d925400d42add31c (
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: Atelier Cave
# author: Bram de Haan (http://atelierbramdehaan.nl)
# slug: atelier-cave
# slug-underscored: atelier_cave
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#576ddb'
- bold
inactiveBorderColor:
- '#655f6d'
searchingActiveBorderColor:
- '#aa573c'
optionsTextColor:
- '#576ddb'
selectedLineBgColor:
- '#585260'
cherryPickedCommitBgColor:
- '#655f6d'
cherryPickedCommitFgColor:
- '#576ddb'
markedBaseCommitFgColor:
- '#576ddb'
unstagedChangesColor:
- '#be4678'
defaultFgColor:
- '#8b8792'
|