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:
parent
146f0656fa
commit
536c5a4a0a
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue