Skip to content

Commit

Permalink
#98: modify default selection colors (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelREBOUX authored Feb 26, 2021
1 parent f2f7a4a commit 4a3277f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions js/extension/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ export const SEARCH_TOOLS = {

export const LAYER_STYLES = {
selected: {
fillColor: "#81BEF7",
fillColor: "#00FF18",
opacity: 0.6,
fillOpacity: 0.6,
color: "#111111", // stroke color
weight: 4
color: "#0112FF", // stroke color
weight: 2
},
"default": {
fillColor: "#222111",
fillColor: "#F78B97",
opacity: 0.4,
fillOpacity: 0.4,
color: "#111222", // stroke color
color: "#FF0000", // stroke color
weight: 2
}
};
Expand Down

0 comments on commit 4a3277f

Please sign in to comment.