dark theme for dotfiddle
dotnetfiddle.net by Lobooooooo14
Details
AuthorLobooooooo14
LicenseNo License
Categorydark theme
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name dotnetfiddle.net
@version 20230327.22.11
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://dotnetfiddle.net/") {
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
.CodeMirror {
color: white;
background: rgb(21 30 33);
}
span.cm-variable {
color: white !important;
}
span.cm-string {
color: #ff8a00 !important;
}
span.cm-keyword {
color: #008cff !important;
}
.container-banner-ukraine {
display: none;
}
.container-sponsor {
display: none !important;
}
.CodeMirror-gutters {
background-color: #2a3b41;
}
span.cm-operator {
color: red !important;
}
.user-info > span {
display: none !important;
}
body {
background-color: #040506 !important;
}
.content {
background-color: #040506 !important;
color: #e5e5e5 !important;
}
.vsplitbar {
background-color: #040506 !important;
}
.hsplitbar {
background-color: #040506 !important;
}
.sidebar {
background-color: rgb(255 255 255 / 20%) !important;
backdrop-filter: blur(10px);
}
.expander {
background-color: rgb(255 255 255 / 20%) !important;
backdrop-filter: blur(10px);
}
#carbonads {
display: none !important;
}
.CodeMirror-cursor {
border-left: 1px solid #fff !important;
}
.text-center {
color: white;
}
.sidebar .sidebar-block {
color: white;
}
.expander .glyphicon-chevron-right {
color: #fff;
}
.status-line {
color: #a3a3a3;
}
span.cm-number {
color: #00ff10 !important;
}
.CodeMirror-code {
font-family: 'Ubuntu Mono', monospace;
}
}