mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°7355 - Update ace-builds to 1.32.7
This commit is contained in:
144
node_modules/ace-builds/css/theme/iplastic.css
generated
vendored
Normal file
144
node_modules/ace-builds/css/theme/iplastic.css
generated
vendored
Normal file
@@ -0,0 +1,144 @@
|
||||
.ace-iplastic .ace_gutter {
|
||||
background: #dddddd;
|
||||
color: #666666
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_print-margin {
|
||||
width: 1px;
|
||||
background: #bbbbbb
|
||||
}
|
||||
|
||||
.ace-iplastic {
|
||||
background-color: #eeeeee;
|
||||
color: #333333
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_cursor {
|
||||
color: #333
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_marker-layer .ace_selection {
|
||||
background: #BAD6FD;
|
||||
}
|
||||
|
||||
.ace-iplastic.ace_multiselect .ace_selection.ace_start {
|
||||
border-radius: 4px
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_marker-layer .ace_step {
|
||||
background: #444444
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #49483E;
|
||||
background: #FFF799
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_marker-layer .ace_active-line {
|
||||
background: #e5e5e5
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_gutter-active-line {
|
||||
background-color: #eeeeee
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_marker-layer .ace_selected-word {
|
||||
border: 1px solid #555555;
|
||||
border-radius:4px
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_invisible {
|
||||
color: #999999
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_entity.ace_name.ace_tag,
|
||||
.ace-iplastic .ace_keyword,
|
||||
.ace-iplastic .ace_meta.ace_tag,
|
||||
.ace-iplastic .ace_storage {
|
||||
color: #0000FF
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_punctuation,
|
||||
.ace-iplastic .ace_punctuation.ace_tag {
|
||||
color: #000
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_constant {
|
||||
color: #333333;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_constant.ace_character,
|
||||
.ace-iplastic .ace_constant.ace_language,
|
||||
.ace-iplastic .ace_constant.ace_numeric,
|
||||
.ace-iplastic .ace_constant.ace_other {
|
||||
color: #0066FF;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_constant.ace_numeric{
|
||||
font-weight: 100
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_invalid {
|
||||
color: #F8F8F0;
|
||||
background-color: #F92672
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_invalid.ace_deprecated {
|
||||
color: #F8F8F0;
|
||||
background-color: #AE81FF
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_support.ace_constant,
|
||||
.ace-iplastic .ace_support.ace_function {
|
||||
color: #333333;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_fold {
|
||||
background-color: #464646;
|
||||
border-color: #F8F8F2
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_storage.ace_type,
|
||||
.ace-iplastic .ace_support.ace_class,
|
||||
.ace-iplastic .ace_support.ace_type {
|
||||
color: #3333fc;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_entity.ace_name.ace_function,
|
||||
.ace-iplastic .ace_entity.ace_other,
|
||||
.ace-iplastic .ace_entity.ace_other.ace_attribute-name,
|
||||
.ace-iplastic .ace_variable {
|
||||
color: #3366cc;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_variable.ace_parameter {
|
||||
font-style: italic;
|
||||
color: #2469E0
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_string {
|
||||
color: #a55f03
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_comment {
|
||||
color: #777777;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_fold-widget {
|
||||
background-image: url("../iplastic-1.png");
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_indent-guide {
|
||||
background: url("../iplastic-2.png") right repeat-y
|
||||
}
|
||||
|
||||
.ace-iplastic .ace_indent-guide-active {
|
||||
background: url("../iplastic-3.png") right repeat-y;
|
||||
}
|
||||
Reference in New Issue
Block a user