Skip to content

Commit 2af70c7

Browse files
committed
Remove holiday decorations. Add snow
1 parent 4550771 commit 2af70c7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/assets/holidays-dark.jpg

-63.4 KB
Binary file not shown.

src/assets/holidays-light.jpg

-45.9 KB
Binary file not shown.

src/assets/snow-dark.jpg

59.5 KB
Loading

src/assets/snow-light.jpg

50.5 KB
Loading

src/themes.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { blueGrey, grey, indigo, red } from "@material-ui/core/colors";
22
import { createTheme } from "@material-ui/core/styles";
33

4-
import holidaysDarkImage from "./assets/holidays-dark.jpg";
5-
import holidaysLightImage from "./assets/holidays-light.jpg";
4+
import snowDarkImage from "./assets/snow-dark.jpg";
5+
import snowLightImage from "./assets/snow-light.jpg";
66

77
export const darkTheme = createTheme({
88
palette: {
@@ -28,7 +28,7 @@ export const darkTheme = createTheme({
2828
background: {
2929
panel: "#303030",
3030
paper: "#262626",
31-
default: "#161616",
31+
default: "#2c2c2c",
3232
},
3333
},
3434
input: {
@@ -70,7 +70,7 @@ export const darkTheme = createTheme({
7070
MuiCssBaseline: {
7171
"@global": {
7272
body: {
73-
backgroundImage: `url("${holidaysDarkImage}")`,
73+
backgroundImage: `url("${snowDarkImage}")`,
7474
},
7575
},
7676
},
@@ -130,7 +130,7 @@ export const lightTheme = createTheme({
130130
MuiCssBaseline: {
131131
"@global": {
132132
body: {
133-
backgroundImage: `url("${holidaysLightImage}")`,
133+
backgroundImage: `url("${snowLightImage}")`,
134134
},
135135
},
136136
},

0 commit comments

Comments
 (0)