Dark Mode Tweaks for code.org.
Code.org Studio unfinished dark mode tweaks by r3dd3v
Details
Authorr3dd3v
LicenseNo License
Categorycode
Created
Updated
Size1.7 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 Code.org Studio unfinished dark mode tweaks
@version 20220218.03.57
@namespace userstyles.world/user/r3dd3v
@description Dark Mode Tweaks for code.org.
@author r3dd3v
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://studio.code.org/") {
.header-wrapper .header {
background-color: #2d2d2d;
}
button {
background-color: #ffa4df!important;
border: 2px solid #000!important;
}
body {
background-color: #0b0b0b
}
.small-footer-base,
#copyright-flyout,
#more-menu {
background-color: #202020;
}
.ace_scroller {
background-color: #0f0f0f!important;
}
.ace_identifier {
color: #33c9ff;
}
.ace_keyword {
color: #fe7bff!important;
}
.ace_paren {
color: #ffa500!important;
}
.ace_operator {
color: #ff6b6b!important;
}
.ace_punctuation {
color: #f2ff00!important;
}
.ace_type {
color: #1dffac!important;
}
.ace_numeric {
color: #c33dff!important;
}
.ace_entity.ace_name.ace_function {
color: #00fffb!important;
}
.ace_variable.ace_language {
color: #20860c!important;
}
.ace_support.ace_function {
color: #00ff00!important;
}
.ace_string {
color: #c191ff!important;
}
.ace_comment {
color: #89ac0f!important;
}
#codeWorkspace {
background-color: #111!important;
}
.droplet-palette-wrapper {
background-color: #111!important;
}
.droplet-palette-header {
background-color: #111!important;
}
.ace_gutter {
background-color: #111!important;
}
.ace_scrollbar {
background-color: #111!important;
}
#debug-console {
color: #cecece;
background-color: #111!important;
}
#debug-watch {
background-color: #111!important;
}
#debug-commands {
background-color: #111!important;
}
}