Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: implement package catppuccin (#259) #260

Merged
merged 1 commit into from
Nov 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conf/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 3 additions & 1 deletion config/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down