blob: b3b3116ac4fbe91d8d63b29ea2d5f6c2d098876a (
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: Nebula
# author: Gabriel Fontes (https://github.com/Misterio77)
# slug: nebula
# slug-underscored: nebula
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#4d6bb6'
- bold
inactiveBorderColor:
- '#6e6f72'
searchingActiveBorderColor:
- '#94929e'
optionsTextColor:
- '#4d6bb6'
selectedLineBgColor:
- '#5a8380'
cherryPickedCommitBgColor:
- '#6e6f72'
cherryPickedCommitFgColor:
- '#4d6bb6'
markedBaseCommitFgColor:
- '#4d6bb6'
unstagedChangesColor:
- '#777abc'
defaultFgColor:
- '#a4a6a9'
|