Skip to content

Commit 56bfc88

Browse files
committed
change linux colour
1 parent 568c900 commit 56bfc88

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/content/wiki/build.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import linuxImg from "~/assets/images/linux.svg"
2525
buttons={[
2626
{ name: "Windows", image: windowsImg, accent: "#23a9f2" },
2727
{ name: "MacOS", image: macImg, accent: "#ffffff" },
28-
{ name: "Linux", image: linuxImg, accent: "#ffff00" },
28+
{ name: "Linux", image: linuxImg, accent: "#ef8300ff" },
2929
]}
3030
>
3131
{/* prettier-ignore */}

src/content/wiki/developing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This allows for pretty quick and easy development entirely in VS Code by opening
4141
buttons={[
4242
{ name: "Windows", image: windowsImg, accent: "#23a9f2" },
4343
{ name: "MacOS", image: macImg, accent: "#ffffff" },
44-
{ name: "Linux", image: linuxImg, accent: "#ffff00" },
44+
{ name: "Linux", image: linuxImg, accent: "#ef8300ff" },
4545
]}
4646
>
4747
<div data-tab="Windows">
@@ -88,7 +88,7 @@ You will need two Visual Studio Code instances open:
8888
buttons={[
8989
{ name: "Windows", image: windowsImg, accent: "#23a9f2" },
9090
{ name: "MacOS", image: macImg, accent: "#ffffff" },
91-
{ name: "Linux", image: linuxImg, accent: "#ffff00" },
91+
{ name: "Linux", image: linuxImg, accent: "#ef8300ff" },
9292
]}
9393
>
9494
<div data-tab="Windows">

src/content/wiki/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For debugging and a more detailed log file, you can add [`--loglevel=trace`](/wi
3434
buttons={[
3535
{ name: "Windows", image: windowsImg, accent: "#23a9f2" },
3636
{ name: "WSL", image: wslImg, accent: "#ffffff" },
37-
{ name: "Linux/MacOS", image: linuxImg, accent: "#ffff00" },
37+
{ name: "Linux/MacOS", image: linuxImg, accent: "#ef8300ff" },
3838
]}
3939
>
4040
<div data-tab="Windows">

src/content/wiki/usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The language server can be run using the below command:
2020
buttons={[
2121
{ name: "Windows", image: windowsImg, accent: "#23a9f2" },
2222
{ name: "MacOS", image: macImg, accent: "#ffffff" },
23-
{ name: "Linux", image: linuxImg, accent: "#ffff00" },
23+
{ name: "Linux", image: linuxImg, accent: "#ef8300ff" },
2424
]}
2525
>
2626
{/* prettier-ignore */}

0 commit comments

Comments
 (0)