[🐛] Fixed code editor CSS
This commit is contained in:
parent
fde66e15b7
commit
282adbf2ce
1 changed files with 3 additions and 7 deletions
|
|
@ -179,15 +179,11 @@ launcher {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ace-monokai .ace_marker-layer .ace_active-line {
|
.ace_marker-layer .ace_active-line, .ace_layer.ace_gutter-layer.ace_folding-enabled, .ace_gutter {
|
||||||
background: var(--mantle)!important;
|
background: var(--mantle)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ace_layer.ace_gutter-layer.ace_folding-enabled {
|
.ace_content, .ace_scroller {
|
||||||
background: var(--mantle)!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ace_content {
|
|
||||||
background: var(--base)!important;
|
background: var(--base)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -195,6 +191,6 @@ launcher {
|
||||||
background: var(--crust)!important;
|
background: var(--crust)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ace-monokai .ace_marker-layer .ace_selection {
|
.ace_marker-layer .ace_selection {
|
||||||
background: var(--surface-0)!important;
|
background: var(--surface-0)!important;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue