From 26a97dc546fb9b5bc3702a15e02f3426bdacdfde Mon Sep 17 00:00:00 2001 From: Luis Mayta Date: Sun, 26 Nov 2023 16:36:59 -0300 Subject: [PATCH] chore: implement package catpuchin (#259) --- conf/settings.json | 4 ++-- config/base.zsh | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/settings.json b/conf/settings.json index cddb415..5397648 100644 --- a/conf/settings.json +++ b/conf/settings.json @@ -361,7 +361,7 @@ "markdown.preview.fontSize": 16, "path-intellisense.autoSlashAfterDirectory": true, "explorer.confirmDragAndDrop": false, - "workbench.iconTheme": "vscode-icons", + "workbench.iconTheme": "catppuccin-mocha", "window.restoreFullscreen": true, "go.lintTool": "gometalinter", "go.formatTool": "goimports", @@ -389,7 +389,7 @@ }, "todo-tree.tree.showScanModeButton": false, "editor.accessibilitySupport": "off", - "workbench.colorTheme": "Atom One Dark", + "workbench.colorTheme": "Catppuccin Mocha", "[dart]": { "editor.formatOnSave": true, "editor.formatOnType": true, diff --git a/config/base.zsh b/config/base.zsh index df9aa57..23f4f13 100644 --- a/config/base.zsh +++ b/config/base.zsh @@ -7,7 +7,7 @@ export VSCODE_GALLERY_ITEM_URL='https://marketplace.visualstudio.com/items' export VSCODE_GALLERY_CONTROL_URL='' export VSCODE_GALLERY_RECOMMENDATIONS_URL='' export VSCODIUM_PACKAGE_NAME="vscodium" -export VSCODIUM_MESSAGE_BREW="Please install brew or use antibody bundle luismayta/zsh-brew branch:develop" +export VSCODIUM_MESSAGE_BREW="Please install brew or use antibody bundle luismayta/zsh-brew" export VSCODIUM_MESSAGE_NOT_FOUND="this not found installed" export VSCODIUM_PACKAGES=( EditorConfig.EditorConfig @@ -100,6 +100,8 @@ export VSCODIUM_PACKAGES=( vscode-icons-team.vscode-icons nutstick.challenger-deep-monokai akamud.vscode-theme-onedark + Catppuccin.catppuccin-vsc + Catppuccin.catppuccin-vsc-icons # vim vscodevim.vim