diff --git a/extensions.json b/extensions.json index 201061d..138bfd9 100644 --- a/extensions.json +++ b/extensions.json @@ -244,44 +244,6 @@ "preRelease": false } }, - { - "identifier": { - "id": "soutaro.steep-vscode" - }, - "version": "0.7.0", - "location": { - "$mid": 1, - "path": "/home/jaroslaw/.vscode-oss/extensions/soutaro.steep-vscode-0.7.0", - "scheme": "file" - }, - "relativeLocation": "soutaro.steep-vscode-0.7.0", - "metadata": { - "installedTimestamp": 1686302185799 - } - }, - { - "identifier": { - "id": "sorbet.sorbet-vscode-extension", - "uuid": "67d58bf5-9c4f-495f-bee0-d1d3f5898a8b" - }, - "version": "0.3.20", - "location": { - "$mid": 1, - "path": "/home/jaroslaw/.vscode-oss/extensions/sorbet.sorbet-vscode-extension-0.3.20-universal", - "scheme": "file" - }, - "relativeLocation": "sorbet.sorbet-vscode-extension-0.3.20-universal", - "metadata": { - "id": "67d58bf5-9c4f-495f-bee0-d1d3f5898a8b", - "publisherId": "a53a6e94-7c19-4bf7-ac90-c79e56b9313d", - "publisherDisplayName": "sorbet", - "targetPlatform": "universal", - "updated": false, - "isPreReleaseVersion": false, - "installedTimestamp": 1686305162990, - "preRelease": false - } - }, { "identifier": { "id": "yzane.markdown-pdf", @@ -305,21 +267,6 @@ "preRelease": false } }, - { - "identifier": { - "id": "ms-vscode-remote.remote-containers" - }, - "version": "0.296.0", - "location": { - "$mid": 1, - "path": "/home/jaroslaw/.vscode-oss/extensions/ms-vscode-remote.remote-containers-0.296.0", - "scheme": "file" - }, - "relativeLocation": "ms-vscode-remote.remote-containers-0.296.0", - "metadata": { - "installedTimestamp": 1686584500229 - } - }, { "identifier": { "id": "jeanp413.open-remote-ssh", @@ -344,30 +291,6 @@ "preRelease": false } }, - { - "identifier": { - "id": "beardedbear.beardedtheme", - "uuid": "d1818e93-bccc-4812-8b8b-37aabc5a7a94" - }, - "version": "8.2.1", - "location": { - "$mid": 1, - "path": "/home/jaroslaw/.vscode-oss/extensions/beardedbear.beardedtheme-8.2.1-universal", - "scheme": "file" - }, - "relativeLocation": "beardedbear.beardedtheme-8.2.1-universal", - "metadata": { - "id": "d1818e93-bccc-4812-8b8b-37aabc5a7a94", - "publisherId": "bfe8429d-0105-48ef-831f-69e781aeb77c", - "publisherDisplayName": "BeardedBear", - "targetPlatform": "universal", - "isApplicationScoped": false, - "updated": true, - "isPreReleaseVersion": false, - "installedTimestamp": 1688987988406, - "preRelease": false - } - }, { "identifier": { "id": "polymeilex.wgsl", @@ -424,7 +347,6 @@ "version": "14.0.1", "location": { "$mid": 1, - "fsPath": "/home/jaroslaw/.vscode-oss/extensions/eamodio.gitlens-14.0.1-universal", "path": "/home/jaroslaw/.vscode-oss/extensions/eamodio.gitlens-14.0.1-universal", "scheme": "file" }, @@ -440,5 +362,51 @@ "installedTimestamp": 1688987988507, "preRelease": false } + }, + { + "identifier": { + "id": "catppuccin.catppuccin-vsc", + "uuid": "69264e4d-cd3b-468a-8f2b-e69673c7d864" + }, + "version": "2.7.0", + "location": { + "$mid": 1, + "path": "/home/jaroslaw/.vscode-oss/extensions/catppuccin.catppuccin-vsc-2.7.0-universal", + "scheme": "file" + }, + "relativeLocation": "catppuccin.catppuccin-vsc-2.7.0-universal", + "metadata": { + "id": "69264e4d-cd3b-468a-8f2b-e69673c7d864", + "publisherId": "e7d2ed61-53e0-4dd4-afbe-f536c3bb4316", + "publisherDisplayName": "Catppuccin", + "targetPlatform": "universal", + "updated": false, + "isPreReleaseVersion": false, + "installedTimestamp": 1688988448197, + "preRelease": false + } + }, + { + "identifier": { + "id": "catppuccin.catppuccin-vsc-icons", + "uuid": "c84e505c-f415-4102-b952-53cb6f0bdf10" + }, + "version": "0.21.0", + "location": { + "$mid": 1, + "path": "/home/jaroslaw/.vscode-oss/extensions/catppuccin.catppuccin-vsc-icons-0.21.0-universal", + "scheme": "file" + }, + "relativeLocation": "catppuccin.catppuccin-vsc-icons-0.21.0-universal", + "metadata": { + "id": "c84e505c-f415-4102-b952-53cb6f0bdf10", + "publisherId": "e7d2ed61-53e0-4dd4-afbe-f536c3bb4316", + "publisherDisplayName": "Catppuccin", + "targetPlatform": "universal", + "updated": false, + "isPreReleaseVersion": false, + "installedTimestamp": 1688988458364, + "preRelease": false + } } ] diff --git a/settings.json b/settings.json index 6be4cbc..166c43f 100644 --- a/settings.json +++ b/settings.json @@ -36,9 +36,9 @@ }, "editor.inlayHints.fontSize": 8, "editor.inlayHints.padding": true, - "workbench.colorTheme": "Bearded Theme Black & Ruby", + "workbench.colorTheme": "Catppuccin Macchiato", "gitdoc.autoCommitDelay": 3000, - "workbench.iconTheme": "simple-icons", + "workbench.iconTheme": "catppuccin-macchiato", "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }