Skip to content

Commit c08a232

Browse files
committed
remove .astro folder from remote
1 parent f8e39b6 commit c08a232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ desktop.ini
2020
# IDE
2121
*.sublime-*
2222
/.idea
23-
.vscode/*
2423
*~
2524

2625
# environment variables

abcd.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@
165165
"titleBar.activeBackground": "#abcd00",
166166
"titleBar.activeForeground": "#15202b",
167167
"titleBar.inactiveBackground": "#abcd0099",
168-
"titleBar.inactiveForeground": "#15202b99"
168+
"titleBar.inactiveForeground": "#15202b99",
169+
"tab.activeBorder": "#d5ff01"
169170
}
170171
}
171172
}

0 commit comments

Comments
 (0)