Skip to content

Commit

Permalink
adjust highlight style for variable and class default library
Browse files Browse the repository at this point in the history
  • Loading branch information
eenaree committed Oct 7, 2023
1 parent 0e1c2ec commit d33d24a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions themes/new_darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
},
"variable.defaultLibrary": {
"foreground": "#c77dbb",
"fontStyle": "italic bold"
"fontStyle": "italic"
},
"parameter": {
"foreground": "#bcbec3",
Expand All @@ -251,7 +251,7 @@
},
"class.defaultLibrary": {
"foreground": "#c77dbb",
"fontStyle": "italic bold"
"fontStyle": "italic"
},
"property": {
"foreground": "#c77dbb"
Expand Down
4 changes: 2 additions & 2 deletions themes/new_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
"variable.defaultLibrary": {
"foreground": "#c77dbb",
"fontStyle": "italic bold"
"fontStyle": "italic"
},
"parameter": {
"foreground": "#bcbec3",
Expand All @@ -259,7 +259,7 @@
},
"class.defaultLibrary": {
"foreground": "#c77dbb",
"fontStyle": "italic bold"
"fontStyle": "italic"
},
"property": {
"foreground": "#c77dbb"
Expand Down
5 changes: 2 additions & 3 deletions themes/new_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@
"foreground": "#238f8f"
},
"variable.defaultLibrary": {
"foreground": "#861194",
"fontStyle": "italic"
"foreground": "#861194"
},
"typeParameter": {
"foreground": "#080808"
Expand All @@ -258,7 +257,7 @@
"foreground": "#080808"
},
"class.defaultLibrary": {
"fontStyle": "italic"
"foreground": "#861194"
},
"property": {
"foreground": "#861194"
Expand Down
5 changes: 2 additions & 3 deletions themes/new_light_with_darkHeader.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@
"foreground": "#238f8f"
},
"variable.defaultLibrary": {
"foreground": "#861194",
"fontStyle": "italic"
"foreground": "#861194"
},
"typeParameter": {
"foreground": "#080808"
Expand All @@ -262,7 +261,7 @@
"foreground": "#080808"
},
"class.defaultLibrary": {
"fontStyle": "italic"
"foreground": "#861194"
},
"property": {
"foreground": "#861194"
Expand Down

0 comments on commit d33d24a

Please sign in to comment.