Skip to content

Claude AI Dark by ketovnv

Screenshot of Claude AI Dark

Details

Authorketovnv

LicenseNo License

Categoryclaude.ai

Created

Updated

Size4.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Claude AI Dark

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Claude AI Dark
@version      20250304.07.05
@namespace    https://userstyles.world/user/KaliLinux
@description  Claude AI Dark
@author       KaliLinux
==/UserStyle== */

@-moz-document url-prefix("https://claude.ai/") {
p,
div {
    font-family: "Maple Mono" !important;
    font-size: 1.1rem
}

.prismis span {
    font-family: "Open Runde" !important;
    font-size: 1.2rem;
    color: #9fd !important;
}


.text-text-500 {
    font-family: "Polly Rounded" !important;
    font-weight: bold
}

div.line-clamp-1 {
    font-family: "Tactic Round Bld", sans-serif !important;
    color: #d9e618 !important;
    font-size: 1.1em;
}

li {
    color: #8cDfC6 !important;
    font-family: Comfortaa, monospace !important;
    font-size: 14px;
    margin: 0 !important;
}

.text-danger-000 {
    font-family: RF Dewi, sans-serif !important;
    font-weight: bold
}

.whitespace-pre-wrap p {
    color: yellowgreen !important;
}

.max-w-3xl {
    max-width: 94%;
}

.bg-bg-000,
.from-bg-300 {
    background: black;
    background: linear-gradient(144deg, rgba(0, 0, 0, 1) 45%, rgba(21, 57, 87, 1) 85%, rgba(17, 97, 180, 1) 100%);
}


.ProseMirror p,
.from-bg-300 p {
    font-family: "18VAG Rounded M", monospace !important;
    font-weight: bold;
    font-size: 1.33em;
    color: orange !important;
}

.relative.flex.flex-col.rounded-lg {
    background: black;
    background: linear-gradient(144deg, rgba(0, 0, 0, 1) 10%, rgba(21, 57, 87, 1) 65%, rgba(17, 97, 180, 1) 100%);
}

.text-text-300.absolute {
    color: #ffd799 !important;
    font-size: 16px
}

.prismjs.code-block__code,
code[class*=language-] {
    background: rgb(0, 0, 0) !important;

    color: #1457d5;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: BlexMono Nerd Font !important;
    font-weight: 600;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.33 !important;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -webkit-hyphens: none;
    hyphens: none
}

.prismjs.code-block__code {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}

.prismjs.code-block__code .table {
    display: inline
}


code[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
    background: #383e49;
    text-shadow: none
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
    text-shadow: none
}

@media print {
    code[class*=language-],
    pre[class*=language-] {
        text-shadow: none
    }
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
    background: #282c34
}

:not(pre) > code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #5c68703d !important;
    font-weight: 700
}

.token.punctuation {
    color: #fffccc !important;
    font-family: Ubuntu Mono !important;
    font-weight: 700
}

.token.selector,
.token.tag {
    color: #f9f
}

.token.attr-name,
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol {
    color: #fc0;
    font-family: Sofia Sans !important
}

.token.attr-value,
.token.builtin,
.token.char,
.token.inserted,
.token.string {
    color: #BBDD99;
    font-family: Designosaur !important
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
    color: #6ef;
    font-weight: 700;
}

.token.atrule,
.token.keyword {
    color: #d43fff;
    font-weight: 700
}

.token.function {
    color: #01a2f9
}

.token.important,
.token.regex,
.token.variable {
    color: #d200ba
}

.token.bold,
.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

pre.line-numbers {
    padding-left: 3.8em;
    counter-reset: linenumber
}

pre.line-numbers,
pre.line-numbers > code {
    position: relative
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.line-numbers-rows > span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber
}

.line-numbers-rows > span:before {
    content: counter(linenumber);
    color: #5c6370;
    display: block;
    padding-right: .8em;
    text-align: right
}
}

Reviews

No reviews yet.