mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
N°7355 - Update ace-builds to 1.32.7
This commit is contained in:
134
node_modules/ace-builds/css/theme/github_dark.css
generated
vendored
Normal file
134
node_modules/ace-builds/css/theme/github_dark.css
generated
vendored
Normal file
@@ -0,0 +1,134 @@
|
||||
.ace-github-dark .ace_gutter {
|
||||
background: #24292e;
|
||||
color: #7388b5
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_print-margin {
|
||||
width: 1px;
|
||||
background: #00204b
|
||||
}
|
||||
|
||||
.ace-github-dark {
|
||||
background-color: #24292e;
|
||||
color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_constant.ace_other,
|
||||
.ace-github-dark .ace_cursor {
|
||||
color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_marker-layer .ace_selection {
|
||||
background: #003F8E
|
||||
}
|
||||
|
||||
.ace-github-dark.ace_multiselect .ace_selection.ace_start {
|
||||
box-shadow: 0 0 3px 0px #24292e;
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_marker-layer .ace_step {
|
||||
background: rgb(127, 111, 19)
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #404F7D
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_marker-layer .ace_active-line {
|
||||
background: #00346E
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_gutter-active-line {
|
||||
background-color: #24292e
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_marker-layer .ace_selected-word {
|
||||
border: 1px solid #003F8E
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_invisible {
|
||||
color: #404F7D
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_keyword,
|
||||
.ace-github-dark .ace_meta,
|
||||
.ace-github-dark .ace_storage,
|
||||
.ace-github-dark .ace_storage.ace_type,
|
||||
.ace-github-dark .ace_support.ace_type {
|
||||
color: #ff7b72
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_keyword.ace_operator {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_constant.ace_character,
|
||||
.ace-github-dark .ace_constant.ace_language,
|
||||
.ace-github-dark .ace_constant.ace_numeric,
|
||||
.ace-github-dark .ace_keyword.ace_other.ace_unit,
|
||||
.ace-github-dark .ace_support.ace_constant,
|
||||
.ace-github-dark .ace_variable.ace_parameter {
|
||||
color: #FFC58F
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_invalid {
|
||||
color: #FFFFFF;
|
||||
background-color: #F99DA5
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_invalid.ace_deprecated {
|
||||
color: #FFFFFF;
|
||||
background-color: #ff7b72
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_fold {
|
||||
background-color: #BBDAFF;
|
||||
border-color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_entity.ace_name.ace_function,
|
||||
.ace-github-dark .ace_support.ace_function,
|
||||
.ace-github-dark .ace_variable {
|
||||
color: #BBDAFF
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_support.ace_class,
|
||||
.ace-github-dark .ace_support.ace_type {
|
||||
color: #FFEEAD
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_heading,
|
||||
.ace-github-dark .ace_markup.ace_heading,
|
||||
.ace-github-dark .ace_string {
|
||||
color: #9fcef6
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_entity.ace_name.ace_tag,
|
||||
.ace-github-dark .ace_entity.ace_other.ace_attribute-name,
|
||||
.ace-github-dark .ace_meta.ace_tag,
|
||||
.ace-github-dark .ace_string.ace_regexp,
|
||||
.ace-github-dark .ace_variable {
|
||||
color: #FF9DA4
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_comment {
|
||||
color: #7285B7
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_indent-guide {
|
||||
background: url("../github_dark-1.png") right repeat-y
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_indent-guide-active {
|
||||
background: url("../github_dark-2.png") right repeat-y;
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_constant.ace_buildin {
|
||||
color: #0086B3;
|
||||
}
|
||||
|
||||
.ace-github-dark .ace_variable.ace_language {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user