blob: c9372c8d181b09191782e54880e4235e8b606a09 (
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: Decaf
# author: Alex Mirrington (https://github.com/alexmirrington)
# slug: decaf
# slug-underscored: decaf
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#90bee1'
- bold
inactiveBorderColor:
- '#777777'
searchingActiveBorderColor:
- '#ffbf70'
optionsTextColor:
- '#90bee1'
selectedLineBgColor:
- '#515151'
cherryPickedCommitBgColor:
- '#777777'
cherryPickedCommitFgColor:
- '#90bee1'
markedBaseCommitFgColor:
- '#90bee1'
unstagedChangesColor:
- '#ff7f7b'
defaultFgColor:
- '#cccccc'
|