|
3 | 3 | <td style="border:0;padding:0;"> |
4 | 4 | <a href="https://vscode.rayforcedb.com"> |
5 | 5 | <picture> |
6 | | - <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_light.svg"> |
7 | | - <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_dark.svg"> |
8 | | - <img src="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_dark.svg" width="200"> |
| 6 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_light.png"> |
| 7 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_dark.png"> |
| 8 | + <img src="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_dark.png" width="200"> |
9 | 9 | </picture> |
10 | 10 | </a> |
11 | 11 | </td> |
12 | 12 | <td style="border:0;padding:0;"> |
13 | 13 | <h1>A Complete Development Environment Embedded in VSCode for <a href="https://core.rayforcedb.com"><picture> |
14 | | - <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/official_logo_light_full.svg"> |
15 | | - <img src="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/official_logo_full.svg" alt="RayforceDB" height="40" style="vertical-align: bottom;"> |
| 14 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/official_logo_light_full.png"> |
| 15 | + <img src="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/official_logo_full.png" alt="RayforceDB" height="40" style="vertical-align: bottom;"> |
16 | 16 | </picture></a></h1> |
17 | 17 | </td> |
18 | 18 | </tr> |
19 | 19 | </table> |
20 | 20 |
|
21 | | - [](https://github.com/RayforceDB/rayforce-vscode/releases) [](https://marketplace.visualstudio.com/items?itemName=RayforceDB.rayforce-vscode) [](https://open-vsx.org/extension/RayforceDB/rayforce-vscode) [](LICENSE) |
| 21 | + [](https://github.com/RayforceDB/rayforce-vscode/releases) [](https://marketplace.visualstudio.com/items?itemName=RayforceDB.rayforce-vscode) [](https://open-vsx.org/extension/RayforceDB/rayforce-vscode) [](LICENSE) |
22 | 22 |
|
23 | 23 | A complete development environment for RayforceDB, right inside VS Code. Manage instances, execute commands via REPL, and enjoy full Rayfall language support. |
24 | 24 |
|
|
0 commit comments