Skip to content

Commit 63bd288

Browse files
committed
updates from Angus CLI theme
1 parent e5178c3 commit 63bd288

File tree

4 files changed

+54
-206
lines changed

4 files changed

+54
-206
lines changed

about.json

Lines changed: 42 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "ACESCentral Theme",
2+
"name": "ACESCentral Theme (Angus CLI)",
33
"component": false,
44
"license_url": null,
55
"about_url": null,
6-
"authors": "Alex Forsythe",
6+
"authors": null,
77
"theme_version": null,
88
"minimum_discourse_version": null,
99
"maximum_discourse_version": null,
@@ -12,43 +12,48 @@
1212
},
1313
"color_schemes": {
1414
"ACESCentral Light Mode": {
15-
"primary": "646464",
16-
"secondary": "fcfcfb",
17-
"tertiary": "C1A138",
18-
"quaternary": "C1A138",
19-
"header_background": "333333",
20-
"header_primary": "fcfcfb",
21-
"highlight": "ffff00",
22-
"danger": "dd0000",
23-
"success": "00cc00",
24-
"love": "ff0000"
25-
},
15+
"primary": "646464",
16+
"secondary": "fcfcfb",
17+
"tertiary": "c1a138",
18+
"quaternary": "c1a138",
19+
"header_background": "333333",
20+
"header_primary": "fcfcfb",
21+
"highlight": "ffff00",
22+
"selected": "d1f0ff",
23+
"hover": "f2f2f2",
24+
"danger": "dd0000",
25+
"success": "00cc00",
26+
"love": "ff0000"
27+
},
2628
"ACESCentral Dark Mode": {
27-
"primary": "e2e2e2",
28-
"secondary": "2F333D",
29-
"tertiary": "c1a138",
30-
"quaternary": "c1a138",
31-
"header_background": "1d2025",
32-
"header_primary": "e2e2e2",
33-
"highlight": "ffff00",
34-
"danger": "ff0000",
35-
"success": "00cc00",
36-
"love": "ff0000"
37-
},
38-
"ACESCentral Extra Dark Mode": {
39-
"primary": "e2e2e2",
40-
"secondary": "0f0f0f",
41-
"tertiary": "c1a138",
42-
"quaternary": "c1a138",
43-
"header_background": "333333",
44-
"header_primary": "e2e2e2",
45-
"highlight": "ffff00",
46-
"danger": "ff0000",
47-
"success": "00cc00",
48-
"love": "ff0000"
49-
}
29+
"primary": "e2e2e2",
30+
"secondary": "2f333d",
31+
"tertiary": "c1a138",
32+
"quaternary": "c1a138",
33+
"header_background": "1d2025",
34+
"header_primary": "e2e2e2",
35+
"highlight": "ffff00",
36+
"selected": "d1f0ff",
37+
"hover": "f2f2f2",
38+
"danger": "ff0000",
39+
"success": "00cc00",
40+
"love": "ff0000"
5041
},
51-
"modifiers": {
42+
"ACESCentral Extra Dark Mode": {
43+
"primary": "e2e2e2",
44+
"secondary": "0f0f0f",
45+
"tertiary": "c1a138",
46+
"quaternary": "c1a138",
47+
"header_background": "333333",
48+
"header_primary": "e2e2e2",
49+
"highlight": "ffff00",
50+
"selected": "d1f0ff",
51+
"hover": "f2f2f2",
52+
"danger": "ff0000",
53+
"success": "00cc00",
54+
"love": "ff0000"
55+
}
5256
},
57+
"modifiers": {},
5358
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
5459
}

desktop/desktop.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@
5757

5858
/* End attempt */
5959

60-
// Increase width of lastest posts column
61-
.latest-topic-list-item .main-link {
62-
max-width: 100%;
63-
white-space: nowrap;
64-
}
65-
6660
// Adjust full screen chat appearance
6761

6862
.full-page-chat .chat-full-page-header {

desktop/header.html

Lines changed: 0 additions & 163 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { withPluginApi } from "discourse/lib/plugin-api";
2+
3+
function initializePlugin(api) {
4+
}
5+
6+
export default {
7+
name: "acescentral",
8+
9+
initialize() {
10+
withPluginApi("1.24.0", initializePlugin);
11+
},
12+
};

0 commit comments

Comments
 (0)