Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
elidakirigo committed Mar 13, 2024
1 parent f0e4b49 commit 91764a9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions .github/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#0f0ddf",
"activityBar.background": "#0f0ddf",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#1e0202",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"editorGroup.border": "#0f0ddf",
"panel.border": "#0f0ddf",
"sash.hoverBorder": "#0f0ddf",
"sideBar.border": "#0f0ddf",
"statusBar.background": "#0c0aaf",
"statusBar.border": "#0c0aaf",
"statusBar.debuggingBackground": "#adaf0a",
"statusBar.debuggingBorder": "#adaf0a",
"statusBar.debuggingForeground": "#15202b",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#0f0ddf",
"statusBarItem.remoteBackground": "#0c0aaf",
"statusBarItem.remoteForeground": "#e7e7e7",
"tab.activeBorder": "#0f0ddf",
"titleBar.activeBackground": "#0c0aaf",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.border": "#0c0aaf",
"titleBar.inactiveBackground": "#0c0aaf99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#0c0aaf"
}
4 changes: 2 additions & 2 deletions .github/workflows/greet-contributers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
# - uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "<h3>Hey! contributor, thank you for opening an Issue 🎉.</h3>"
pr-message: "<h3>Hey! contributor, thank you for opening a Pull Request 🎉.</h3>"
footer: "Soon one of our maintainers will review it and provide you with feedback/suggestions.</b><br><br><b>Happy, Open Source!</b>"

0 comments on commit 91764a9

Please sign in to comment.