Customizes Chrome’s new tab with a dark Kuromi theme: dreamy black-purple background, cute Kuromi logo, and soft lavender text for a gothic kawaii vibe."
KUROMI DARK NEW TAB PAGE by trisha

Details
Authortrisha
LicenseNo License
Categoryhttps://www.google.com/_/chrome/newtab
Created
Updated
Code size1.2 kB
Code checksum4f017e96
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name KUROMIWEBPAGE
@version 20250408.15.12
@namespace ?
==/UserStyle== */
@-moz-document url("https://www.google.com/_/chrome/newtab") {
/* 🌌 Background image */
body {
background-image: url("https://i.imgur.com/j6bqZOl.png"); /* direct link from your imgur album */
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
color: #D8B7DD !important;
}
/* 🖤 Replace Google logo with Kuromi PNG */
img[alt="Google"] {
content: url("https://imgur.com/a/dkfY8if");
height: 100px !important;
width: auto !important;
margin-top: 30px;
}
/* 🌸 Lavender text */
.MUFPAc, .gLFyf, .gLFyf.gsfi {
color: #D8B7DD !important;
}
/* 🔲 Search box styling */
.RNNXgb {
background-color: rgba(30, 30, 30, 0.75) !important;
border-radius: 12px !important;
box-shadow: 0 0 10px #D8B7DD55;
}
/* 🎀 Buttons */
.gNO89b, .RNmpXc {
background-color: #2a2a2a !important;
color: #D8B7DD !important;
border: none !important;
border-radius: 8px !important;
}
}