blob: 89208c74278c0fefd23899d61c42c64253dce6d4 (
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: Deep Oceanic Next
# author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
# slug: deep-oceanic-next
# slug-underscored: deep_oceanic_next
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#3a82e6'
- bold
inactiveBorderColor:
- '#007a8a'
searchingActiveBorderColor:
- '#ff6a4b'
optionsTextColor:
- '#3a82e6'
selectedLineBgColor:
- '#006374'
cherryPickedCommitBgColor:
- '#007a8a'
cherryPickedCommitFgColor:
- '#3a82e6'
markedBaseCommitFgColor:
- '#3a82e6'
unstagedChangesColor:
- '#e6454b'
defaultFgColor:
- '#dce3e8'
|