mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 23:34:01 +01:00
Remove alpha from BG color on 3 x themes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
.cm-s-emacs-strict {
|
||||
font-family: monospace;
|
||||
background: #000000EB;
|
||||
background: #000000;
|
||||
color: #D3D3D3;
|
||||
}
|
||||
.cm-s-emacs-strict .CodeMirror-gutters {
|
||||
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
|
||||
background-color: #000000EB;
|
||||
background-color: #000000;
|
||||
z-index: 3;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
.cm-s-iplastic {
|
||||
font-family: monospace;
|
||||
background: #EEEEEEEB;
|
||||
background: #EEEEEE;
|
||||
color: #000000;
|
||||
}
|
||||
.cm-s-iplastic .CodeMirror-gutters {
|
||||
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
|
||||
background-color: #EEEEEEEB;
|
||||
background-color: #EEEEEE;
|
||||
z-index: 3;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
.cm-s-made-of-code {
|
||||
font-family: monospace;
|
||||
background: #090916F2;
|
||||
background: #090916;
|
||||
color: #F8F8F8;
|
||||
}
|
||||
.cm-s-made-of-code .CodeMirror-gutters {
|
||||
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
|
||||
background-color: #090916F2;
|
||||
background-color: #090916;
|
||||
z-index: 3;
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user