darker theme for more contrast for dark theme on phind
darker theme for phind by 6ilberM

Details
Author6ilberM
LicenseNo License
Categoryphind.com
Created
Updated
Size898 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name darker theme for phind
@version 20250314.15.36
@namespace ?
==/UserStyle== */
@-moz-document domain("phind.com") {
/* Target the website with dark theme enabled */
[data-theme=dark] {
--background-bg-card: #1e1e2e !important; /* Darker than #323046 */
--bg-chatbox: #1e1e2e !important; /* Darker than #323046 */
--background-followup-textarea: #1e1e2e !important; /* Darker than #323046 */
--background-main: linear-gradient(180deg, #121218, #1a1a24) !important;
--background-bg-secondary: #181825 !important; /* Darker than #2a2a38 */
--bg-off-secondary: #181825 !important; /* Darker than #2a2a38 */
--background-bg-suggestion: rgba(40, 40, 60, 0.5) !important;
--background-bg-suggestion-icon: #121218 !important;
--code-bg-button: #1a1625 !important; /* Darker than #2b2436 */
}
}