blob: f85b8bb2ebc92ad060e603de31e99e9791a3e591 (
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: standardized-dark
# author: ali (https://github.com/ali-githb/base16-standardized-scheme)
# slug: standardized-dark
# slug-underscored: standardized_dark
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#00a3f2'
- bold
inactiveBorderColor:
- '#898989'
searchingActiveBorderColor:
- '#fc804e'
optionsTextColor:
- '#00a3f2'
selectedLineBgColor:
- '#555555'
cherryPickedCommitBgColor:
- '#898989'
cherryPickedCommitFgColor:
- '#00a3f2'
markedBaseCommitFgColor:
- '#00a3f2'
unstagedChangesColor:
- '#e15d67'
defaultFgColor:
- '#c0c0c0'
|