Skip to content

ChatGPT Vesper by mohvn

Screenshot of ChatGPT Vesper

Details

Authormohvn

LicenseMIT

Categoryuserstyles

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

🌿 Port of the Vesper Visual Studio Code theme for ChatGPT

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ChatGPT Vesper
@namespace      github.com/openstyles/stylus
@version        2.0.0
@license     MIT
@author         mohvn
==/UserStyle== */
@-moz-document url("https://chatgpt.com/"), url-prefix("https://chatgpt.com/") {
    :root {
        --gray-700: #1e1e1e;
        --gray-750: #1e1e1e;
        --gray-800: #101010;
        --gray-900: #101010;
        --sidebar-surface-secondary: #1e1e1e;
        --border-color: #1e1e1e;
    }

    .dark {
        --text-error: #bf616a;
        --link: #78869c;
        --link-hover: #5e83b3;
    }

    html,
    body,
    * {
        letter-spacing: -0.5px !important;
    }

    .border-token-border-medium {
        border-color: #1e1e1e;
    }

    .hljs-keyword,
    .hljs-attr,
    .hljs-selector-pseudo,
    .hljs-selector-attr {
        color: #A0A0A0;
    }

    .hljs-title.class_,
    .hljs-variable.language_,
    .hljs-attribute {
        color: #ffffff;
    }

    .hljs-string {
        color: #99ffe4;
    }

    .hljs-title.function_,
    .hljs-name,
    .hljs-number,
    .hljs-literal,
    .hljs-built_in,
    .hljs-selector-class,
    .hljs-type,
    .hljs-selector-id {
        color: #ffc799;
    }

}

Reviews

No reviews yet.