Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ dist/
coverage/
.nyc_output/
.vscode/launch.json
.vscode/settings.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

irrelevant change

22 changes: 21 additions & 1 deletion .vscode/settings.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

irrelevant changes

Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,25 @@
"typeof",
"Unmergeable",
"viewports"
]
],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#eb5947",
"activityBar.background": "#eb5947",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#19e630",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#eb5947",
"statusBar.background": "#e62f19",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#eb5947",
"statusBarItem.remoteBackground": "#e62f19",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#e62f19",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#e62f1999",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#e62f19"
}
4 changes: 2 additions & 2 deletions src/styles/ui.css
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update a changelog, please

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done
before:
image

after:
image

Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
max-height: 100%;
}

path {
stroke: currentColor;
path:not([stroke]) {
stroke: currentColor;
}


Expand Down