Add catppuccin style to vscode

This commit is contained in:
Charlotte 🦝 Delenk 2023-01-01 14:32:01 +01:00
parent c342d535ba
commit 63ab6b9ee0
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -106,7 +106,8 @@
"editor.fontFamily" = "\"FiraCode Nerd Font Mono\", \"Noto Sans Mono CJK JP\", monospace"; "editor.fontFamily" = "\"FiraCode Nerd Font Mono\", \"Noto Sans Mono CJK JP\", monospace";
"rust-analyzer.checkOnSave.command" = "clippy"; "rust-analyzer.checkOnSave.command" = "clippy";
"ledger.binary" = "${pkgs.hledger}/bin/hledger"; "ledger.binary" = "${pkgs.hledger}/bin/hledger";
"workbench.colorTheme" = "Gruvbox Dark Hard"; "workbench.colorTheme" = "Catppuccin Mocha";
"window.titleBarStyle" = "custom";
"rust-analyzer.hoverActions.references" = true; "rust-analyzer.hoverActions.references" = true;
"rust-analyzer.lens.methodReferences" = true; "rust-analyzer.lens.methodReferences" = true;
"rust-analyzer.workspace.symbol.search.scope" = "workspace_and_dependencies"; "rust-analyzer.workspace.symbol.search.scope" = "workspace_and_dependencies";
@ -289,6 +290,7 @@
bierner.markdown-mermaid bierner.markdown-mermaid
bradlc.vscode-tailwindcss bradlc.vscode-tailwindcss
bungcip.better-toml bungcip.better-toml
catppuccin.catppuccin-vsc
christian-kohler.path-intellisense christian-kohler.path-intellisense
codezombiech.gitignore codezombiech.gitignore
davidanson.vscode-markdownlint davidanson.vscode-markdownlint
@ -304,7 +306,6 @@
github.vscode-pull-request-github github.vscode-pull-request-github
golang.go golang.go
haskell.haskell haskell.haskell
jdinhlife.gruvbox
jnoortheen.nix-ide jnoortheen.nix-ide
justusadam.language-haskell justusadam.language-haskell
mkhl.direnv mkhl.direnv