http://eekmitwdvatuzc7hlybja5af4cz74b6pdonovcjn5xpfn6v6zqiz4fad.onion/theming.html
How it works Create the file: place override.css in $I2P/docs/themes/console/<theme>/override.css It's checked on every page load It survives upgrades — never overwritten by the router Example: Ocean Blue override /* Override the dark theme with a blue hue rotation */
html {
filter: hue-rotate(120deg);
}
body {
background: repeating-linear-gradient(to right, rgba(0,0,0,0.8) 1px,
rgba(0,0,0,0.8) 2px, rgba(0,0,32,0.6) 3px) #000;
}
img, #sb_localtunnels img, .sb *::before, #routerlogs...