Skip to content

Commit c9a6e8b

Browse files
committed
init commit
0 parents  commit c9a6e8b

File tree

12 files changed

+2089
-0
lines changed

12 files changed

+2089
-0
lines changed

Diff for: .eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "eslint-config-discourse"
3+
}

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.discourse-site
2+
node_modules
3+
HELP

Diff for: .template-lintrc.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
plugins: ["ember-template-lint-plugin-discourse"],
3+
extends: "discourse:recommended",
4+
};

Diff for: about.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"about_url": null,
3+
"license_url": null,
4+
"assets": {
5+
},
6+
"modifiers": {
7+
"serialize_topic_excerpts": true
8+
},
9+
"name": "Air Theme",
10+
"color_schemes": {
11+
"air-light": {
12+
"primary": "1c1c1c",
13+
"secondary": "F9FCFF",
14+
"tertiary": "3877e5",
15+
// "quaternary": "919fa8",
16+
"quaternary": "7E8B93",
17+
"header_background": "F9FCFF",
18+
"header_primary": "122b43",
19+
"highlight": "E6CB37",
20+
"danger": "D05454",
21+
"success": "71BD9F",
22+
"love": "C16AD7"
23+
},
24+
"air-dark": {
25+
"primary": "E0E0E0",
26+
"secondary": "2D2D2D",
27+
"tertiary": "9A5CFD",
28+
"quaternary": "71bd9f",
29+
"header_background": "202020",
30+
"header_primary": "E0E0E0",
31+
"highlight": "9A5CFD",
32+
"danger": "D05454",
33+
"success": "71BD9F",
34+
"love": "C16AD7"
35+
}
36+
},
37+
"components": ["https://github.com/discourse/discourse-color-scheme-toggle.git","https://github.com/discourse/discourse-loading-slider.git","https://github.com/discourse/discourse-clickable-topic.git","https://github.com/discourse/discourse-search-banner.git"]
38+
}

0 commit comments

Comments
 (0)