Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
/node_modules/

.DS_Store

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Dependency directories
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env
.env.*

# Mac system files
.AppleDouble
.LSOverride
Icon?

# Thumbnails
._*

# VSCode
.vscode/

# JetBrains IDEs
.idea/

# Build output
/dist/
/build/
/docs/assets/css/
/docs/assets/js/

# Gulp cache
.cache/

# SASS cache
.sass-cache/

# Coverage directory used by tools like istanbul
coverage/

# Misc
*.sublime-workspace
*.sublime-project

Binary file modified docs/assets/img/themes/20053home.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/themes/6299firefox-26-11-2023.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/themes/Minimalist-DarkGreen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/themes/NightSky.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/themes/always-fullscreen-firefox.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ function createLightbox(id) {
if (cards_container) cards_container.innerHTML = '';
fetch('themes.json').then(function (data) {
return data.json();
}).then( /*#__PURE__*/function () {
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(data) {
}).then(/*#__PURE__*/function () {
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(data) {
var matches, i, j, _ref2, _iterator, _step, _step$value, index, entry, card;
return _regeneratorRuntime().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
Expand Down
22 changes: 19 additions & 3 deletions docs/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2000,9 +2000,25 @@
"modern"
],
"repository": "https://github.com/dxdotdev/arc-ui",
"pushed_at": "2025-01-05T13:34:56Z",
"stargazers_count": 68,
"avatar": "https://avatars.githubusercontent.com/u/157044645?v=4"
"pushed_at": "2025-07-15T19:32:53Z",
"stargazers_count": 3706,
"avatar": "https://avatars.githubusercontent.com/u/6210397?v=4"
},
{
"title": "Minimalist-DarkGreen",
"link": "https://github.com/andev0x/Minimalist-DarkGreen",
"description": "A theme for firefox with dark green colors.",
"image": "assets/img/themes/Minimalist-DarkGreen.gif",
"tags": [
"andev0x",
"dark",
"green",
"minimalist"
],
"repository": "https://github.com/andev0x/Minimalist-DarkGreen",
"pushed_at": "2025-07-18T09:12:44Z",
"stargazers_count": 1,
"avatar": "https://avatars.githubusercontent.com/u/6210397?v=4"
},
{
"title": "Material Fox Updated",
Expand Down
Binary file added images/themes/Minimalist-DarkGreen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading