mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-19 07:24:16 +00:00
Merge pull request #152 from B4sicallyF0x/master
This commit is contained in:
commit
c6b0888216
3
.gitignore
vendored
3
.gitignore
vendored
@ -41,3 +41,6 @@
|
||||
|
||||
# Temporal configurations
|
||||
/**/**/.aliaser
|
||||
|
||||
# .vscode folder
|
||||
.vscode/
|
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -1,14 +0,0 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "[Node] Run file",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"program": "${file}",
|
||||
"request": "launch",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node"
|
||||
},
|
||||
]
|
||||
}
|
22
.vscode/settings.json
vendored
22
.vscode/settings.json
vendored
@ -1,22 +0,0 @@
|
||||
{
|
||||
"peacock.remoteColor": "#ff6064",
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#ff9396",
|
||||
"activityBar.background": "#ff9396",
|
||||
"activityBar.foreground": "#15202b",
|
||||
"activityBar.inactiveForeground": "#15202b99",
|
||||
"activityBarBadge.background": "#048000",
|
||||
"activityBarBadge.foreground": "#e7e7e7",
|
||||
"commandCenter.border": "#15202b99",
|
||||
"sash.hoverBorder": "#ff9396",
|
||||
"statusBar.background": "#ff6064",
|
||||
"statusBar.foreground": "#15202b",
|
||||
"statusBarItem.hoverBackground": "#ff2d32",
|
||||
"statusBarItem.remoteBackground": "#ff6064",
|
||||
"statusBarItem.remoteForeground": "#15202b",
|
||||
"titleBar.activeBackground": "#ff6064",
|
||||
"titleBar.activeForeground": "#15202b",
|
||||
"titleBar.inactiveBackground": "#ff606499",
|
||||
"titleBar.inactiveForeground": "#15202b99"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user