Skip to content

Commit

Permalink
fix(vscode): update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Apr 12, 2024
1 parent 4db9485 commit 4816af0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home/apps/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ in {
mutableExtensionsDir = true;

userSettings = {
"workbench.iconTheme" = "catppuccin-latte";
"workbench.colorTheme" = "Catppuccin Latte";
"workbench.iconTheme" = "catppuccin-frappe";
"workbench.colorTheme" = "Catppuccin Frappé";
"workbench.preferredDarkColorTheme" = "Catppuccin Frappé";
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
"workbench.productIconTheme" = "Tabler";
Expand All @@ -111,10 +111,10 @@ in {
"editor.stickyScroll.enabled" = false;
"editor.linkedEditing" = true;
"workbench.editor.closeOnFileDelete" = true;
"terminal.integrated.defaultProfile.osx" = "fish";
"terminal.integrated.fontSize" = 14;
"terminal.integrated.lineHeight" = 1.3;
"terminal.integrated.cursorBlinking" = true;
"terminal.integrated.defaultProfile.osx" = "/run/current-system/sw/bin/fish";
"editor.cursorSmoothCaretAnimation" = "off";

"editor.formatOnSave" = true;
Expand Down

0 comments on commit 4816af0

Please sign in to comment.