Skip to content

Commit bf3ec9d

Browse files
committed
img/icons/emulsion.png
1 parent 795f1bd commit bf3ec9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ function createWindows() {
438438
width: 1100,
439439
height: 700,
440440
fullscreen: process.argv.includes('--full-screen'),
441-
icon: path.join(__dirname, 'img/icon.png'),
441+
icon: path.join(__dirname, 'img/icons/emulsion.png'),
442442
webPreferences: {
443443
nodeIntegration: true,
444444
contextIsolation: false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulsion",
3-
"version": "0.10.20",
3+
"version": "0.10.21",
44
"summary": "Better gaming throught chemistry",
55
"description": "Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.",
66
"homepage": "https://yphil.gitlab.io/emulsion",

src/css/themes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#87CEEB 100%
99
);
1010

11-
--color-text-1: rgb(20, 130, 220);
11+
--color-text-1: rgb(33, 64, 89);
1212
--color-text-2: rgb(48, 57, 133);
1313

1414
--color-text-1-rgb: 41, 48, 53;

0 commit comments

Comments
 (0)