We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e39b6 commit c08a232Copy full SHA for c08a232
.gitignore
@@ -20,7 +20,6 @@ desktop.ini
20
# IDE
21
*.sublime-*
22
/.idea
23
-.vscode/*
24
*~
25
26
# environment variables
abcd.code-workspace
@@ -165,7 +165,8 @@
165
"titleBar.activeBackground": "#abcd00",
166
"titleBar.activeForeground": "#15202b",
167
"titleBar.inactiveBackground": "#abcd0099",
168
- "titleBar.inactiveForeground": "#15202b99"
+ "titleBar.inactiveForeground": "#15202b99",
169
+ "tab.activeBorder": "#d5ff01"
170
}
171
172
0 commit comments