1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat(vscode): move activity bar to top

This commit is contained in:
Ryan Cao 2023-11-23 17:30:59 +08:00
parent 146f0656fa
commit 536c5a4a0a
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -63,13 +63,15 @@ in {
userSettings = { userSettings = {
"workbench.colorTheme" = "Catppuccin Frappé"; "workbench.colorTheme" = "Catppuccin Frappé";
"workbench.iconTheme" = "catppuccin-frappe"; "workbench.iconTheme" = "catppuccin-frappe";
"workbench.sideBar.location" = "left";
"workbench.activityBar.location" = "top";
"catppuccin.boldKeywords" = false; "catppuccin.boldKeywords" = false;
"catppuccin.italicKeywords" = true; "catppuccin.italicKeywords" = true;
"catppuccin.accentColor" = "sky"; "catppuccin.accentColor" = "sky";
"catppuccin.workbenchMode" = "default"; "catppuccin.workbenchMode" = "default";
"catppuccin.customUIColors" = { "catppuccin.customUIColors" = {
all = { "all" = {
"activityBar.activeBorder" = "accent"; "activityBar.activeBorder" = "accent";
"statusBarItem.remoteBackground" = "accent"; "statusBarItem.remoteBackground" = "accent";
}; };