Skip to content

curlconverter.com Dracula by merlinux-source

Screenshot of curlconverter.com Dracula

Details

Authormerlinux-source

LicenseCC Zero

Categorydracula, curlconverter,

Created

Updated

Size741 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the website theme to the dracula theme, (Strings, Keywords, comments) are supported due to the limitation of the website itself.

Notes

Initial release

Source code

/* ==UserStyle==
@name         curlconverter.com Dracula
@version      20220227.01.21
@namespace    userstyles.world/user/merlinux-source
@description  Changes the website theme to the dracula theme, (Strings, Keywords, comments) are supported due to the limitation of the website itself.
@author       merlinux-source
@license      CC Zero
==/UserStyle== */

@-moz-document domain("curlconverter.com") {
body, textarea, code {
    background-color: #282a36 !important;
    color: #f8f8f2 !important;
}

a {
    color: #8BE9FD !important;
}

.text-muted {
    color: #ffffff8a !important;
}

.hljs-string {
    color: #f1fa8c !important;
}

.hljs-keyword {
    color: #ff79c6 !important;
}

.hljs-comment {
    color: #6272A4 !important;
}
}

Reviews

No reviews yet.