blob: ce15e9a40c4e67cfab8d0277d29c423cedbe4046 (
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 95 Light
# author: Fergus Collins (https://github.com/C-Fergus)
# slug: windows-95-light
# slug-underscored: windows_95_light
# system: base16
# variant: light
# is-light-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#0000a8'
- bold
inactiveBorderColor:
- '#a8a8a8'
searchingActiveBorderColor:
- '#fcfc54'
optionsTextColor:
- '#0000a8'
selectedLineBgColor:
- '#c4c4c4'
cherryPickedCommitBgColor:
- '#a8a8a8'
cherryPickedCommitFgColor:
- '#0000a8'
markedBaseCommitFgColor:
- '#0000a8'
unstagedChangesColor:
- '#a80000'
defaultFgColor:
- '#545454'
|