1337x Colors (Desktop)
.table-list a:hover color: var(--accent-hover); text-decoration: underline;
(daytime / high contrast) :root --bg-primary: #f8f9fc; --bg-secondary: #ffffff; --accent: #2c5f8a; --accent-hover: #1d4769; --text-primary: #1e2a3a; --text-muted: #5c6f87; --border: #dce3ec; --green-up: #1f8b4c; --vip-gold: #b86b00; --trusted-blue: #0066cc;
/* Torrent name links */ .table-list a:link color: var(--accent); text-decoration: none; 1337x colors
// Run in browser console or as userscript const rows = document.querySelectorAll('.table-list tbody tr'); rows.forEach(row => 0; if (seeds > 500) row.style.borderLeft = '4px solid #2ecc71'; // highly seeded else if (seeds < 50) row.style.borderLeft = '4px solid #e67e22'; // low seeds const category = row.cells[1]?.innerText.toLowerCase(); if (category.includes('movie')) row.style.backgroundColor = '#1a1f2e'; if (category.includes('game')) row.style.backgroundColor = '#1e2a1e'; );
.table-list tbody tr:hover background-color: #252b36; .table-list a:hover color: var(--accent-hover)
/* Seeders / Leechers / .table-list td:nth-child(4) / seeders column */ color: var(--green-up); font-weight: bold;
/* Search bar & filters */ input[type="text"], select background: var(--bg-secondary); border: 1px solid var(--border); color: var(--text-primary); padding: 8px 12px; border-radius: 20px; if (seeds >
body background-color: var(--bg-primary); color: var(--text-primary); font-family: 'Inter', system-ui, -apple-system, sans-serif;