Skip to content

Commit 21c4aec

Browse files
committed
Change dark mode bgcolor from black to brakish.
1 parent 210fbaf commit 21c4aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/color-template.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const SouthSeasonSettings: type.SeasonColorSettings = {
5050

5151
export const NightViewSettings: type.NormalColorSettings = {
5252
type: 'normal',
53-
backgroundColor: 'black',
53+
backgroundColor: '#00000f',
5454
foregroundColor: '#eeeeff',
5555
strongColor: 'rgb(255,200,55)',
5656
weakColor: '#aaaaaa',
@@ -66,7 +66,7 @@ export const NightViewSettings: type.NormalColorSettings = {
6666

6767
export const NightGreenSettings: type.NormalColorSettings = {
6868
type: 'normal',
69-
backgroundColor: 'black',
69+
backgroundColor: '#00000f',
7070
foregroundColor: '#eeeeff',
7171
strongColor: 'rgb(255,200,55)',
7272
weakColor: '#aaaaaa',
@@ -76,7 +76,7 @@ export const NightGreenSettings: type.NormalColorSettings = {
7676

7777
export const NightRainbowSettings: type.RainbowColorSettings = {
7878
type: 'rainbow',
79-
backgroundColor: 'black',
79+
backgroundColor: '#00000f',
8080
foregroundColor: '#eeeeff',
8181
strongColor: 'rgb(255,200,55)',
8282
weakColor: '#aaaaaa',

0 commit comments

Comments
 (0)