blob: 269ff35e001ae3e3a00c88f0cfc60d69bcd3e456 (
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: Windows NT
# author: Fergus Collins (https://github.com/C-Fergus)
# slug: windows-nt
# slug-underscored: windows_nt
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#0000ff'
- bold
inactiveBorderColor:
- '#808080'
searchingActiveBorderColor:
- '#808000'
optionsTextColor:
- '#0000ff'
selectedLineBgColor:
- '#555555'
cherryPickedCommitBgColor:
- '#808080'
cherryPickedCommitFgColor:
- '#0000ff'
markedBaseCommitFgColor:
- '#0000ff'
unstagedChangesColor:
- '#ff0000'
defaultFgColor:
- '#c0c0c0'
|