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 79eca2d commit 86a0990Copy full SHA for 86a0990
src/common/themes/index.js
@@ -4,6 +4,7 @@ import blackAndWhite from './blackAndWhite';
4
import brick from './brick';
5
import candy from './candy';
6
import coldGray from './coldGray';
7
+import counterStrike from './counterStrike';
8
import eggplant from './eggplant';
9
import highContrast from './highContrast';
10
import lilac from './lilac';
@@ -39,6 +40,7 @@ export default {
39
40
brick,
41
candy,
42
coldGray,
43
+ counterStrike,
44
eggplant,
45
highContrast,
46
lilac,
0 commit comments