@@ -50,7 +50,7 @@ export const SouthSeasonSettings: type.SeasonColorSettings = {
50
50
51
51
export const NightViewSettings : type . NormalColorSettings = {
52
52
type : 'normal' ,
53
- backgroundColor : 'black ' ,
53
+ backgroundColor : '#00000f ' ,
54
54
foregroundColor : '#eeeeff' ,
55
55
strongColor : 'rgb(255,200,55)' ,
56
56
weakColor : '#aaaaaa' ,
@@ -66,7 +66,7 @@ export const NightViewSettings: type.NormalColorSettings = {
66
66
67
67
export const NightGreenSettings : type . NormalColorSettings = {
68
68
type : 'normal' ,
69
- backgroundColor : 'black ' ,
69
+ backgroundColor : '#00000f ' ,
70
70
foregroundColor : '#eeeeff' ,
71
71
strongColor : 'rgb(255,200,55)' ,
72
72
weakColor : '#aaaaaa' ,
@@ -76,7 +76,7 @@ export const NightGreenSettings: type.NormalColorSettings = {
76
76
77
77
export const NightRainbowSettings : type . RainbowColorSettings = {
78
78
type : 'rainbow' ,
79
- backgroundColor : 'black ' ,
79
+ backgroundColor : '#00000f ' ,
80
80
foregroundColor : '#eeeeff' ,
81
81
strongColor : 'rgb(255,200,55)' ,
82
82
weakColor : '#aaaaaa' ,
0 commit comments