Skip to content

Commit

Permalink
Improve match color in light themes
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Jul 30, 2024
1 parent 52a172f commit 283d53f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/src/extensions/autocomplete/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

.pce-ac-row span {
color: #52b1ff;
color: var(--pce-ac-match, #52b1ff);
}

.pce-ac-row div {
Expand Down
1 change: 1 addition & 0 deletions package/src/themes/github-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
--pce-ac-icon-snippet: #0550ae;
--pce-ac-icon-unit: #0550ae;
--pce-ac-icon-variable: #953800;
--pce-ac-match: #0066bf;
color-scheme: light;
}

Expand Down
1 change: 1 addition & 0 deletions package/src/themes/prism-solarized-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
--pce-ac-icon-function: #652d90;
--pce-ac-icon-interface: #007acc;
--pce-ac-icon-variable: #007acc;
--pce-ac-match: #0066bf;
--bg-guide-indent: #1d333a40;
color-scheme: light;
}
Expand Down
1 change: 1 addition & 0 deletions package/src/themes/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
--pce-ac-icon-function: #652d90;
--pce-ac-icon-interface: #007acc;
--pce-ac-icon-variable: #007acc;
--pce-ac-match: #0066bf;
color-scheme: light;
}

Expand Down
3 changes: 2 additions & 1 deletion package/src/themes/vs-code-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
--editor__bg: #fff;
--widget__border: #bfbfbf;
--widget__bg: #f2f2f2;
--widget__bg: #f8f8f8;
--widget__color: #444;
--widget__color-active: #000;
--widget__color-options: #666;
Expand All @@ -27,6 +27,7 @@
--pce-ac-icon-function: #652d90;
--pce-ac-icon-interface: #007acc;
--pce-ac-icon-variable: #007acc;
--pce-ac-match: #0066bf;
color-scheme: light;
}

Expand Down

0 comments on commit 283d53f

Please # to comment.