Skip to content

lab.antlr.org - May 2024 by jaobabus

Details

Authorjaobabus

LicenseNo License

Categoryself

Created

Updated

Size3.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Antlr lab random dark style

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         lab.antlr.org - May 2024
@version      20240724.23.16
@namespace    https://userstyles.world/user/jaobabus
@description  Antlr lab random dark style
@author       jaobabus
@license      No License
==/UserStyle== */

@-moz-document url-prefix("http://lab.antlr.org/"), url-prefix("http://localhost:1087/") {
body {
  background: #202025;
  color: #dbdbdb;
}

#svgtree {
    background-color: #888;
}

.ace-chrome .ace_gutter {
  background: #202025;
  overflow : hidden;
}

.ace-chrome .ace_print-margin {
  width: 1px;
  background: #202025;
}

.ace-chrome {
  background: #202025;
  color: #dbdbdb;
}

.ace-chrome .ace_cursor {
  color: #dbdbdb;
}

.ace-chrome .ace_invisible {
  color: rgb(191, 191, 191);
}

.ace-chrome .ace_constant.ace_buildin {
  color: rgb(88, 72, 246);
}

.ace-chrome .ace_constant.ace_language {
  color: rgb(88, 92, 246);
}

.ace-chrome .ace_constant.ace_library {
  color: rgb(6, 150, 14);
}

.ace-chrome .ace_invalid {
  background-color: rgb(153, 0, 0);
  color: white;
}

.ace-chrome .ace_fold {
}

.ace-chrome .ace_support.ace_function {
  color: rgb(60, 76, 114);
}

.ace-chrome .ace_support.ace_constant {
  color: rgb(6, 150, 14);
}

.ace-chrome .ace_support.ace_type,
.ace-chrome .ace_support.ace_class
.ace-chrome .ace_support.ace_other {
  color: rgb(109, 121, 222);
}

.ace-chrome .ace_variable.ace_parameter {
  font-style:italic;
  color:#FD971F;
}
.ace-chrome .ace_keyword.ace_operator {
  color: rgb(104, 118, 135);
}

.ace-chrome .ace_comment {
  color: #236e24;
}

.ace-chrome .ace_comment.ace_doc {
  color: #236e24;
}

.ace-chrome .ace_comment.ace_doc.ace_tag {
  color: #236e24;
}

.ace-chrome .ace_constant.ace_numeric {
  color: rgb(44, 44, 255);
}

.ace-chrome .ace_variable {
  color: rgb(49, 132, 149);
}

.ace-chrome .ace_xml-pe {
  color: rgb(104, 104, 91);
}

.ace-chrome .ace_entity.ace_name.ace_function {
  color: #7878ff;
}


.ace-chrome .ace_heading {
  color: rgb(11, 125, 255);
}

.ace-chrome .ace_list {
  color:rgb(185, 6, 144);
}

.ace-chrome .ace_marker-layer .ace_selection {
  background: rgb(181, 213, 255);
}

.ace-chrome .ace_marker-layer .ace_step {
  background: rgb(252, 255, 0);
}

.ace-chrome .ace_marker-layer .ace_stack {
  background: rgb(164, 229, 101);
}

.ace-chrome .ace_marker-layer .ace_bracket {
  margin: -1px 0 0 -1px;
  border: 1px solid rgb(192, 192, 192);
}

.ace-chrome .ace_marker-layer .ace_active-line {
  background: rgba(0, 0, 0, 0.07);
}

.ace-chrome .ace_gutter-active-line {
  background: #303035;
}

.ace-chrome .ace_marker-layer .ace_selected-word {
  background: rgb(48, 48, 54);
  border: 1px solid rgb(200, 200, 250);
}

.ace-chrome .ace_storage,
.ace-chrome .ace_keyword,
.ace-chrome .ace_meta.ace_tag {
  color: rgb(255, 79, 229);
}

.ace-chrome .ace_string.ace_regex {
  color: rgb(255, 0, 0)
}

.ace-chrome .ace_string {
  color: #846dff;
}

.ace-chrome .ace_entity.ace_other.ace_attribute-name {
  color: #994409;
}


.start-rule, .dropdown, .intro, .tabs-header, .chunk-header, .console {
    color: #dbdbdb;
    background: #202025;
}

.tab-header:hover {
    /*font-weight: bold;*/
    background-color: #1c1c1c;
    cursor: pointer;
}

.drag-over::after {
    color: #94B6EB
}

.lexical_error_class {
    background-color: #9A2E06;
}

.syntax_error_class {
    background-color: #9A2E06;
}

.ace_gutter-cell {
    background-color: #202025;
    color: #cacaca;
}

.ace_gutter-cell.ace_error {
    color: #cdcdcd;
}

.ace_gutter-layer {
    background-color: #202025;
}

.error {
    color: #905857;
}

}

Reviews

No reviews yet.