Skip to content

Commit

Permalink
fix: update foreground color of file name on Better Find Buffer scope
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Feb 16, 2023
1 parent fc08fe8 commit 98ad81b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"conventional-changelog-cli": "^2.2.2",
"@meetio/meetio-colors": "^4.1.1",
"@meetio/meetio-icons": "^1.10.0",
"@meetio/scheme-generator": "^3.4.0",
"@meetio/scheme-generator": "^3.4.1",
"babel-eslint": "^10.1.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
Expand Down
4 changes: 2 additions & 2 deletions schemes/Meetio Darker.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
"name": "Better Find Buffer - Query Files Count",
"scope": "string.query.find-in-files",
"foreground": "var(green)",
"font_style": ""
"font_style": "underline bold"
},
{
"name": "Better Find Buffer - Match Count",
Expand Down Expand Up @@ -819,7 +819,7 @@
{
"name": "Better Find Buffer - File name",
"scope": "entity.name.filename.find-in-files",
"foreground": "var(foreground)",
"foreground": "var(white)",
"background": "var(accent)",
"font_style": "bold"
},
Expand Down
4 changes: 2 additions & 2 deletions schemes/Meetio Deepocean.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
"name": "Better Find Buffer - Query Files Count",
"scope": "string.query.find-in-files",
"foreground": "var(green)",
"font_style": ""
"font_style": "underline bold"
},
{
"name": "Better Find Buffer - Match Count",
Expand Down Expand Up @@ -819,7 +819,7 @@
{
"name": "Better Find Buffer - File name",
"scope": "entity.name.filename.find-in-files",
"foreground": "var(foreground)",
"foreground": "var(white)",
"background": "var(accent)",
"font_style": "bold"
},
Expand Down
4 changes: 2 additions & 2 deletions schemes/Meetio Lighter.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
"name": "Better Find Buffer - Query Files Count",
"scope": "string.query.find-in-files",
"foreground": "var(green)",
"font_style": ""
"font_style": "underline bold"
},
{
"name": "Better Find Buffer - Match Count",
Expand Down Expand Up @@ -819,7 +819,7 @@
{
"name": "Better Find Buffer - File name",
"scope": "entity.name.filename.find-in-files",
"foreground": "var(foreground)",
"foreground": "var(white)",
"background": "var(accent)",
"font_style": "bold"
},
Expand Down
4 changes: 2 additions & 2 deletions schemes/Meetio Palenight.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
"name": "Better Find Buffer - Query Files Count",
"scope": "string.query.find-in-files",
"foreground": "var(green)",
"font_style": ""
"font_style": "underline bold"
},
{
"name": "Better Find Buffer - Match Count",
Expand Down Expand Up @@ -819,7 +819,7 @@
{
"name": "Better Find Buffer - File name",
"scope": "entity.name.filename.find-in-files",
"foreground": "var(foreground)",
"foreground": "var(white)",
"background": "var(accent)",
"font_style": "bold"
},
Expand Down

0 comments on commit 98ad81b

Please sign in to comment.