Skip to content

Commit

Permalink
Make method coloring more subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
BonnyAD9 committed Dec 21, 2023
1 parent 6457974 commit a177919
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
# TODO
- Cmake
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typedark",
"displayName": "TypeDark",
"description": "",
"version": "0.2.2",
"version": "0.2.3",
"repository": {
"url": "https://github.com/BonnyAD9/TypeDark"
},
Expand Down
8 changes: 4 additions & 4 deletions themes/TypeDark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
"variable.other.object.property"
],
"settings": {
"foreground": "#ffe6c5",
"foreground": "#e4ffe7",
}
}
],
Expand Down Expand Up @@ -654,10 +654,10 @@
},
// "property": "#b8eede",
// "method": "#b8eede",
"property": "#ffe6c5",
"method": "#ffe6c5",
"property": "#e4ffe7",
"method": "#e4ffe7",
"method.static": {
"foreground": "#ffe6c5",
"foreground": "#e4ffe7",
"fontStyle": "bold italic"
}
}
Expand Down

0 comments on commit a177919

Please sign in to comment.