Skip to content

Commit

Permalink
fix: add prefered theming to vs
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 6, 2024
1 parent 5c9c97f commit 733b6a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home-manager/personalities/desktop/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
};
tabSize = 2;
};
terminal.intergrated.inheritEnv = true;
explorer = {
compactFolders = false;
confirmDelete = false;
Expand All @@ -74,8 +75,11 @@
newWindowDimensions = "maximized";
restoreWindows = "none";
titleBarStyle = "custom";
autoDetectColorScheme = true;
};
workbench = {
preferredDarkColorTheme = "Catppuccin Mocha";
preferredLightColorTheme = "Catppuccin Latte";
colorTheme = "Catppuccin Mocha";
iconTheme = "catppuccin-perfect-macchiato";
sideBar = {
Expand Down

0 comments on commit 733b6a2

Please sign in to comment.