diff --git a/theme/3024-day.css b/theme/3024-day.css index 1eb109e43875474a51282f0ab368e5750bac7175..c051088eacc3fb1be84ccd927864e59ce13ee200 100644 --- a/theme/3024-day.css +++ b/theme/3024-day.css @@ -9,7 +9,7 @@ */ .cm-s-3024-day.CodeMirror {background: #f7f7f7; color: #3a3432;} -.cm-s-3024-day div.CodeMirror-selected {background: #d6d5d4 !important;} +.cm-s-3024-day div.CodeMirror-selected {background: #d6d5d4;} .cm-s-3024-day .CodeMirror-line::selection, .cm-s-3024-day .CodeMirror-line > span::selection, .cm-s-3024-day .CodeMirror-line > span > span::selection { background: #d6d5d4; } .cm-s-3024-day .CodeMirror-line::-moz-selection, .cm-s-3024-day .CodeMirror-line > span::-moz-selection, .cm-s-3024-day .CodeMirror-line > span > span::selection { background: #d9d9d9; } diff --git a/theme/3024-night.css b/theme/3024-night.css index 36bb8b4eea014f5871109b63833d5d182e45ff9c..cd09ada6712ec1f917a8dd9bc3c2b90c18abce18 100644 --- a/theme/3024-night.css +++ b/theme/3024-night.css @@ -9,7 +9,7 @@ */ .cm-s-3024-night.CodeMirror {background: #090300; color: #d6d5d4;} -.cm-s-3024-night div.CodeMirror-selected {background: #3a3432 !important;} +.cm-s-3024-night div.CodeMirror-selected {background: #3a3432;} .cm-s-3024-night .CodeMirror-line::selection, .cm-s-3024-night .CodeMirror-line > span::selection, .cm-s-3024-night .CodeMirror-line > span > span::selection { background: rgba(58, 52, 50, .99); } .cm-s-3024-night .CodeMirror-line::-moz-selection, .cm-s-3024-night .CodeMirror-line > span::-moz-selection, .cm-s-3024-night .CodeMirror-line > span > span::-moz-selection { background: rgba(58, 52, 50, .99); } .cm-s-3024-night .CodeMirror-gutters {background: #090300; border-right: 0px;} diff --git a/theme/ambiance.css b/theme/ambiance.css index 0e68f75e4cc5d3fc4da313a9581ae48575da42d0..d368509e6824c396586fde66ecad18e7c82ae9cc 100644 --- a/theme/ambiance.css +++ b/theme/ambiance.css @@ -31,8 +31,8 @@ .cm-s-ambiance .CodeMirror-matchingbracket { color: #0f0; } .cm-s-ambiance .CodeMirror-nonmatchingbracket { color: #f22; } -.cm-s-ambiance .CodeMirror-selected { background: rgba(255, 255, 255, 0.15); } -.cm-s-ambiance.CodeMirror-focused .CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } +.cm-s-ambiance div.CodeMirror-selected { background: rgba(255, 255, 255, 0.15); } +.cm-s-ambiance.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } .cm-s-ambiance .CodeMirror-line::selection, .cm-s-ambiance .CodeMirror-line > span::selection, .cm-s-ambiance .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); } .cm-s-ambiance .CodeMirror-line::-moz-selection, .cm-s-ambiance .CodeMirror-line > span::-moz-selection, .cm-s-ambiance .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); } diff --git a/theme/base16-dark.css b/theme/base16-dark.css index fb79fae2b9c59b5a36e89401f66a91b26ef3cf7b..3b3c7ddfe58a17059bde7429935000a3d6d59e37 100644 --- a/theme/base16-dark.css +++ b/theme/base16-dark.css @@ -9,7 +9,7 @@ */ .cm-s-base16-dark.CodeMirror {background: #151515; color: #e0e0e0;} -.cm-s-base16-dark div.CodeMirror-selected {background: #303030 !important;} +.cm-s-base16-dark div.CodeMirror-selected {background: #303030;} .cm-s-base16-dark .CodeMirror-line::selection, .cm-s-base16-dark .CodeMirror-line > span::selection, .cm-s-base16-dark .CodeMirror-line > span > span::selection { background: rgba(48, 48, 48, .99); } .cm-s-base16-dark .CodeMirror-line::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(48, 48, 48, .99); } .cm-s-base16-dark .CodeMirror-gutters {background: #151515; border-right: 0px;} diff --git a/theme/base16-light.css b/theme/base16-light.css index 46508e02c6b1ff78824db09dffbd41f242cbbeb4..1c10113a13937ed24af6ac40f6e76087947602d1 100644 --- a/theme/base16-light.css +++ b/theme/base16-light.css @@ -9,7 +9,7 @@ */ .cm-s-base16-light.CodeMirror {background: #f5f5f5; color: #202020;} -.cm-s-base16-light div.CodeMirror-selected {background: #e0e0e0 !important;} +.cm-s-base16-light div.CodeMirror-selected {background: #e0e0e0;} .cm-s-base16-light .CodeMirror-line::selection, .cm-s-base16-light .CodeMirror-line > span::selection, .cm-s-base16-light .CodeMirror-line > span > span::selection { background: #e0e0e0; } .cm-s-base16-light .CodeMirror-line::-moz-selection, .cm-s-base16-light .CodeMirror-line > span::-moz-selection, .cm-s-base16-light .CodeMirror-line > span > span::-moz-selection { background: #e0e0e0; } .cm-s-base16-light .CodeMirror-gutters {background: #f5f5f5; border-right: 0px;} diff --git a/theme/blackboard.css b/theme/blackboard.css index 6de11dd20ab2223f3a93af98dacea409f66b562c..03d6d2eda9ebbe6449e149ed94cf8c52249785a1 100644 --- a/theme/blackboard.css +++ b/theme/blackboard.css @@ -1,7 +1,7 @@ /* Port of TextMate's Blackboard theme */ .cm-s-blackboard.CodeMirror { background: #0C1021; color: #F8F8F8; } -.cm-s-blackboard .CodeMirror-selected { background: #253B76 !important; } +.cm-s-blackboard div.CodeMirror-selected { background: #253B76; } .cm-s-blackboard .CodeMirror-line::selection, .cm-s-blackboard .CodeMirror-line > span::selection, .cm-s-blackboard .CodeMirror-line > span > span::selection { background: rgba(37, 59, 118, .99); } .cm-s-blackboard .CodeMirror-line::-moz-selection, .cm-s-blackboard .CodeMirror-line > span::-moz-selection, .cm-s-blackboard .CodeMirror-line > span > span::-moz-selection { background: rgba(37, 59, 118, .99); } .cm-s-blackboard .CodeMirror-gutters { background: #0C1021; border-right: 0; } @@ -29,4 +29,4 @@ .cm-s-blackboard .cm-error { background: #9D1E15; color: #F8F8F8; } .cm-s-blackboard .CodeMirror-activeline-background {background: #3C3636 !important;} -.cm-s-blackboard .CodeMirror-matchingbracket {outline:1px solid grey;color:white !important} \ No newline at end of file +.cm-s-blackboard .CodeMirror-matchingbracket {outline:1px solid grey;color:white !important} diff --git a/theme/cobalt.css b/theme/cobalt.css index b6eebcfcffe600b1eed2160cf13c9a962bd76fcc..aced1a5e944f2d3eebb09a972e08aa99eacebb24 100644 --- a/theme/cobalt.css +++ b/theme/cobalt.css @@ -1,5 +1,5 @@ .cm-s-cobalt.CodeMirror { background: #002240; color: white; } -.cm-s-cobalt div.CodeMirror-selected { background: #b36539 !important; } +.cm-s-cobalt div.CodeMirror-selected { background: #b36539; } .cm-s-cobalt .CodeMirror-line::selection, .cm-s-cobalt .CodeMirror-line > span::selection, .cm-s-cobalt .CodeMirror-line > span > span::selection { background: rgba(179, 101, 57, .99); } .cm-s-cobalt .CodeMirror-line::-moz-selection, .cm-s-cobalt .CodeMirror-line > span::-moz-selection, .cm-s-cobalt .CodeMirror-line > span > span::-moz-selection { background: rgba(179, 101, 57, .99); } .cm-s-cobalt .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; } diff --git a/theme/colorforth.css b/theme/colorforth.css index 73fbf80824de0180c3d789038a25871e4c2ec023..beb7d4d4c7227473d5db9d26b5c37cea81bc86bb 100644 --- a/theme/colorforth.css +++ b/theme/colorforth.css @@ -26,7 +26,7 @@ .cm-s-colorforth span.cm-attribute { color: #FFF700; } .cm-s-colorforth span.cm-error { color: #f00; } -.cm-s-colorforth .CodeMirror-selected { background: #333d53 !important; } +.cm-s-colorforth div.CodeMirror-selected { background: #333d53; } .cm-s-colorforth span.cm-compilation { background: rgba(255, 255, 255, 0.12); } diff --git a/theme/dracula.css b/theme/dracula.css index 5c524920332a9659b230285b2dc6d1799ff7713b..f06b3e4af1aecad9587d9641336c75b536889bf8 100644 --- a/theme/dracula.css +++ b/theme/dracula.css @@ -16,7 +16,7 @@ .cm-s-dracula .CodeMirror-gutters { color: #282a36; } .cm-s-dracula .CodeMirror-cursor { border-left: solid thin #f8f8f0 !important; } .cm-s-dracula .CodeMirror-linenumber { color: #6D8A88; } -.cm-s-dracula.CodeMirror-focused .CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } +.cm-s-dracula.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } .cm-s-dracula .CodeMirror-line::selection, .cm-s-dracula .CodeMirror-line > span::selection, .cm-s-dracula .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); } .cm-s-dracula .CodeMirror-line::-moz-selection, .cm-s-dracula .CodeMirror-line > span::-moz-selection, .cm-s-dracula .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); } .cm-s-dracula span.cm-comment { color: #6272a4; } diff --git a/theme/erlang-dark.css b/theme/erlang-dark.css index 48552f862fd85bb43b4f28420657ce3c53aa2e30..bd528b491e5f686f12e20f91241b80078a5bbba3 100644 --- a/theme/erlang-dark.css +++ b/theme/erlang-dark.css @@ -1,5 +1,5 @@ .cm-s-erlang-dark.CodeMirror { background: #002240; color: white; } -.cm-s-erlang-dark div.CodeMirror-selected { background: #b36539 !important; } +.cm-s-erlang-dark div.CodeMirror-selected { background: #b36539; } .cm-s-erlang-dark .CodeMirror-line::selection, .cm-s-erlang-dark .CodeMirror-line > span::selection, .cm-s-erlang-dark .CodeMirror-line > span > span::selection { background: rgba(179, 101, 57, .99); } .cm-s-erlang-dark .CodeMirror-line::-moz-selection, .cm-s-erlang-dark .CodeMirror-line > span::-moz-selection, .cm-s-erlang-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(179, 101, 57, .99); } .cm-s-erlang-dark .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; } diff --git a/theme/icecoder.css b/theme/icecoder.css index 5ec374342a3d542e3b7b989527c532e4bb9379fc..a65ae434197fabe45b9ae4819cfc53dd15856995 100644 --- a/theme/icecoder.css +++ b/theme/icecoder.css @@ -36,7 +36,7 @@ ICEcoder default theme by Matt Pass, used in code editor available at https://ic .cm-s-icecoder span.cm-error {color: #d00} /* red */ .cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid white !important} -.cm-s-icecoder .CodeMirror-selected {color: #fff !important; background: #037 !important} +.cm-s-icecoder div.CodeMirror-selected {color: #fff !important; background: #037} .cm-s-icecoder .CodeMirror-gutters {background: #141612; min-width: 41px; border-right: 0} .cm-s-icecoder .CodeMirror-linenumber {color: #555; cursor: default} .cm-s-icecoder .CodeMirror-matchingbracket {border: 1px solid grey; color: black !important} diff --git a/theme/lesser-dark.css b/theme/lesser-dark.css index 0573c06692bdf33d1b5ce19b4585c39884e7044e..5dadad8915520005ed12232dc2e3c90190badbde 100644 --- a/theme/lesser-dark.css +++ b/theme/lesser-dark.css @@ -6,7 +6,7 @@ Ported to CodeMirror by Peter Kroon line-height: 1.3em; } .cm-s-lesser-dark.CodeMirror { background: #262626; color: #EBEFE7; text-shadow: 0 -1px 1px #262626; } -.cm-s-lesser-dark div.CodeMirror-selected {background: #45443B !important;} /* 33322B*/ +.cm-s-lesser-dark div.CodeMirror-selected {background: #45443B;} /* 33322B*/ .cm-s-lesser-dark .CodeMirror-line::selection, .cm-s-lesser-dark .CodeMirror-line > span::selection, .cm-s-lesser-dark .CodeMirror-line > span > span::selection { background: rgba(69, 68, 59, .99); } .cm-s-lesser-dark .CodeMirror-line::-moz-selection, .cm-s-lesser-dark .CodeMirror-line > span::-moz-selection, .cm-s-lesser-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(69, 68, 59, .99); } .cm-s-lesser-dark .CodeMirror-cursor { border-left: 1px solid white !important; } diff --git a/theme/liquibyte.css b/theme/liquibyte.css index a6e070c6a88774fd0c0fe7cc81f83032716a42c0..bd978c098f6b583e30e31daae551e90391380a85 100644 --- a/theme/liquibyte.css +++ b/theme/liquibyte.css @@ -47,7 +47,7 @@ .cm-s-liquibyte span.cm-attribute { color: #c080ff; font-weight: bold; } .cm-s-liquibyte span.cm-error { color: #f00; } -.cm-s-liquibyte .CodeMirror-selected { background-color: rgba(255, 0, 0, 0.25) !important; } +.cm-s-liquibyte div.CodeMirror-selected { background-color: rgba(255, 0, 0, 0.25); } .cm-s-liquibyte span.cm-compilation { background-color: rgba(255, 255, 255, 0.12); } diff --git a/theme/material.css b/theme/material.css index b048cdc05fcb95ebadbc37a41cadd4ed5ace0c69..90592a63b25df8f04af03bb36d8cec6f9cfb5d88 100644 --- a/theme/material.css +++ b/theme/material.css @@ -18,8 +18,8 @@ } .cm-s-material .CodeMirror-guttermarker, .cm-s-material .CodeMirror-guttermarker-subtle, .cm-s-material .CodeMirror-linenumber { color: rgb(83,127,126); } .cm-s-material .CodeMirror-cursor { border-left: 1px solid #f8f8f0 !important; } -.cm-s-material .CodeMirror-selected { background: rgba(255, 255, 255, 0.15); } -.cm-s-material.CodeMirror-focused .CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } +.cm-s-material div.CodeMirror-selected { background: rgba(255, 255, 255, 0.15); } +.cm-s-material.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } .cm-s-material .CodeMirror-line::selection, .cm-s-material .CodeMirror-line > span::selection, .cm-s-material .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); } .cm-s-material .CodeMirror-line::-moz-selection, .cm-s-material .CodeMirror-line > span::-moz-selection, .cm-s-material .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); } diff --git a/theme/mbo.css b/theme/mbo.css index cc9032e0ed8c71b7dcce359acbf2c8f498b34213..f0dbda7a3aecd0534d0182e40f963982d3246fdb 100644 --- a/theme/mbo.css +++ b/theme/mbo.css @@ -5,7 +5,7 @@ /****************************************************************/ .cm-s-mbo.CodeMirror {background: #2c2c2c; color: #ffffec;} -.cm-s-mbo div.CodeMirror-selected {background: #716C62 !important;} +.cm-s-mbo div.CodeMirror-selected {background: #716C62;} .cm-s-mbo .CodeMirror-line::selection, .cm-s-mbo .CodeMirror-line > span::selection, .cm-s-mbo .CodeMirror-line > span > span::selection { background: rgba(113, 108, 98, .99); } .cm-s-mbo .CodeMirror-line::-moz-selection, .cm-s-mbo .CodeMirror-line > span::-moz-selection, .cm-s-mbo .CodeMirror-line > span > span::-moz-selection { background: rgba(113, 108, 98, .99); } .cm-s-mbo .CodeMirror-gutters {background: #4e4e4e; border-right: 0px;} diff --git a/theme/mdn-like.css b/theme/mdn-like.css index 771d4471e56ea7fc47efb6023d1e7fd192dcc011..d3317d9de65241e4944c93dcd37ddcd26ef916b9 100644 --- a/theme/mdn-like.css +++ b/theme/mdn-like.css @@ -8,7 +8,7 @@ */ .cm-s-mdn-like.CodeMirror { color: #999; background-color: #fff; } -.cm-s-mdn-like .CodeMirror-selected { background: #cfc !important; } +.cm-s-mdn-like div.CodeMirror-selected { background: #cfc; } .cm-s-mdn-like .CodeMirror-line::selection, .cm-s-mdn-like .CodeMirror-line > span::selection, .cm-s-mdn-like .CodeMirror-line > span > span::selection { background: #cfc; } .cm-s-mdn-like .CodeMirror-line::-moz-selection, .cm-s-mdn-like .CodeMirror-line > span::-moz-selection, .cm-s-mdn-like .CodeMirror-line > span > span::-moz-selection { background: #cfc; } diff --git a/theme/midnight.css b/theme/midnight.css index 9e9825b3f88c1649ef156af7e202c6602703ce88..975fb36b2bae4116a435d982750df12449e15a56 100644 --- a/theme/midnight.css +++ b/theme/midnight.css @@ -14,7 +14,7 @@ .cm-s-midnight.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;} -.cm-s-midnight div.CodeMirror-selected {background: #314D67 !important;} +.cm-s-midnight div.CodeMirror-selected {background: #314D67;} .cm-s-midnight .CodeMirror-line::selection, .cm-s-midnight .CodeMirror-line > span::selection, .cm-s-midnight .CodeMirror-line > span > span::selection { background: rgba(49, 77, 103, .99); } .cm-s-midnight .CodeMirror-line::-moz-selection, .cm-s-midnight .CodeMirror-line > span::-moz-selection, .cm-s-midnight .CodeMirror-line > span > span::-moz-selection { background: rgba(49, 77, 103, .99); } .cm-s-midnight .CodeMirror-gutters {background: #0F192A; border-right: 1px solid;} diff --git a/theme/monokai.css b/theme/monokai.css index e11e80cace1a08705f81a03c5279783e5b9fa8c9..164936a4946f7b99527c982ee6e5aa3f1c03f464 100644 --- a/theme/monokai.css +++ b/theme/monokai.css @@ -1,7 +1,7 @@ /* Based on Sublime Text's Monokai theme */ .cm-s-monokai.CodeMirror {background: #272822; color: #f8f8f2;} -.cm-s-monokai div.CodeMirror-selected {background: #49483E !important;} +.cm-s-monokai div.CodeMirror-selected {background: #49483E;} .cm-s-monokai .CodeMirror-line::selection, .cm-s-monokai .CodeMirror-line > span::selection, .cm-s-monokai .CodeMirror-line > span > span::selection { background: rgba(73, 72, 62, .99); } .cm-s-monokai .CodeMirror-line::-moz-selection, .cm-s-monokai .CodeMirror-line > span::-moz-selection, .cm-s-monokai .CodeMirror-line > span > span::-moz-selection { background: rgba(73, 72, 62, .99); } .cm-s-monokai .CodeMirror-gutters {background: #272822; border-right: 0px;} diff --git a/theme/night.css b/theme/night.css index 6fbbcaa202258a322af943132100caaf44513772..39ada7abd1e29abf3dfa2aecea5767dfbfdcf05c 100644 --- a/theme/night.css +++ b/theme/night.css @@ -1,7 +1,7 @@ /* Loosely based on the Midnight Textmate theme */ .cm-s-night.CodeMirror { background: #0a001f; color: #f8f8f8; } -.cm-s-night div.CodeMirror-selected { background: #447 !important; } +.cm-s-night div.CodeMirror-selected { background: #447; } .cm-s-night .CodeMirror-line::selection, .cm-s-night .CodeMirror-line > span::selection, .cm-s-night .CodeMirror-line > span > span::selection { background: rgba(68, 68, 119, .99); } .cm-s-night .CodeMirror-line::-moz-selection, .cm-s-night .CodeMirror-line > span::-moz-selection, .cm-s-night .CodeMirror-line > span > span::-moz-selection { background: rgba(68, 68, 119, .99); } .cm-s-night .CodeMirror-gutters { background: #0a001f; border-right: 1px solid #aaa; } diff --git a/theme/paraiso-dark.css b/theme/paraiso-dark.css index 2b6a797d0d3b9e1e85c2c5099548e8ec575e516e..4b565328c142b5d6681434de315090259ceb25a4 100644 --- a/theme/paraiso-dark.css +++ b/theme/paraiso-dark.css @@ -9,7 +9,7 @@ */ .cm-s-paraiso-dark.CodeMirror {background: #2f1e2e; color: #b9b6b0;} -.cm-s-paraiso-dark div.CodeMirror-selected {background: #41323f !important;} +.cm-s-paraiso-dark div.CodeMirror-selected {background: #41323f;} .cm-s-paraiso-dark .CodeMirror-line::selection, .cm-s-paraiso-dark .CodeMirror-line > span::selection, .cm-s-paraiso-dark .CodeMirror-line > span > span::selection { background: rgba(65, 50, 63, .99); } .cm-s-paraiso-dark .CodeMirror-line::-moz-selection, .cm-s-paraiso-dark .CodeMirror-line > span::-moz-selection, .cm-s-paraiso-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(65, 50, 63, .99); } .cm-s-paraiso-dark .CodeMirror-gutters {background: #2f1e2e; border-right: 0px;} diff --git a/theme/paraiso-light.css b/theme/paraiso-light.css index 01d2e11f548579e4f74d419a2b908e2a7ed07c33..c3c3d75a363c24c5d349e99d5d80c4ce2ef89546 100644 --- a/theme/paraiso-light.css +++ b/theme/paraiso-light.css @@ -9,7 +9,7 @@ */ .cm-s-paraiso-light.CodeMirror {background: #e7e9db; color: #41323f;} -.cm-s-paraiso-light div.CodeMirror-selected {background: #b9b6b0 !important;} +.cm-s-paraiso-light div.CodeMirror-selected {background: #b9b6b0;} .cm-s-paraiso-light .CodeMirror-line::selection, .cm-s-paraiso-light .CodeMirror-line > span::selection, .cm-s-paraiso-light .CodeMirror-line > span > span::selection { background: #b9b6b0; } .cm-s-paraiso-light .CodeMirror-line::-moz-selection, .cm-s-paraiso-light .CodeMirror-line > span::-moz-selection, .cm-s-paraiso-light .CodeMirror-line > span > span::-moz-selection { background: #b9b6b0; } .cm-s-paraiso-light .CodeMirror-gutters {background: #e7e9db; border-right: 0px;} diff --git a/theme/pastel-on-dark.css b/theme/pastel-on-dark.css index 1c7f84c45b58ffb82e11d31f4247062c5c029dc4..e995f31158eb011fd8ddaa34cb34eac3a8bd8636 100644 --- a/theme/pastel-on-dark.css +++ b/theme/pastel-on-dark.css @@ -13,7 +13,7 @@ line-height: 1.5; font-size: 14px; } -.cm-s-pastel-on-dark div.CodeMirror-selected { background: rgba(221,240,255,0.2) !important; } +.cm-s-pastel-on-dark div.CodeMirror-selected { background: rgba(221,240,255,0.2); } .cm-s-pastel-on-dark .CodeMirror-line::selection, .cm-s-pastel-on-dark .CodeMirror-line > span::selection, .cm-s-pastel-on-dark .CodeMirror-line > span > span::selection { background: rgba(221,240,255,0.2); } .cm-s-pastel-on-dark .CodeMirror-line::-moz-selection, .cm-s-pastel-on-dark .CodeMirror-line > span::-moz-selection, .cm-s-pastel-on-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(221,240,255,0.2); } diff --git a/theme/rubyblue.css b/theme/rubyblue.css index 064f192f7893da46773ae99bfc355268f0cefd02..c03244fad13ffe2165f090e13525d880edcc06ff 100644 --- a/theme/rubyblue.css +++ b/theme/rubyblue.css @@ -1,5 +1,5 @@ .cm-s-rubyblue.CodeMirror { background: #112435; color: white; } -.cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; } +.cm-s-rubyblue div.CodeMirror-selected { background: #38566F; } .cm-s-rubyblue .CodeMirror-line::selection, .cm-s-rubyblue .CodeMirror-line > span::selection, .cm-s-rubyblue .CodeMirror-line > span > span::selection { background: rgba(56, 86, 111, 0.99); } .cm-s-rubyblue .CodeMirror-line::-moz-selection, .cm-s-rubyblue .CodeMirror-line > span::-moz-selection, .cm-s-rubyblue .CodeMirror-line > span > span::-moz-selection { background: rgba(56, 86, 111, 0.99); } .cm-s-rubyblue .CodeMirror-gutters { background: #1F4661; border-right: 7px solid #3E7087; } diff --git a/theme/seti.css b/theme/seti.css index 4032b5a859727668a09d4fdc63880e2ccd5c1d5c..dc515d58e6f335b1f129ea8a9598d0e6dfe3c46d 100644 --- a/theme/seti.css +++ b/theme/seti.css @@ -20,7 +20,7 @@ } .cm-s-seti .CodeMirror-cursor { border-left: solid thin #f8f8f0 !important; } .cm-s-seti .CodeMirror-linenumber { color: #6D8A88; } -.cm-s-seti.CodeMirror-focused .CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } +.cm-s-seti.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } .cm-s-seti .CodeMirror-line::selection, .cm-s-seti .CodeMirror-line > span::selection, .cm-s-seti .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); } .cm-s-seti .CodeMirror-line::-moz-selection, .cm-s-seti .CodeMirror-line > span::-moz-selection, .cm-s-seti .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); } .cm-s-seti span.cm-comment { color: #41535b; } diff --git a/theme/solarized.css b/theme/solarized.css index 18ed6de63f870f304d731159427611cf0dc23f0a..56c3ac9b3258b1853d33675cb75de1d2d897e212 100644 --- a/theme/solarized.css +++ b/theme/solarized.css @@ -94,11 +94,11 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png border-bottom: 1px dotted #dc322f; } -.cm-s-solarized.cm-s-dark .CodeMirror-selected { background: #073642; } +.cm-s-solarized.cm-s-dark div.CodeMirror-selected { background: #073642; } .cm-s-solarized.cm-s-dark.CodeMirror ::selection { background: rgba(7, 54, 66, 0.99); } .cm-s-solarized.cm-s-dark .CodeMirror-line::-moz-selection, .cm-s-dark .CodeMirror-line > span::-moz-selection, .cm-s-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(7, 54, 66, 0.99); } -.cm-s-solarized.cm-s-light .CodeMirror-selected { background: #eee8d5; } +.cm-s-solarized.cm-s-light div.CodeMirror-selected { background: #eee8d5; } .cm-s-solarized.cm-s-light .CodeMirror-line::selection, .cm-s-light .CodeMirror-line > span::selection, .cm-s-light .CodeMirror-line > span > span::selection { background: #eee8d5; } .cm-s-solarized.cm-s-light .CodeMirror-line::-moz-selection, .cm-s-ligh .CodeMirror-line > span::-moz-selection, .cm-s-ligh .CodeMirror-line > span > span::-moz-selection { background: #eee8d5; } diff --git a/theme/the-matrix.css b/theme/the-matrix.css index ec6046ad96df9c4b34df9564a7d997a78b2d3de7..b0af9c4a5d5ee322fe739672a6d4977dc55973b1 100644 --- a/theme/the-matrix.css +++ b/theme/the-matrix.css @@ -1,5 +1,5 @@ .cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; } -.cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D !important; } +.cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D; } .cm-s-the-matrix .CodeMirror-line::selection, .cm-s-the-matrix .CodeMirror-line > span::selection, .cm-s-the-matrix .CodeMirror-line > span > span::selection { background: rgba(45, 45, 45, 0.99); } .cm-s-the-matrix .CodeMirror-line::-moz-selection, .cm-s-the-matrix .CodeMirror-line > span::-moz-selection, .cm-s-the-matrix .CodeMirror-line > span > span::-moz-selection { background: rgba(45, 45, 45, 0.99); } .cm-s-the-matrix .CodeMirror-gutters { background: #060; border-right: 2px solid #00FF00; } diff --git a/theme/tomorrow-night-bright.css b/theme/tomorrow-night-bright.css index decb82d3e0861191ae0ac2564d8e5aa7f1ca21f6..50c779e8522257124a349d8a3e9021c7566f1167 100644 --- a/theme/tomorrow-night-bright.css +++ b/theme/tomorrow-night-bright.css @@ -8,7 +8,7 @@ */ .cm-s-tomorrow-night-bright.CodeMirror {background: #000000; color: #eaeaea;} -.cm-s-tomorrow-night-bright div.CodeMirror-selected {background: #424242 !important;} +.cm-s-tomorrow-night-bright div.CodeMirror-selected {background: #424242;} .cm-s-tomorrow-night-bright .CodeMirror-gutters {background: #000000; border-right: 0px;} .cm-s-tomorrow-night-bright .CodeMirror-guttermarker { color: #e78c45; } .cm-s-tomorrow-night-bright .CodeMirror-guttermarker-subtle { color: #777; } diff --git a/theme/tomorrow-night-eighties.css b/theme/tomorrow-night-eighties.css index a8ee8f5d97210f6b1e16f1da400d924bdc9dec25..d5e36201d8950e3ffdcd07b9943bea2961f1d27d 100644 --- a/theme/tomorrow-night-eighties.css +++ b/theme/tomorrow-night-eighties.css @@ -9,7 +9,7 @@ */ .cm-s-tomorrow-night-eighties.CodeMirror {background: #000000; color: #CCCCCC;} -.cm-s-tomorrow-night-eighties div.CodeMirror-selected {background: #2D2D2D !important;} +.cm-s-tomorrow-night-eighties div.CodeMirror-selected {background: #2D2D2D;} .cm-s-tomorrow-night-eighties .CodeMirror-line::selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span::selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span > span::selection { background: rgba(45, 45, 45, 0.99); } .cm-s-tomorrow-night-eighties .CodeMirror-line::-moz-selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span::-moz-selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span > span::-moz-selection { background: rgba(45, 45, 45, 0.99); } .cm-s-tomorrow-night-eighties .CodeMirror-gutters {background: #000000; border-right: 0px;} diff --git a/theme/twilight.css b/theme/twilight.css index 360d44afc97b804c95b75b2405d8550136ba4512..f3b2253717dc904977837d57eb8f663340e30796 100644 --- a/theme/twilight.css +++ b/theme/twilight.css @@ -1,5 +1,5 @@ .cm-s-twilight.CodeMirror { background: #141414; color: #f7f7f7; } /**/ -.cm-s-twilight .CodeMirror-selected { background: #323232 !important; } /**/ +.cm-s-twilight div.CodeMirror-selected { background: #323232; } /**/ .cm-s-twilight .CodeMirror-line::selection, .cm-s-twilight .CodeMirror-line > span::selection, .cm-s-twilight .CodeMirror-line > span > span::selection { background: rgba(50, 50, 50, 0.99); } .cm-s-twilight .CodeMirror-line::-moz-selection, .cm-s-twilight .CodeMirror-line > span::-moz-selection, .cm-s-twilight .CodeMirror-line > span > span::-moz-selection { background: rgba(50, 50, 50, 0.99); } diff --git a/theme/vibrant-ink.css b/theme/vibrant-ink.css index 8d3e99d3863558a58d0f3dfc660409ab6d4f3f93..380728d2f6ec5458b362c5e9aeba157da6c1ea20 100644 --- a/theme/vibrant-ink.css +++ b/theme/vibrant-ink.css @@ -1,7 +1,7 @@ /* Taken from the popular Visual Studio Vibrant Ink Schema */ .cm-s-vibrant-ink.CodeMirror { background: black; color: white; } -.cm-s-vibrant-ink .CodeMirror-selected { background: #35493c !important; } +.cm-s-vibrant-ink div.CodeMirror-selected { background: #35493c; } .cm-s-vibrant-ink .CodeMirror-line::selection, .cm-s-vibrant-ink .CodeMirror-line > span::selection, .cm-s-vibrant-ink .CodeMirror-line > span > span::selection { background: rgba(53, 73, 60, 0.99); } .cm-s-vibrant-ink .CodeMirror-line::-moz-selection, .cm-s-vibrant-ink .CodeMirror-line > span::-moz-selection, .cm-s-vibrant-ink .CodeMirror-line > span > span::-moz-selection { background: rgba(53, 73, 60, 0.99); } diff --git a/theme/xq-dark.css b/theme/xq-dark.css index 5cdfe8f03aafa59f1a5cc440e47fab761a498888..8514d8eb9c5c09b4615280744cef1c513eb921e3 100644 --- a/theme/xq-dark.css +++ b/theme/xq-dark.css @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .cm-s-xq-dark.CodeMirror { background: #0a001f; color: #f8f8f8; } -.cm-s-xq-dark .CodeMirror-selected { background: #27007A !important; } +.cm-s-xq-dark div.CodeMirror-selected { background: #27007A; } .cm-s-xq-dark .CodeMirror-line::selection, .cm-s-xq-dark .CodeMirror-line > span::selection, .cm-s-xq-dark .CodeMirror-line > span > span::selection { background: rgba(39, 0, 122, 0.99); } .cm-s-xq-dark .CodeMirror-line::-moz-selection, .cm-s-xq-dark .CodeMirror-line > span::-moz-selection, .cm-s-xq-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(39, 0, 122, 0.99); } .cm-s-xq-dark .CodeMirror-gutters { background: #0a001f; border-right: 1px solid #aaa; } @@ -50,4 +50,4 @@ THE SOFTWARE. .cm-s-xq-dark span.cm-error {color: #f00;} .cm-s-xq-dark .CodeMirror-activeline-background {background: #27282E !important;} -.cm-s-xq-dark .CodeMirror-matchingbracket {outline:1px solid grey; color:white !important;} \ No newline at end of file +.cm-s-xq-dark .CodeMirror-matchingbracket {outline:1px solid grey; color:white !important;} diff --git a/theme/yeti.css b/theme/yeti.css index 0b0a72edac1125c445a61a5f26a62516e6daa9ea..75632c41f8eebf027376db46d8e1a2e6c88a590f 100644 --- a/theme/yeti.css +++ b/theme/yeti.css @@ -21,7 +21,7 @@ } .cm-s-yeti .CodeMirror-cursor { border-left: solid thin #d1c9c0 !important; } .cm-s-yeti .CodeMirror-linenumber { color: #adaba6; } -.cm-s-yeti.CodeMirror-focused .CodeMirror-selected { background: #DCD8D2; } +.cm-s-yeti.CodeMirror-focused div.CodeMirror-selected { background: #DCD8D2; } .cm-s-yeti .CodeMirror-line::selection, .cm-s-yeti .CodeMirror-line > span::selection, .cm-s-yeti .CodeMirror-line > span > span::selection { background: #DCD8D2; } .cm-s-yeti .CodeMirror-line::-moz-selection, .cm-s-yeti .CodeMirror-line > span::-moz-selection, .cm-s-yeti .CodeMirror-line > span > span::-moz-selection { background: #DCD8D2; } .cm-s-yeti span.cm-comment { color: #d4c8be; } diff --git a/theme/zenburn.css b/theme/zenburn.css index f817198af02fda2b3803e08910d6f9719caa8c7c..c8114483e95f65d9c8286f34b4fc7540d3b26cee 100644 --- a/theme/zenburn.css +++ b/theme/zenburn.css @@ -33,5 +33,5 @@ .cm-s-zenburn span.CodeMirror-nonmatchingbracket { border-bottom: 1px solid; background: none; } .cm-s-zenburn .CodeMirror-activeline { background: #000000; } .cm-s-zenburn .CodeMirror-activeline-background { background: #000000; } -.cm-s-zenburn .CodeMirror-selected { background: #545454; } -.cm-s-zenburn .CodeMirror-focused .CodeMirror-selected { background: #4f4f4f; } +.cm-s-zenburn div.CodeMirror-selected { background: #545454; } +.cm-s-zenburn .CodeMirror-focused div.CodeMirror-selected { background: #4f4f4f; }