From 56e2f6ad48bedd428957a2a3fcb1a394f5d317d3 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Tue, 3 Sep 2024 23:26:36 +0700 Subject: [PATCH] feat: add f# icon --- data/file-icons.ts | 5 +++++ icons/files/fs.svg | 1 + themes/github-light.json | 3 +++ themes/vitesse-light.json | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 icons/files/fs.svg diff --git a/data/file-icons.ts b/data/file-icons.ts index d578451..efd4572 100644 --- a/data/file-icons.ts +++ b/data/file-icons.ts @@ -143,6 +143,11 @@ export let fileIcons: FileIcon[] = [ id: 'eslint', light: true, }, + { + extensions: ['fs', 'fsx', 'fsi', 'fsproj'], + name: 'F#', + id: 'fs', + }, { files: [ '.git', diff --git a/icons/files/fs.svg b/icons/files/fs.svg new file mode 100644 index 0000000..c913f10 --- /dev/null +++ b/icons/files/fs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/github-light.json b/themes/github-light.json index a1a085d..e3f6f3d 100644 --- a/themes/github-light.json +++ b/themes/github-light.json @@ -37,6 +37,9 @@ "elm": { "#5fb4cb": "#0550ae" }, + "fs": { + "#2fb8fb": "#0550ae" + }, "git": { "#e84d32": "#cf222e" }, diff --git a/themes/vitesse-light.json b/themes/vitesse-light.json index e88add9..c8e0d31 100644 --- a/themes/vitesse-light.json +++ b/themes/vitesse-light.json @@ -37,6 +37,9 @@ "editorconfig": { "#6caaaa": "#1e754f" }, + "fs": { + "#2fb8fb": "#296aa3" + }, "git": { "#e84d32": "#ab5959" },