Skip to content

Commit fd5c889

Browse files
authored
Merge pull request #458 from DogeisCut/extension-dogeiscutObject
Objects: Use grey in reporter bubble
2 parents 83b410d + 37ccad6 commit fd5c889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/extensions/DogeisCut/dogeiscutObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
return JSON.stringify(this.object, null, pretty ? "\t" : null)
114114
}
115115

116-
toVisualContent(border = '1px solid #ccc', keyBackground = '#f9f9f9', background = '#fff') {
116+
toVisualContent(border = '1px solid #77777777', keyBackground = '#77777724', background = '#ffffff00') {
117117
// wasnt sure how i wanted this to look so i have some customization
118118
const RENDER_ARRAYS_VISUALLY = true;
119119
const SHOW_ARRAY_INDEX_NUMBERS = false;

0 commit comments

Comments
 (0)