Skip to content

ChatGPT theme yay by CreeperPlays689

Screenshot of ChatGPT theme yay

Details

AuthorCreeperPlays689

LicenseNo License

Categorychat.openai.com

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

chatgpt

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ? - Feb 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("https://chat.openai.com") {
    /* Vibrant Cyberpunk Theme for ChatGPT Website */

/* Background Color */
body {
    background: linear-gradient(45deg, #000000, #1a1a1a);
    color: #66ff66;
}

/* Header Styling */
header {
    background: linear-gradient(45deg, #000000, #1a1a1a);
    color: #66ff66;
    border-bottom: 2px solid #66ff66;
}

/* Navigation Links */
nav a {
    color: #66ff66;
    text-decoration: none;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #ffcc00;
}

/* Main Content */
main {
    background: linear-gradient(45deg, #000000, #003d10);
    color: #66ff66;
    padding: 0.5em; /* Adjusted padding */
}

/* Footer Styling */
footer {
    background: linear-gradient(45deg, #000000, #1a1a1a);
    color: #66ff66;
    border-top: 2px solid #66ff66;
}

/* Code Block Styling */
code {
    background: linear-gradient(45deg, #000000, #1a1a1a);
    color: #66ff66;
    padding: 0.2em 0.5em; /* Adjusted padding */
}

/* Highlighted Text */
mark {
    background-color: #ffcc00;
    color: #000000;
}

/* Secondary Text */
.text-token-text-secondary {
    color: #00ffac;
}

/* Sticky Header Styling */
/* Apply Cyberpunk Theme to Textarea */
#prompt-textarea {
    background: linear-gradient(45deg, #000000, #1a1a1a);
    color: #66ff66;
    border: 2px solid #66ff66;
    padding: 10px;
    max-height: 200px;
    height: 52px;
    overflow-y: hidden;
}

/* Add your other styles here if needed */




}

Reviews

No reviews yet.