Skip to content

Commit d59a84b

Browse files
committed
Add --vscode-contrastActiveBorder to the rest of the stories themes
1 parent e9f85b0 commit d59a84b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

extensions/ql-vscode/src/stories/vscode-theme-dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
--vscode-descriptionForeground: rgba(204, 204, 204, 0.7);
1919
--vscode-icon-foreground: #c5c5c5;
2020
--vscode-focusBorder: #007fd4;
21+
--vscode-contrastActiveBorder: #f38518;
2122
--vscode-textSeparator-foreground: rgba(255, 255, 255, 0.18);
2223
--vscode-textLink-foreground: #3794ff;
2324
--vscode-textLink-activeForeground: #3794ff;

extensions/ql-vscode/src/stories/vscode-theme-github-dark-default.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
--vscode-descriptionForeground: #8b949e;
2020
--vscode-icon-foreground: #8b949e;
2121
--vscode-focusBorder: #1f6feb;
22+
--vscode-contrastActiveBorder: #f38518;
2223
--vscode-textSeparator-foreground: #21262d;
2324
--vscode-textLink-foreground: #58a6ff;
2425
--vscode-textLink-activeForeground: #58a6ff;

extensions/ql-vscode/src/stories/vscode-theme-github-light-default.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
--vscode-descriptionForeground: #57606a;
2020
--vscode-icon-foreground: #57606a;
2121
--vscode-focusBorder: #0969da;
22+
--vscode-contrastActiveBorder: #f38518;
2223
--vscode-textSeparator-foreground: #d8dee4;
2324
--vscode-textLink-foreground: #0969da;
2425
--vscode-textLink-activeForeground: #0969da;

extensions/ql-vscode/src/stories/vscode-theme-light.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
--vscode-descriptionForeground: #717171;
1919
--vscode-icon-foreground: #424242;
2020
--vscode-focusBorder: #0090f1;
21+
--vscode-contrastActiveBorder: #0f4a85;
2122
--vscode-textSeparator-foreground: rgba(0, 0, 0, 0.18);
2223
--vscode-textLink-foreground: #006ab1;
2324
--vscode-textLink-activeForeground: #006ab1;

0 commit comments

Comments
 (0)