changed default pixel grid color to black

This commit is contained in:
skeddles 2021-07-06 20:42:11 -04:00
parent 80e33b4ff1
commit c51cb0d68b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// Start colour of the pixel grid (can be changed in the preferences)
let pixelGridColor = "#0000FF";
let pixelGridColor = "#000000";
// Distance between one line and another in HTML pixels
let lineDistance = 12;
// The grid is not visible at the beginning

View File

@ -15,7 +15,7 @@ if(!settingsFromCookie) {
enableEyedropperPreview: true, //unused - performance
numberOfHistoryStates: 20,
maxColorsOnImportedImage: 128,
pixelGridColour: '#0000FF'
pixelGridColour: '#000000'
};
}
else{