mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
changed default pixel grid color to black
This commit is contained in:
parent
80e33b4ff1
commit
c51cb0d68b
@ -1,5 +1,5 @@
|
|||||||
// Start colour of the pixel grid (can be changed in the preferences)
|
// 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
|
// Distance between one line and another in HTML pixels
|
||||||
let lineDistance = 12;
|
let lineDistance = 12;
|
||||||
// The grid is not visible at the beginning
|
// The grid is not visible at the beginning
|
||||||
|
@ -15,7 +15,7 @@ if(!settingsFromCookie) {
|
|||||||
enableEyedropperPreview: true, //unused - performance
|
enableEyedropperPreview: true, //unused - performance
|
||||||
numberOfHistoryStates: 20,
|
numberOfHistoryStates: 20,
|
||||||
maxColorsOnImportedImage: 128,
|
maxColorsOnImportedImage: 128,
|
||||||
pixelGridColour: '#0000FF'
|
pixelGridColour: '#000000'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
Loading…
Reference in New Issue
Block a user