It sounds like you're looking for a related to the torrent site 1337x , specifically focusing on a “colors” theme — possibly for a userscript, browser extension, custom CSS, or a redesign concept.
/* Top torrents section */ .top-torrents, .trending border-left: 3px solid var(--accent); background: var(--bg-secondary); padding: 10px; margin: 12px 0; border-radius: 8px;
button:hover background: var(--accent-hover);
body background-color: var(--bg-primary); color: var(--text-primary); font-family: 'Inter', system-ui, -apple-system, sans-serif;
.table-list a:hover color: var(--accent-hover); text-decoration: underline;