Skip to content

Commit 0e29b0d

Browse files
authored
Merge pull request codeSTACKr#2 from iamharpar/master
Fixed Issue #1: Updated comment foreground
2 parents a75adde + bd9acc5 commit 0e29b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/codeSTACKr-theme-muted.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"name": "Comment",
9999
"scope": "comment",
100100
"settings": {
101-
"foreground": "#25537a",
101+
"foreground": "#577997",
102102
"fontStyle": "italic"
103103
}
104104
},

themes/codeSTACKr-theme.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"name": "Comment",
9999
"scope": "comment, comment.block.js",
100100
"settings": {
101-
"foreground": "#25537a",
101+
"foreground": "#577997",
102102
"fontStyle": "italic"
103103
}
104104
},

0 commit comments

Comments
 (0)