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 = {
"workbench.colorTheme" = "Catppuccin Frappé";
"workbench.iconTheme" = "catppuccin-frappe";
"workbench.sideBar.location" = "left";
"workbench.activityBar.location" = "top";
"catppuccin.boldKeywords" = false;
"catppuccin.italicKeywords" = true;
"catppuccin.accentColor" = "sky";
"catppuccin.workbenchMode" = "default";
"catppuccin.customUIColors" = {
all = {
"all" = {
"activityBar.activeBorder" = "accent";
"statusBarItem.remoteBackground" = "accent";
};