Skip to content

Commit 9515f7e

Browse files
authored
chore: update color
1 parent 5222ec7 commit 9515f7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ json-viewer {
134134
--preview-color: #deae8f;
135135

136136
/* Search highlight color */
137-
--highlight-color: #fa5252;
137+
--highlight-color: #c92a2a;
138138
}
139139
```
140140

src/JsonViewer.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default css`
1010
--null-color: #df9cf3;
1111
--property-color: #6fb3d2;
1212
--preview-color: rgba(222, 175, 143, 0.9);
13-
--highlight-color: #fa5252;
13+
--highlight-color: #c92a2a;
1414
--outline-color: #e0e4e5;
1515
--outline-width: 1px;
1616
--outline-style: dotted;

themes/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
--null-color: #df9cf3;
99
--property-color: #6fb3d2;
1010
--preview-color: #deae8f;
11-
--highlight-color: #fa5252;
11+
--highlight-color: #c92a2a;
1212
--outline-color: #e0e4e5;
1313
--outline-width: 1px;
1414
--outline-style: dotted;

0 commit comments

Comments
 (0)