blob: e7b36225ca3026faa9e82db70863df20ea7b204c (
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: Nord
# author: arcticicestudio
# slug: nord
# slug-underscored: nord
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#81A1C1'
- bold
inactiveBorderColor:
- '#4C566A'
searchingActiveBorderColor:
- '#D08770'
optionsTextColor:
- '#81A1C1'
selectedLineBgColor:
- '#434C5E'
cherryPickedCommitBgColor:
- '#4C566A'
cherryPickedCommitFgColor:
- '#81A1C1'
markedBaseCommitFgColor:
- '#81A1C1'
unstagedChangesColor:
- '#BF616A'
defaultFgColor:
- '#E5E9F0'
|