Skip to content

Commit 439a5bf

Browse files
authored
feat(themes): add minimalist darkgreen and optimize images (#309)
1 parent 53fe65a commit 439a5bf

File tree

11 files changed

+4366
-2125
lines changed

11 files changed

+4366
-2125
lines changed

.gitignore

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
11
/node_modules/
22

33
.DS_Store
4+
5+
# Logs
6+
logs
7+
*.log
8+
npm-debug.log*
9+
yarn-debug.log*
10+
yarn-error.log*
11+
12+
# Dependency directories
13+
jspm_packages/
14+
15+
# Optional npm cache directory
16+
.npm
17+
18+
# Optional eslint cache
19+
.eslintcache
20+
21+
# Optional REPL history
22+
.node_repl_history
23+
24+
# Output of 'npm pack'
25+
*.tgz
26+
27+
# dotenv environment variables file
28+
.env
29+
.env.*
30+
31+
# Mac system files
32+
.AppleDouble
33+
.LSOverride
34+
Icon?
35+
36+
# Thumbnails
37+
._*
38+
39+
# VSCode
40+
.vscode/
41+
42+
# JetBrains IDEs
43+
.idea/
44+
45+
# Build output
46+
/dist/
47+
/build/
48+
/docs/assets/css/
49+
/docs/assets/js/
50+
51+
# Gulp cache
52+
.cache/
53+
54+
# SASS cache
55+
.sass-cache/
56+
57+
# Coverage directory used by tools like istanbul
58+
coverage/
59+
60+
# Misc
61+
*.sublime-workspace
62+
*.sublime-project
63+
398 Bytes
Loading
0 Bytes
Loading
31.8 MB
Loading
118 Bytes
Loading
118 Bytes
Loading

docs/assets/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ function createLightbox(id) {
103103
if (cards_container) cards_container.innerHTML = '';
104104
fetch('themes.json').then(function (data) {
105105
return data.json();
106-
}).then( /*#__PURE__*/function () {
107-
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(data) {
106+
}).then(/*#__PURE__*/function () {
107+
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(data) {
108108
var matches, i, j, _ref2, _iterator, _step, _step$value, index, entry, card;
109109
return _regeneratorRuntime().wrap(function _callee$(_context) {
110110
while (1) switch (_context.prev = _context.next) {

docs/themes.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,9 +2000,25 @@
20002000
"modern"
20012001
],
20022002
"repository": "https://github.com/dxdotdev/arc-ui",
2003-
"pushed_at": "2025-01-05T13:34:56Z",
2004-
"stargazers_count": 68,
2005-
"avatar": "https://avatars.githubusercontent.com/u/157044645?v=4"
2003+
"pushed_at": "2025-07-15T19:32:53Z",
2004+
"stargazers_count": 3706,
2005+
"avatar": "https://avatars.githubusercontent.com/u/6210397?v=4"
2006+
},
2007+
{
2008+
"title": "Minimalist-DarkGreen",
2009+
"link": "https://github.com/andev0x/Minimalist-DarkGreen",
2010+
"description": "A theme for firefox with dark green colors.",
2011+
"image": "assets/img/themes/Minimalist-DarkGreen.gif",
2012+
"tags": [
2013+
"andev0x",
2014+
"dark",
2015+
"green",
2016+
"minimalist"
2017+
],
2018+
"repository": "https://github.com/andev0x/Minimalist-DarkGreen",
2019+
"pushed_at": "2025-07-18T09:12:44Z",
2020+
"stargazers_count": 1,
2021+
"avatar": "https://avatars.githubusercontent.com/u/6210397?v=4"
20062022
},
20072023
{
20082024
"title": "Material Fox Updated",
31.8 MB
Loading

0 commit comments

Comments
 (0)