blob: 9b835e18a64f632df77d9cd865429a910fba280c (
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: Terracotta Dark
# author: Alexander Rossell Hayes (https://github.com/rossellhayes)
# slug: terracotta-dark
# slug-underscored: terracotta_dark
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#b0a4c3'
- bold
inactiveBorderColor:
- '#594740'
searchingActiveBorderColor:
- '#ffa888'
optionsTextColor:
- '#b0a4c3'
selectedLineBgColor:
- '#473933'
cherryPickedCommitBgColor:
- '#594740'
cherryPickedCommitFgColor:
- '#b0a4c3'
markedBaseCommitFgColor:
- '#b0a4c3'
unstagedChangesColor:
- '#f6998f'
defaultFgColor:
- '#b8a59d'
|