first commit

This commit is contained in:
2025-04-24 13:11:28 +08:00
commit ff9c54d5e4
5960 changed files with 834111 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright 2011 Irakli Gozalishvili. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,79 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "#3d3d3d",
"borderRightColor": "transparent",
"backgroundImage": "linear-gradient(left, #3D3D3D, #333)",
"backgroundRepeat": "repeat-x",
"borderRight": "1px solid #4d4d4d",
"textShadow": "0px 1px 1px #4d4d4d",
"color": "#222"
},
".cm-activeLineGutter": {
"backgroundColor": "#3F3F3F"
},
"&": {
"color": "#E6E1DC",
"backgroundColor": "#202020"
},
".cm-cursor, .cm-dropCursor": {
"borderLeft": "1px solid #7991E8"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(221, 240, 255, 0.20)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"borderRadius": 0,
"boxShadow": "0 0 4px black",
"outline": "8px solid #3f475d",
"margin": 0,
"outline-width": "2px"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(255, 255, 255, 0.25)"
},
".cm-activeLine": {
"background": "rgba(255, 255, 255, 0.031)"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#cda869"
},
".tok-operator": {
"color": "#fa8d6a"
},
".tok-string": {
"color": "#8f9d6a"
},
".tok-labelName": {
"color": "#CF7EA9"
},
".tok-literal": {
"color": "#78CF8A"
},
".tok-invalid": {
"textDecoration": "underline",
"fontStyle": "italic",
"color": "#D2A8A1"
},
".tok-regexp": {
"color": "#DAD085"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#555"
},
".tok-typeName": {
"color": "#aac6e3"
},
".tok-attributeValue": {
"color": "#9999cc"
},
".tok-variableName": {
"color": "#9b859d"
}
},
"dark": true
}

View File

@@ -0,0 +1,28 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright 2011 Irakli Gozalishvili. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,73 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#141414",
"color": "#595959",
"borderRight": "1px solid #282828"
},
"&": {
"backgroundColor": "#161616",
"color": "#E6E1DC"
},
".cm-cursor, .cm-dropCursor": {
"borderLeft": "2px solid #FFFFFF"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#494836"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #FCE94F"
},
".cm-activeLine": {
"background": "#333"
},
".cm-activeLineGutter": {
"backgroundColor": "#222"
},
".cm-foldPlaceholder": {
"background": "#222",
"borderRadius": "3px",
"color": "#7AF",
"border": "none"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"margin": 0
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#00698F"
},
".tok-operator": {
"color": "#FF308F"
},
".tok-labelName": {
"color": "#1EDAFB"
},
".tok-literal": {
"color": "#58C554"
},
".tok-invalid": {
"color": "#FFFFFF",
"backgroundColor": "#990000"
},
".tok-string": {
"color": "#58C554"
},
".tok-comment": {
"color": "#555",
"fontStyle": "italic",
"paddingBottom": "0px"
},
".tok-attributeValue": {
"color": "#997744"
},
".tok-attributeName": {
"color": "#FFFF89"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,78 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#ebebeb",
"color": "#333",
"overflow": "hidden"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "black"
},
".cm-cursor, .cm-dropCursor": {
"color": "black"
},
".cm-foldPlaceholder": {},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgb(181, 213, 255)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgb(192, 192, 192)"
},
".cm-activeLine": {
"background": "rgba(0, 0, 0, 0.07)"
},
".cm-activeLineGutter": {
"backgroundColor": "#dcdcdc"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgba(250, 250, 255, 0.5)",
"outline": "1px solid rgb(200, 200, 250)",
"margin": 0
}
},
"highlightStyle": {
".tok-literal": {
"color": "rgb(0, 0, 205)"
},
".tok-invalid": {
"backgroundColor": "rgb(153, 0, 0)",
"color": "white"
},
".tok-attributeValue": {
"fontStyle": "italic",
"color": "rgb(49, 132, 149)"
},
".tok-operator": {
"color": "rgb(104, 118, 135)"
},
".tok-comment": {
"color": "#236e24"
},
".tok-function": {
"color": "#0000A2"
},
".tok-heading": {
"color": "rgb(12, 7, 255)"
},
".tok-list": {
"color": "rgb(185, 6, 144)"
},
".tok-typeName": {
"color": "rgb(147, 15, 128)"
},
".tok-keyword": {
"color": "rgb(147, 15, 128)"
},
".tok-string": {
"color": "#1A1AA6"
},
".tok-attributeName": {
"color": "#994409"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,68 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#ebebeb",
"color": "#333"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "#000000"
},
".cm-cursor, .cm-dropCursor": {
"color": "#000000"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#BDD5FC"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #BFBFBF"
},
".cm-activeLine": {
"background": "#FFFBD1"
},
".cm-activeLineGutter": {
"backgroundColor": "#dcdcdc"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #BDD5FC",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#AF956F",
"borderColor": "#000000"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#AF956F"
},
".tok-operator": {
"color": "#484848"
},
".tok-literal": {
"color": "#46A609"
},
".tok-invalid": {
"backgroundColor": "#FF002A"
},
".tok-typeName": {
"color": "#C52727"
},
".tok-string": {
"color": "#5D90CD"
},
".tok-comment": {
"color": "#BCC8BA"
},
".tok-tagName": {
"color": "#606060"
},
".tok-attributeName": {
"color": "#606060"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,69 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#232323",
"color": "#929292"
},
"&": {
"backgroundColor": "#191919",
"color": "#929292"
},
".cm-cursor, .cm-dropCursor": {
"color": "#7DA5DC"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#000000"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #BFBFBF"
},
".cm-activeLine": {
"background": "rgba(215, 215, 215, 0.031)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(215, 215, 215, 0.031)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #000000",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#927C5D",
"borderColor": "#929292"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#927C5D"
},
".tok-operator": {
"color": "#4B4B4B"
},
".tok-literal": {
"color": "#46A609"
},
".tok-invalid": {
"color": "#FFFFFF",
"backgroundColor": "#E92E2E"
},
".tok-typeName": {
"color": "#E92E2E"
},
".tok-string": {
"color": "#5D90CD"
},
".tok-comment": {
"color": "#3C403B"
},
".tok-tagName": {
"color": "#606060"
},
".tok-attributeName": {
"color": "#606060"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,80 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#011e3a",
"color": "rgb(128,145,160)"
},
"&": {
"backgroundColor": "#002240",
"color": "#FFFFFF"
},
".cm-cursor, .cm-dropCursor": {
"color": "#FFFFFF"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(179, 101, 57, 0.75)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(255, 255, 255, 0.15)"
},
".cm-activeLine": {
"background": "rgba(0, 0, 0, 0.35)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(0, 0, 0, 0.35)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(179, 101, 57, 0.75)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#FF9D00",
"borderColor": "#FFFFFF"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#FF9D00"
},
".tok-labelName": {
"color": "#FF628C"
},
".tok-literal": {
"color": "#FF628C"
},
".tok-invalid": {
"color": "#F8F8F8",
"backgroundColor": "#800F00"
},
".tok-typeName": {
"color": "#FFEE80"
},
".tok-string": {
"color": "#3AD900"
},
".tok-regexp": {
"color": "#80FFC2"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#0088FF"
},
".tok-heading": {
"color": "#C8E4FD",
"backgroundColor": "#001221"
},
".tok-list": {
"backgroundColor": "#130D26"
},
".tok-attributeValue": {
"color": "#CCCCCC"
},
".tok-variableName": {
"color": "#FF80E1"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,62 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#ebebeb",
"color": "#333",
"overflow": "hidden"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "rgb(64, 64, 64)"
},
".cm-cursor, .cm-dropCursor": {
"color": "black"
},
".cm-foldPlaceholder": {},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgb(181, 213, 255)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgb(192, 192, 192)"
},
".cm-activeLine": {
"background": "rgb(232, 242, 254)"
},
".cm-activeLineGutter": {
"backgroundColor": "#dcdcdc"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgb(250, 250, 255)",
"outline": "1px solid rgb(200, 200, 250)",
"margin": 0
}
},
"highlightStyle": {
".tok-string": {
"color": "rgb(128, 0, 128)"
},
".tok-keyword": {
"color": "blue"
},
".tok-literal": {
"color": "rgb(0, 0, 64)"
},
".tok-invalid": {
"textDecoration": "line-through",
"color": "rgb(224, 0, 0)"
},
".tok-operator": {
"color": "rgb(49, 132, 149)"
},
".tok-comment": {
"color": "rgb(76, 136, 107)"
},
".tok-attributeValue": {
"color": "rgb(0, 64, 128)"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,73 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#ebebeb",
"color": "#333"
},
"&": {
"backgroundColor": "#F9F9F9",
"color": "#080808"
},
".cm-cursor, .cm-dropCursor": {
"color": "#000000"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(39, 95, 255, 0.30)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(75, 75, 126, 0.50)"
},
".cm-activeLine": {
"background": "rgba(36, 99, 180, 0.12)"
},
".cm-activeLineGutter": {
"backgroundColor": "#dcdcdc"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(39, 95, 255, 0.30)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#794938",
"borderColor": "#080808"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#794938"
},
".tok-labelName": {
"color": "#811F24"
},
".tok-literal": {
"color": "#811F24"
},
".tok-list": {
"color": "#693A17"
},
".tok-typeName": {
"fontStyle": "italic",
"color": "#A71D5D"
},
".tok-string": {
"color": "#0B6125"
},
".tok-regexp": {
"color": "#CF5628"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#5A525F"
},
".tok-heading": {
"color": "#19356D"
},
".tok-attributeValue": {
"color": "#234A97"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,75 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#282a36",
"color": "rgb(144,145,148)"
},
"&": {
"backgroundColor": "#282a36",
"color": "#f8f8f2"
},
".cm-cursor, .cm-dropCursor": {
"color": "#f8f8f0"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#44475a"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #a29709"
},
".cm-activeLine": {
"background": "#44475a"
},
".cm-activeLineGutter": {
"backgroundColor": "#44475a"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"boxShadow": "0px 0px 0px 1px inset #a29709",
"borderRadius": "3px",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#50fa7b",
"borderColor": "#f8f8f2"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#ff79c6"
},
".tok-literal": {
"color": "#ff79c6"
},
".tok-typeName": {
"color": "#8be9fd",
"fontStyle": "italic"
},
".tok-invalid": {
"color": "#F8F8F0",
"backgroundColor": "#ff79c6"
},
".tok-string": {
"color": "#f1fa8c"
},
".tok-comment": {
"color": "#6272a4"
},
".tok-attributeValue": {
"color": "#ffb86c",
"fontStyle": "italic"
},
".tok-attributeName": {
"color": "#50fa7b"
},
".tok-function": {
"color": "#50fa7b"
},
".tok-tagName": {
"color": "#ff79c6"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,75 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#e8e8e8",
"color": "#333"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "black"
},
".cm-foldPlaceholder": {
"backgroundColor": "#757AD8"
},
".cm-cursor, .cm-dropCursor": {
"color": "black"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgb(181, 213, 255)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgb(192, 192, 192)"
},
".cm-activeLine": {
"background": "rgba(0, 0, 0, 0.07)"
},
".cm-activeLineGutter": {
"backgroundColor": "#DCDCDC"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgb(250, 250, 255)",
"outline": "1px solid rgb(200, 200, 250)",
"margin": 0
}
},
"highlightStyle": {
".tok-typeName": {
"color": "blue"
},
".tok-keyword": {
"color": "blue"
},
".tok-literal": {
"color": "rgb(0, 0, 205)"
},
".tok-invalid": {
"backgroundColor": "rgb(153, 0, 0)",
"color": "white"
},
".tok-operator": {
"color": "rgb(104, 118, 135)"
},
".tok-string": {
"color": "#00F"
},
".tok-comment": {
"color": "rgb(76, 136, 107)"
},
".tok-attributeValue": {
"color": "#06F"
},
".tok-function": {
"color": "#00F"
},
".tok-heading": {
"color": "rgb(12, 7, 255)"
},
".tok-list": {
"color": "rgb(185, 6, 144)"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,59 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#ebebeb",
"borderRight": "1px solid rgb(159, 159, 159)",
"color": "rgb(136, 136, 136)"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "black"
},
".cm-foldPlaceholder": {
"backgroundColor": "rgb(60, 76, 114)"
},
".cm-cursor, .cm-dropCursor": {
"color": "black"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgb(181, 213, 255)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgb(192, 192, 192)"
},
".cm-activeLineGutter": {
"backgroundColor": "#DADADA"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgb(181, 213, 255)",
"margin": 0
}
},
"highlightStyle": {
".tok-typeName": {
"color": "rgb(127, 0, 127)"
},
".tok-keyword": {
"color": "rgb(127, 0, 85)"
},
".tok-attributeValue": {
"color": "rgb(127, 0, 85)"
},
".tok-string": {
"color": "rgb(42, 0, 255)"
},
".tok-comment": {
"color": "rgb(113, 150, 130)"
},
".tok-literal": {
"color": "darkblue"
},
".tok-attributeName": {
"color": "rgb(127, 0, 127)"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,59 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#e8e8e8",
"color": "#AAA"
},
"&": {
"background": "#fff",
"color": "#000"
},
".cm-cursor, .cm-dropCursor": {
"color": "black"
},
".cm-activeLine": {
"background": "rgb(245, 245, 245)"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgb(181, 213, 255)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgb(192, 192, 192)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(0, 0, 0, 0.07)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgb(250, 250, 255)",
"outline": "1px solid rgb(200, 200, 250)",
"margin": 0
}
},
"highlightStyle": {
".tok-keyword": {
"fontWeight": "bold"
},
".tok-string": {
"color": "#D14"
},
".tok-literal": {
"color": "#099",
"fontWeight": "bold"
},
".tok-comment": {
"color": "#998",
"fontStyle": "italic"
},
".tok-variableName": {
"color": "#0086B3"
},
".tok-regexp": {
"color": "#009926",
"fontWeight": "normal"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,77 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#0B1818",
"color": "#03EE03"
},
"&": {
"backgroundColor": "#0B0B0B",
"color": "#00FF00"
},
".cm-cursor, .cm-dropCursor": {
"borderColor": "rgba(16, 248, 255, 0.90)",
"backgroundColor": "rgba(16, 240, 248, 0.70)",
"opacity": "0.4"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(221, 240, 255, 0.20)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(64, 255, 255, 0.25)"
},
".cm-activeLine": {
"background": "rgba(255, 255, 255, 0.04)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(255, 255, 255, 0.04)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(192, 240, 255, 0.20)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#50B8B8",
"borderColor": "#70F8F8"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#10D8E8"
},
".tok-labelName": {
"color": "#10F0A0"
},
".tok-literal": {
"color": "#10F0A0"
},
".tok-heading": {
"color": "#10F0A0"
},
".tok-list": {
"color": "#10FF98"
},
".tok-typeName": {
"color": "#10FF98"
},
".tok-function": {
"color": "#00F868"
},
".tok-attributeValue": {
"color": "#00F888"
},
".tok-string": {
"color": "#10F060"
},
".tok-regexp": {
"color": "#20F090"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#00E060"
}
},
"dark": true
}

View File

@@ -0,0 +1,28 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright 2011 Irakli Gozalishvili. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,61 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent"
},
".cm-activeLineGutter": {
"backgroundColor": "#3C3836"
},
"&": {
"color": "#EBDAB4",
"backgroundColor": "#1D2021"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(179, 101, 57, 0.75)"
},
".cm-activeLine": {
"background": "#3C3836"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"borderRadius": 0,
"outline": "8px solid #3f475d",
"margin": 0,
"outline-width": "2px"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#8ec07c"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#928375"
},
".tok-attributeValue": {
"color": "#84A598"
},
".tok-variableName": {
"color": "#D2879B"
},
".tok-labelName": {
"color": "#C2859A"
},
".tok-literal": {
"color": "#C2859A"
},
".tok-string": {
"color": "#B8BA37"
},
".tok-typeName": {
"color": "#8FBF7F"
},
".tok-operator": {
"color": "#EBDAB4"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,67 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#3b3b3b",
"color": "rgb(153,153,153)"
},
"&": {
"backgroundColor": "#323232",
"color": "#FFFFFF"
},
".cm-cursor, .cm-dropCursor": {
"color": "#91FF00"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(90, 100, 126, 0.88)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #404040"
},
".cm-activeLine": {
"background": "#353637"
},
".cm-activeLineGutter": {
"backgroundColor": "#353637"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(90, 100, 126, 0.88)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#CC7833",
"borderColor": "#FFFFFF"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#CC7833"
},
".tok-labelName": {
"color": "#6C99BB"
},
".tok-literal": {
"color": "#6C99BB"
},
".tok-invalid": {
"color": "#FFFFFF",
"backgroundColor": "#FF0000"
},
".tok-attributeValue": {
"fontStyle": "italic"
},
".tok-string": {
"color": "#A5C261"
},
".tok-regexp": {
"color": "#CCCC33"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#BC9458"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,87 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#dddddd",
"color": "#666666"
},
"&": {
"backgroundColor": "#eeeeee",
"color": "#333333"
},
".cm-cursor, .cm-dropCursor": {
"color": "#333"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#BAD6FD"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"background": "#FFF799",
"outline": "1px solid #49483E"
},
".cm-activeLine": {
"background": "#e5e5e5"
},
".cm-activeLineGutter": {
"backgroundColor": "#eeeeee"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"borderRadius": "4px",
"outline": "1px solid #555555",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#464646",
"borderColor": "#F8F8F2"
}
},
"highlightStyle": {
".tok-tagName": {
"color": "#0000FF"
},
".tok-keyword": {
"color": "#0000FF"
},
".tok-typeName": {
"color": "#3333fc",
"fontWeight": "700"
},
".tok-punctuation": {
"color": "#000"
},
".tok-labelName": {
"color": "#333333",
"fontWeight": "700"
},
".tok-literal": {
"color": "#0066FF",
"fontWeight": "100"
},
".tok-invalid": {
"color": "#F8F8F0",
"backgroundColor": "#F92672"
},
".tok-function": {
"color": "#3366cc",
"fontStyle": "italic"
},
".tok-attributeName": {
"color": "#3366cc",
"fontStyle": "italic"
},
".tok-attributeValue": {
"color": "#2469E0",
"fontStyle": "italic"
},
".tok-string": {
"color": "#a55f03"
},
".tok-comment": {
"color": "#777777",
"fontStyle": "italic"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,87 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#e8e8e8",
"color": "#333"
},
"&": {
"backgroundColor": "#f3f2f3",
"color": "rgba(15, 0, 9, 1.0)"
},
".cm-cursor, .cm-dropCursor": {
"borderLeft": "2px solid #100011"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(100, 5, 208, 0.27)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(0, 0, 0, 0.33)"
},
".cm-activeLine": {
"background": "rgb(232, 242, 254)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgb(232, 242, 254)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(100, 5, 208, 0.27)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "rgba(2, 95, 73, 0.97)",
"borderColor": "rgba(15, 0, 9, 1.0)"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#674Aa8",
"rbackgroundColor": "rgba(163, 170, 216, 0.055)"
},
".tok-literal": {
"color": "rgba(2, 95, 105, 1.0)",
"rbackgroundColor": "rgba(127, 34, 153, 0.063)"
},
".tok-typeName": {
"color": "rgba(123, 92, 191, 1.0)",
"rbackgroundColor": "rgba(139, 93, 223, 0.051)"
},
".tok-invalid": {
"color": "#DFDFD5",
"rbackgroundColor": "#CC1B27"
},
".tok-string": {
"color": "#5a5f9b",
"rbackgroundColor": "rgba(170, 175, 219, 0.035)"
},
".tok-comment": {
"fontStyle": "italic",
"color": "rgba(64, 79, 80, 0.67)",
"rbackgroundColor": "rgba(95, 15, 255, 0.0078)"
},
".tok-function": {
"color": "rgba(2, 95, 73, 0.97)",
"rbackgroundColor": "rgba(34, 255, 73, 0.12)"
},
".tok-attributeValue": {
"color": "rgba(51, 150, 159, 0.87)",
"rbackgroundColor": "rgba(5, 214, 249, 0.043)",
"fontStyle": "italic"
},
".tok-variableName": {
"color": "#316fcf",
"rbackgroundColor": "rgba(58, 175, 255, 0.039)"
},
".tok-attributeName": {
"color": "rgba(73, 70, 194, 0.93)",
"rbackgroundColor": "rgba(73, 134, 194, 0.035)"
},
".tok-tagName": {
"color": "#3976a2",
"rbackgroundColor": "rgba(73, 166, 210, 0.039)"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,76 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#1c1917",
"color": "#FCFFE0"
},
"&": {
"backgroundColor": "#0B0A09",
"color": "#FCFFE0"
},
".cm-cursor, .cm-dropCursor": {
"color": "#FF9900"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(170, 0, 255, 0.45)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(255, 177, 111, 0.32)"
},
".cm-activeLine": {
"background": "#38403D"
},
".cm-activeLineGutter": {
"backgroundColor": "#38403D"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(170, 0, 255, 0.45)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#949C8B",
"borderColor": "#FCFFE0"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#949C8B"
},
".tok-labelName": {
"color": "rgba(210, 117, 24, 0.76)"
},
".tok-literal": {
"color": "rgba(210, 117, 24, 0.76)"
},
".tok-invalid": {
"color": "#F8F8F8",
"backgroundColor": "#A41300"
},
".tok-typeName": {
"color": "#FFEE80"
},
".tok-string": {
"color": "rgba(164, 161, 181, 0.8)"
},
".tok-regexp": {
"color": "rgba(125, 255, 192, 0.65)"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#706D5B"
},
".tok-attributeValue": {
"color": "#D1A796"
},
".tok-list": {
"backgroundColor": "#0F0040"
},
".tok-variableName": {
"color": "#FF80E1"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,70 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#e8e8e8",
"color": "#333"
},
"&": {
"backgroundColor": "#E8E9E8",
"color": "#363636"
},
".cm-cursor, .cm-dropCursor": {
"color": "#202020"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(245, 170, 0, 0.57)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(0, 0, 0, 0.29)"
},
".cm-activeLine": {
"background": "rgba(203, 220, 47, 0.22)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(203, 220, 47, 0.22)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(245, 170, 0, 0.57)",
"margin": 0
},
".cm-foldPlaceholder": {
"borderColor": "#363636"
}
},
"highlightStyle": {
".tok-labelName": {
"color": "#CD6839"
},
".tok-literal": {
"color": "#9A5925"
},
".tok-typeName": {
"color": "#A52A2A"
},
".tok-string": {
"color": "#639300"
},
".tok-regexp": {
"color": "#417E00",
"backgroundColor": "#C9D4BE"
},
".tok-comment": {
"color": "rgba(148, 148, 148, 0.91)",
"backgroundColor": "rgba(220, 220, 220, 0.56)"
},
".tok-attributeValue": {
"color": "#009ACD"
},
".tok-heading": {
"color": "#B8012D",
"backgroundColor": "rgba(191, 97, 51, 0.051)"
},
".tok-list": {
"color": "#8F5B26"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,70 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#202020",
"color": "#E6E1DC"
},
"&": {
"backgroundColor": "#161616",
"color": "#E6E1DC"
},
".cm-cursor, .cm-dropCursor": {
"color": "#FFFFFF"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#454545"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #404040"
},
".cm-activeLine": {
"background": "#333435"
},
".cm-activeLineGutter": {
"backgroundColor": "#333435"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #454545",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#FC6F09",
"borderColor": "#E6E1DC"
}
},
"highlightStyle": {
".tok-tagName": {
"color": "#FC6F09"
},
".tok-keyword": {
"color": "#FC6F09"
},
".tok-typeName": {
"color": "#FC6F09"
},
".tok-labelName": {
"color": "#1EDAFB"
},
".tok-literal": {
"color": "#58C554"
},
".tok-string": {
"color": "#8DFF0A"
},
".tok-invalid": {
"color": "#FFFFFF",
"backgroundColor": "#990000"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#AD2EA4"
},
".tok-attributeName": {
"color": "#FFFF89"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,70 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#262424",
"color": "#E6E1DC"
},
"&": {
"backgroundColor": "#1C1C1C",
"color": "#E6E1DC"
},
".cm-cursor, .cm-dropCursor": {
"color": "#FFFFFF"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#494949"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #404040"
},
".cm-activeLine": {
"background": "#333435"
},
".cm-activeLineGutter": {
"backgroundColor": "#333435"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #494949",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#FC803A",
"borderColor": "#E6E1DC"
}
},
"highlightStyle": {
".tok-tagName": {
"color": "#FC803A"
},
".tok-keyword": {
"color": "#FC803A"
},
".tok-typeName": {
"color": "#FC803A"
},
".tok-labelName": {
"color": "#68C1D8"
},
".tok-literal": {
"color": "#7FC578"
},
".tok-string": {
"color": "#8EC65F"
},
".tok-invalid": {
"color": "#FFFFFF",
"backgroundColor": "#FE3838"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#AC4BB8"
},
".tok-attributeName": {
"color": "#EAF1A3"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,83 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#1d2521",
"color": "#C5C9C9"
},
"&": {
"backgroundColor": "#222C28",
"color": "#FFFFFF"
},
".cm-cursor, .cm-dropCursor": {
"color": "#FFFFFF"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(145, 153, 148, 0.40)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(102, 108, 104, 0.50)"
},
".cm-activeLine": {
"background": "rgba(12, 13, 12, 0.25)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(12, 13, 12, 0.25)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(145, 153, 148, 0.40)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#A8B3AB",
"borderColor": "#FFFFFF"
}
},
"highlightStyle": {
".tok-string": {
"backgroundColor": "#151C19",
"color": "#FFFFFF"
},
".tok-keyword": {
"color": "#A39E64"
},
".tok-labelName": {
"color": "#E98800"
},
".tok-literal": {
"color": "#E98800"
},
".tok-function": {
"color": "#A8B3AB"
},
".tok-operator": {
"color": "#A8B3AB"
},
".tok-attributeValue": {
"color": "#648BD2"
},
".tok-invalid": {
"color": "#FFFFFF",
"backgroundColor": "rgba(153, 0, 0, 0.68)"
},
".tok-typeName": {
"color": "#C23B00"
},
".tok-variableName": {
"color": "#648BD2"
},
".tok-comment": {
"color": "#666C68",
"backgroundColor": "#151C19"
},
".tok-attributeName": {
"color": "#909993"
},
".tok-tagName": {
"color": "#A65EFF"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,77 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#2F3129",
"color": "#8F908A"
},
"&": {
"backgroundColor": "#272822",
"color": "#F8F8F2"
},
".cm-cursor, .cm-dropCursor": {
"color": "#F8F8F0"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#49483E"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #49483E"
},
".cm-activeLine": {
"background": "#202020"
},
".cm-activeLineGutter": {
"backgroundColor": "#272727"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #49483E",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#A6E22E",
"borderColor": "#F8F8F2"
}
},
"highlightStyle": {
".tok-tagName": {
"color": "#F92672"
},
".tok-keyword": {
"color": "#F92672"
},
".tok-typeName": {
"color": "#66D9EF",
"fontStyle": "italic"
},
".tok-punctuation": {
"color": "#fff"
},
".tok-literal": {
"color": "#AE81FF"
},
".tok-invalid": {
"color": "#F8F8F0",
"backgroundColor": "#F92672"
},
".tok-function": {
"color": "#A6E22E"
},
".tok-attributeName": {
"color": "#A6E22E"
},
".tok-attributeValue": {
"color": "#FD971F",
"fontStyle": "italic"
},
".tok-string": {
"color": "#E6DB74"
},
".tok-comment": {
"color": "#75715E"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,73 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"color": "#616e88"
},
"&": {
"backgroundColor": "#2e3440",
"color": "#d8dee9"
},
".cm-cursor, .cm-dropCursor": {
"color": "#d8dee9"
},
".cm-activeLine": {
"background": "#434c5ecc"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#434c5ecc"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #88c0d066"
},
".cm-activeLineGutter": {
"backgroundColor": "#434c5ecc"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #88c0d066",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#4c566a",
"borderColor": "#d8dee9"
}
},
"highlightStyle": {
".tok-attributeName": {
"color": "#d8dee9"
},
".tok-typeName": {
"color": "#d8dee9"
},
".tok-regexp": {
"color": "#bf616a"
},
".tok-keyword": {
"color": "#81a1c1"
},
".tok-literal": {
"color": "#b48ead"
},
".tok-function": {
"color": "#8fbcbb"
},
".tok-tagName": {
"color": "#8fbcbb"
},
".tok-attributeValue": {
"color": "#8fbcbb"
},
".tok-variableName": {
"color": "#8fbcbb"
},
".tok-string": {
"color": "#a3be8c"
},
".tok-comment": {
"color": "#616e88"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,82 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#282c34",
"color": "#6a6f7a"
},
"&": {
"backgroundColor": "#282c34",
"color": "#abb2bf"
},
".cm-cursor, .cm-dropCursor": {
"color": "#528bff"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#3d4350"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #747369"
},
".cm-activeLine": {
"background": "rgba(76, 87, 103, .19)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(76, 87, 103, .19)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #3d4350",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#61afef",
"borderColor": "#abb2bf"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#c678dd"
},
".tok-operator": {
"color": "#c678dd"
},
".tok-literal": {
"color": "#56b6c2"
},
".tok-typeName": {
"color": "#c678dd"
},
".tok-invalid": {
"color": "#fff",
"backgroundColor": "#f2777a"
},
".tok-string": {
"color": "#98c379"
},
".tok-regexp": {
"color": "#e06c75"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#5c6370"
},
".tok-attributeValue": {
"color": "#d19a66"
},
".tok-attributeName": {
"color": "#e06c75"
},
".tok-function": {
"color": "#61afef"
},
".tok-tagName": {
"color": "#e06c75"
},
".tok-heading": {
"color": "#98c379"
}
},
"dark": false
}

View File

@@ -0,0 +1,63 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#f0f0f0",
"color": "#333"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "black"
},
".cm-cursor, .cm-dropCursor": {
"color": "black"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgb(181, 213, 255)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"outline": "1px solid #5A5CAD",
"margin": 0
},
".cm-activeLine": {
"background": "rgba(0, 0, 0, 0.07)"
},
".cm-activeLineGutter": {
"backgroundColor": "#dcdcdc"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgba(250, 250, 255, 0.5)",
"outline": "1px solid rgb(200, 200, 250)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#6B72E6"
}
},
"highlightStyle": {
".tok-comment": {
"color": "#0080FF",
"fontStyle": "italic"
},
".tok-typeName": {
"color": "#3F7F7F"
},
".tok-keyword": {
"color": "#3F7F7F"
},
".tok-attributeValue": {
"color": "#5A5CAD"
},
".tok-string": {
"color": "#5A5CAD"
},
".tok-labelName": {
"color": "#3F7F7F"
},
".tok-number": {
"color": "#5A5CAD"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,72 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#353030",
"color": "#8F938F"
},
"&": {
"backgroundColor": "#2C2828",
"color": "#8F938F"
},
".cm-cursor, .cm-dropCursor": {
"color": "#A7A7A7"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(221, 240, 255, 0.20)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(255, 255, 255, 0.25)"
},
".cm-activeLine": {
"background": "rgba(255, 255, 255, 0.031)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(255, 255, 255, 0.031)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(221, 240, 255, 0.20)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#757aD8",
"borderColor": "#8F938F"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#757aD8"
},
".tok-labelName": {
"color": "#4FB7C5"
},
".tok-literal": {
"color": "#CCCCCC"
},
".tok-operator": {
"color": "#797878"
},
".tok-invalid": {
"color": "#F8F8F8",
"backgroundColor": "rgba(86, 45, 86, 0.75)"
},
".tok-string": {
"color": "#66A968"
},
".tok-regexp": {
"color": "#E9C062"
},
".tok-comment": {
"color": "#A6C6FF"
},
".tok-attributeValue": {
"color": "#BEBF55"
},
".tok-variableName": {
"color": "#C1C144"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,75 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#01313f",
"color": "#d0edf7"
},
"&": {
"backgroundColor": "#002B36",
"color": "#93A1A1"
},
".cm-cursor, .cm-dropCursor": {
"color": "#D30102"
},
".cm-activeLine": {
"background": "rgba(255, 255, 255, 0.1)"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(255, 255, 255, 0.1)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(147, 161, 161, 0.50)"
},
".cm-activeLineGutter": {
"backgroundColor": "#0d3440"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #073642",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#268BD2",
"borderColor": "#93A1A1"
}
},
"highlightStyle": {
".tok-attributeName": {
"color": "#93A1A1"
},
".tok-typeName": {
"color": "#93A1A1"
},
".tok-regexp": {
"color": "#D30102"
},
".tok-keyword": {
"color": "#859900"
},
".tok-literal": {
"color": "#D33682"
},
".tok-function": {
"color": "#268BD2"
},
".tok-tagName": {
"color": "#268BD2"
},
".tok-attributeValue": {
"color": "#268BD2"
},
".tok-variableName": {
"color": "#268BD2"
},
".tok-string": {
"color": "#2AA198"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#657B83"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,74 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#fbf1d3",
"color": "#333"
},
"&": {
"backgroundColor": "#FDF6E3",
"color": "#586E75"
},
".cm-cursor, .cm-dropCursor": {
"color": "#000000"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(7, 54, 67, 0.09)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(147, 161, 161, 0.50)"
},
".cm-activeLine": {
"background": "#EEE8D5"
},
".cm-activeLineGutter": {
"backgroundColor": "#EDE5C1"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #7f9390",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#268BD2",
"borderColor": "#586E75"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#859900"
},
".tok-literal": {
"color": "#D33682"
},
".tok-function": {
"color": "#268BD2"
},
".tok-tagName": {
"color": "#268BD2"
},
".tok-attributeValue": {
"color": "#268BD2"
},
".tok-variableName": {
"color": "#268BD2"
},
".tok-typeName": {
"color": "#073642"
},
".tok-string": {
"color": "#2AA198"
},
".tok-regexp": {
"color": "#D30102"
},
".tok-comment": {
"color": "#93A1A1"
},
".tok-attributeName": {
"color": "#93A1A1"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,86 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#ebebeb",
"color": "#333",
"overflow": "hidden"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "black"
},
".cm-cursor, .cm-dropCursor": {
"color": "black"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgb(181, 213, 255)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgb(192, 192, 192)"
},
".cm-activeLine": {
"background": "rgba(0, 0, 0, 0.07)"
},
".cm-activeLineGutter": {
"backgroundColor": "#dcdcdc"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgb(250, 250, 255)",
"outline": "1px solid rgb(200, 200, 250)",
"margin": 0
}
},
"highlightStyle": {
".tok-string": {
"color": "#FF0000"
},
".tok-keyword": {
"color": "#0000FF"
},
".tok-number": {
"color": "black"
},
".tok-typeName": {
"color": "#11B7BE"
},
".tok-operator": {
"color": "#808080"
},
".tok-paren": {
"color": "#808080"
},
".tok-punctuation": {
"color": "#808080"
},
".tok-literal": {
"color": "black"
},
".tok-invalid": {
"backgroundColor": "rgb(153, 0, 0)",
"color": "white"
},
".tok-class": {
"color": "#008080"
},
".tok-attributeValue": {
"fontStyle": "italic",
"color": "rgb(49, 132, 149)"
},
".tok-comment": {
"color": "#008000"
},
".tok-heading": {
"color": "rgb(12, 7, 255)"
},
".tok-list": {
"color": "rgb(185, 6, 144)"
},
".tok-attributeName": {
"color": "#994409"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,85 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#1a0005",
"color": "steelblue"
},
"&": {
"backgroundColor": "black",
"color": "#DEDEDE"
},
".cm-cursor, .cm-dropCursor": {
"color": "#9F9F9F"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#424242"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"background": "#090",
"margin": 0
},
".cm-nonmatchingBracket": {
"margin": "-1px 0 0 -1px",
"border": "1px solid #900"
},
".cm-activeLine": {
"background": "#2A2A2A"
},
".cm-activeLineGutter": {
"backgroundColor": "#2A112A"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #424242",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#7AA6DA",
"borderColor": "#DEDEDE"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "tomato"
},
".tok-typeName": {
"color": "tomato"
},
".tok-operator": {
"color": "deeppink"
},
".tok-literal": {
"color": "gold"
},
".tok-attributeValue": {
"color": "#D54E53"
},
".tok-invalid": {
"color": "yellow",
"backgroundColor": "red"
},
".tok-function": {
"color": "#7AA6DA"
},
".tok-heading": {
"color": "#B9CA4A"
},
".tok-string": {
"color": "#B9CA4A"
},
".tok-tagName": {
"color": "#D54E53"
},
".tok-attributeName": {
"color": "#D54E53"
},
".tok-regexp": {
"color": "#D54E53"
},
".tok-comment": {
"color": "orangered"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,78 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#f0f0f0",
"color": "#333"
},
".cm-foldPlaceholder": {
"backgroundColor": "#6B72E6"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "black"
},
".cm-cursor, .cm-dropCursor": {
"color": "black"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgb(181, 213, 255)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgb(192, 192, 192)"
},
".cm-activeLine": {
"background": "rgba(0, 0, 0, 0.07)"
},
".cm-activeLineGutter": {
"backgroundColor": "#dcdcdc"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgba(250, 250, 255, 0.5)",
"outline": "1px solid rgb(200, 200, 250)",
"margin": 0
}
},
"highlightStyle": {
".tok-typeName": {
"color": "blue"
},
".tok-keyword": {
"color": "blue"
},
".tok-labelName": {
"color": "#833FBA"
},
".tok-literal": {
"color": "#833FBA"
},
".tok-invalid": {
"backgroundColor": "rgba(255, 0, 0, 0.1)",
"color": "red"
},
".tok-operator": {
"color": "rgb(104, 118, 135)"
},
".tok-string": {
"color": "rgb(3, 106, 7)"
},
".tok-comment": {
"color": "rgb(76, 136, 107)"
},
".tok-attributeValue": {
"color": "rgb(49, 132, 149)"
},
".tok-function": {
"color": "#0000A2"
},
".tok-heading": {
"color": "rgb(12, 7, 255)"
},
".tok-list": {
"color": "rgb(185, 6, 144)"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,81 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#f6f6f6",
"color": "#4D4D4C"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "#4D4D4C"
},
".cm-cursor, .cm-dropCursor": {
"color": "#AEAFAD"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#D6D6D6"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #D1D1D1"
},
".cm-activeLine": {
"background": "#EFEFEF"
},
".cm-activeLineGutter": {
"backgroundColor": "#dcdcdc"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #D6D6D6",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#4271AE",
"borderColor": "#4D4D4C"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#8959A8"
},
".tok-typeName": {
"color": "#8959A8"
},
".tok-operator": {
"color": "#3E999F"
},
".tok-literal": {
"color": "#666969"
},
".tok-attributeValue": {
"color": "#C82829"
},
".tok-invalid": {
"color": "#FFFFFF",
"backgroundColor": "#C82829"
},
".tok-function": {
"color": "#4271AE"
},
".tok-heading": {
"color": "#718C00"
},
".tok-string": {
"color": "#718C00"
},
".tok-tagName": {
"color": "#C82829"
},
".tok-attributeName": {
"color": "#C82829"
},
".tok-regexp": {
"color": "#C82829"
},
".tok-comment": {
"color": "#8E908C"
}
},
"dark": false
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,81 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#25282c",
"color": "#C5C8C6"
},
"&": {
"backgroundColor": "#1D1F21",
"color": "#C5C8C6"
},
".cm-cursor, .cm-dropCursor": {
"color": "#AEAFAD"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#373B41"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #4B4E55"
},
".cm-activeLine": {
"background": "#282A2E"
},
".cm-activeLineGutter": {
"backgroundColor": "#282A2E"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #373B41",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#81A2BE",
"borderColor": "#C5C8C6"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#B294BB"
},
".tok-typeName": {
"color": "#B294BB"
},
".tok-operator": {
"color": "#8ABEB7"
},
".tok-literal": {
"color": "#CED1CF"
},
".tok-attributeValue": {
"color": "#CC6666"
},
".tok-invalid": {
"color": "#CED2CF",
"backgroundColor": "#DF5F5F"
},
".tok-function": {
"color": "#81A2BE"
},
".tok-heading": {
"color": "#B5BD68"
},
".tok-string": {
"color": "#B5BD68"
},
".tok-tagName": {
"color": "#CC6666"
},
".tok-attributeName": {
"color": "#CC6666"
},
".tok-regexp": {
"color": "#CC6666"
},
".tok-comment": {
"color": "#969896"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,81 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#00204b",
"color": "#7388b5"
},
"&": {
"backgroundColor": "#002451",
"color": "#FFFFFF"
},
".cm-cursor, .cm-dropCursor": {
"color": "#FFFFFF"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#003F8E"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #404F7D"
},
".cm-activeLine": {
"background": "#00346E"
},
".cm-activeLineGutter": {
"backgroundColor": "#022040"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #003F8E",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#BBDAFF",
"borderColor": "#FFFFFF"
}
},
"highlightStyle": {
".tok-literal": {
"color": "#FFC58F"
},
".tok-keyword": {
"color": "#EBBBFF"
},
".tok-typeName": {
"color": "#EBBBFF"
},
".tok-operator": {
"color": "#99FFFF"
},
".tok-attributeValue": {
"color": "#FF9DA4"
},
".tok-invalid": {
"color": "#FFFFFF",
"backgroundColor": "#F99DA5"
},
".tok-function": {
"color": "#BBDAFF"
},
".tok-heading": {
"color": "#D1F1A9"
},
".tok-string": {
"color": "#D1F1A9"
},
".tok-tagName": {
"color": "#FF9DA4"
},
".tok-attributeName": {
"color": "#FF9DA4"
},
".tok-regexp": {
"color": "#FF9DA4"
},
".tok-comment": {
"color": "#7285B7"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,81 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#1a1a1a",
"color": "#DEDEDE"
},
"&": {
"backgroundColor": "#000000",
"color": "#DEDEDE"
},
".cm-cursor, .cm-dropCursor": {
"color": "#9F9F9F"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#424242"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #888888"
},
".cm-activeLine": {
"background": "#2A2A2A"
},
".cm-activeLineGutter": {
"backgroundColor": "#2A2A2A"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #888888",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#7AA6DA",
"borderColor": "#DEDEDE"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#C397D8"
},
".tok-typeName": {
"color": "#C397D8"
},
".tok-operator": {
"color": "#70C0B1"
},
".tok-literal": {
"color": "#EEEEEE"
},
".tok-attributeValue": {
"color": "#D54E53"
},
".tok-invalid": {
"color": "#CED2CF",
"backgroundColor": "#DF5F5F"
},
".tok-function": {
"color": "#7AA6DA"
},
".tok-heading": {
"color": "#B9CA4A"
},
".tok-string": {
"color": "#B9CA4A"
},
".tok-tagName": {
"color": "#D54E53"
},
".tok-attributeName": {
"color": "#D54E53"
},
".tok-regexp": {
"color": "#D54E53"
},
".tok-comment": {
"color": "#969896"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,78 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#272727",
"color": "#CCC"
},
"&": {
"backgroundColor": "#2D2D2D",
"color": "#CCCCCC"
},
".cm-cursor, .cm-dropCursor": {
"color": "#CCCCCC"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#515151"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #6A6A6A"
},
".cm-activeLine": {
"background": "#393939"
},
".cm-activeLineGutter": {
"backgroundColor": "#393939"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #515151",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#6699CC",
"borderColor": "#CCCCCC"
}
},
"highlightStyle": {
".tok-literal": {
"color": "#F99157"
},
".tok-keyword": {
"color": "#CC99CC"
},
".tok-typeName": {
"color": "#CC99CC"
},
".tok-operator": {
"color": "#66CCCC"
},
".tok-attributeValue": {
"color": "#F2777A"
},
".tok-invalid": {
"color": "#CDCDCD",
"backgroundColor": "#F2777A"
},
".tok-function": {
"color": "#6699CC"
},
".tok-heading": {
"color": "#99CC99"
},
".tok-string": {
"color": "#99CC99"
},
".tok-comment": {
"color": "#999999"
},
".tok-tagName": {
"color": "#F2777A"
},
".tok-attributeName": {
"color": "#F2777A"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,75 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#232323",
"color": "#E2E2E2"
},
"&": {
"backgroundColor": "#141414",
"color": "#F8F8F8"
},
".cm-cursor, .cm-dropCursor": {
"color": "#A7A7A7"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "rgba(221, 240, 255, 0.20)"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid rgba(255, 255, 255, 0.25)"
},
".cm-activeLine": {
"background": "rgba(255, 255, 255, 0.031)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(255, 255, 255, 0.031)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid rgba(221, 240, 255, 0.20)",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#AC885B",
"borderColor": "#F8F8F8"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#CDA869"
},
".tok-labelName": {
"color": "#CF6A4C"
},
".tok-literal": {
"color": "#CF6A4C"
},
".tok-heading": {
"color": "#CF6A4C"
},
".tok-list": {
"color": "#F9EE98"
},
".tok-typeName": {
"color": "#F9EE98"
},
".tok-function": {
"color": "#AC885B"
},
".tok-string": {
"color": "#8F9D6A"
},
".tok-regexp": {
"color": "#E9C062"
},
".tok-comment": {
"fontStyle": "italic",
"color": "#5F5A60"
},
".tok-attributeValue": {
"color": "#7587A6"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,74 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#1a1a1a",
"color": "#BEBEBE"
},
"&": {
"backgroundColor": "#0F0F0F",
"color": "#FFFFFF"
},
".cm-cursor, .cm-dropCursor": {
"color": "#FFFFFF"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#6699CC"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #404040"
},
".cm-activeLine": {
"background": "#333333"
},
".cm-activeLineGutter": {
"backgroundColor": "#333333"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #6699CC",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#FFCC00",
"borderColor": "#FFFFFF"
}
},
"highlightStyle": {
".tok-keyword": {
"color": "#FF6600"
},
".tok-labelName": {
"color": "#339999"
},
".tok-literal": {
"color": "#99CC99"
},
".tok-invalid": {
"color": "#CCFF33",
"backgroundColor": "#000000"
},
".tok-function": {
"color": "#FFCC00"
},
".tok-attributeValue": {
"color": "#FFCC00",
"fontStyle": "italic"
},
".tok-string": {
"color": "#66FF00"
},
".tok-regexp": {
"color": "#44B4CC"
},
".tok-comment": {
"color": "#9933CC"
},
".tok-attributeName": {
"fontStyle": "italic",
"color": "#99CC99"
}
},
"dark": true
}

View File

@@ -0,0 +1,35 @@
Conversion by Overleaf from Ace to CodeMirror 6.
Source: https://github.com/ajaxorg/ace/
The theme's original license is copied below:
***** BEGIN LICENSE BLOCK *****
Distributed under the BSD license:
Copyright (c) 2010, Ajax.org B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ajax.org B.V. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***** END LICENSE BLOCK *****

View File

@@ -0,0 +1,65 @@
{
"theme": {
".cm-gutters": {
"backgroundColor": "transparent",
"borderRightColor": "transparent",
"background": "#e8e8e8",
"color": "#333"
},
"&": {
"backgroundColor": "#FFFFFF",
"color": "#000000"
},
".cm-cursor, .cm-dropCursor": {
"color": "#000000"
},
"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
"background": "#B5D5FF"
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0,
"outline": "1px solid #BFBFBF"
},
".cm-activeLine": {
"background": "rgba(0, 0, 0, 0.071)"
},
".cm-activeLineGutter": {
"backgroundColor": "rgba(0, 0, 0, 0.071)"
},
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline": "1px solid #B5D5FF",
"margin": 0
},
".cm-foldPlaceholder": {
"backgroundColor": "#C800A4",
"borderColor": "#000000"
}
},
"highlightStyle": {
".tok-literal": {
"color": "#3A00DC"
},
".tok-keyword": {
"color": "#C800A4"
},
".tok-variableName": {
"color": "#C800A4"
},
".tok-attributeName": {
"color": "#450084"
},
".tok-tagName": {
"color": "#790EAD"
},
".tok-typeName": {
"color": "#C900A4"
},
".tok-string": {
"color": "#DF0002"
},
".tok-comment": {
"color": "#008E00"
}
},
"dark": false
}

View File

@@ -0,0 +1,247 @@
/**
Convert Ace themes to CodeMirror 6
Tokens:
https://github.com/ajaxorg/ace/wiki/Creating-or-Extending-an-Edit-Mode#common-tokens
Highlight Rules:
https://github.com/overleaf/ace/blob/overleaf/lib/ace/mode/latex_highlight_rules.js
Conversion of TextMate themes to Ace:
https://github.com/ajaxorg/ace/wiki/Importing-.tmtheme-and-.tmlanguage-Files-into-Ace
https://github.com/ajaxorg/ace/blob/master/tool/tmtheme.js
*/
const fs = require('fs')
const globby = require('globby')
const mensch = require('mensch')
const path = require('path')
const overrides = require('./overrides.json')
const { merge } = require('lodash')
// CSS files from https://github.com/overleaf/ace/tree/overleaf/lib/ace/theme copied into the "ace" folder
const themePaths = globby.sync(['ace/*.css'], { cwd: path.dirname(__dirname) })
const outputDir = path.join(path.dirname(__dirname), 'cm6')
// from js/ide.js
const darkThemes = [
'ambiance',
'chaos',
'clouds_midnight',
'cobalt',
'dracula',
'gob',
'gruvbox',
'idle_fingers',
'kr_theme',
'merbivore',
'merbivore_soft',
'mono_industrial',
'monokai',
'nord_dark',
'pastel_on_dark',
'solarized_dark',
'terminal',
'tomorrow_night',
'tomorrow_night_blue',
'tomorrow_night_bright',
'tomorrow_night_eighties',
'twilight',
'vibrant_ink',
]
// manual mapping of Ace selectors to CM6 theme selectors
const themeMapping = new Map([
['.ace_gutter', '.cm-gutters'],
['.ace_cursor', '.cm-cursor, .cm-dropCursor'],
[
'.ace_marker-layer .ace_selection',
'&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected',
],
[
'.ace_marker-layer .ace_selected-word',
'.cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch', // doubled to increase specificity over defaults
],
[
'.ace_marker-layer .ace_bracket',
'&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket',
],
['.ace_marker-layer .ace_bracket-unmatched', '.cm-nonmatchingBracket'],
['.ace_marker-layer .ace_active-line', '.cm-activeLine'],
['.ace_gutter-active-line', '.cm-activeLineGutter'],
['.ace_fold', '.cm-foldPlaceholder'],
])
const propertyRemapping = new Map([
[
'&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket',
[['border', 'outline']],
],
[
'.cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch',
[['border', 'outline']],
],
])
function remap(selector, rule) {
const remappings = propertyRemapping.get(selector) ?? []
for (const [oldKey, newKey] of remappings) {
if (newKey in rule) {
throw new Error(
`Invalid remapping. Property ${newKey} already exists in rule '${selector}'`
)
}
if (oldKey in rule) {
rule[newKey] = rule[oldKey]
delete rule[oldKey]
}
}
return rule
}
// manual mapping of Ace selectors to CM6 highlight style selectors
// https://codemirror.net/6/docs/ref/#highlight.tags
// (the classHighlightStyle extension adds the class names for styling)
const highlightStyleMapping = new Map([
// ['.ace_support.ace_type', '.tok-typeName'],
['.ace_class', '.tok-class'],
['.ace_comment', '.tok-comment'],
['.ace_constant', '.tok-labelName'],
['.ace_constant.ace_character', '.tok-literal'],
['.ace_constant.ace_character.ace_escape', '.tok-literal'], // escape
['.ace_constant.ace_language', '.tok-literal'], // constant
['.ace_constant.ace_numeric', '.tok-literal'], // number
['.ace_constant.ace_other', '.tok-literal'], // constant
['.ace_entity.ace_name.ace_function', '.tok-function'],
['.ace_entity.ace_name.ace_tag', '.tok-tagName'],
['.ace_entity.ace_other.ace_attribute-name', '.tok-attributeName'],
['.ace_heading', '.tok-heading'],
['.ace_identifier', '.tok-string'], // TODO: identifier?
['.ace_invalid', '.tok-invalid'],
['.ace_keyword', '.tok-keyword'], // typeName?
['.ace_keyword.ace_operator', '.tok-operator'],
['.ace_list', '.tok-list'],
['.ace_lparen', '.tok-paren'],
['.ace_markup.ace_heading', '.tok-heading'],
['.ace_markup.ace_list', '.tok-list'],
['.ace_numeric', '.tok-number'],
['.ace_punctuation', '.tok-punctuation'],
['.ace_regexp', '.tok-string2'],
['.ace_rparen', '.tok-paren'],
['.ace_storage', '.tok-typeName'],
['.ace_storage.ace_type', '.tok-typeName'],
['.ace_string', '.tok-string'],
['.ace_string.ace_regexp', '.tok-regexp'],
// ['.ace_support.ace_class', '.tok-className'],
// ['.ace_support.ace_constant', '.tok-constant'],
// ['.ace_support.ace_function', '.tok-function'],
// ['.ace_support.ace_type', '.tok-function'],
['.ace_type', '.tok-typeName'],
['.ace_variable', '.tok-attributeValue'], // keyword // variableName
['.ace_variable.ace_language', '.tok-variableName'],
['.ace_variable.ace_parameter', '.tok-attributeValue'], // string
])
for (const themePath of themePaths) {
console.log(themePath)
const input = fs.readFileSync(path.join(__dirname, themePath), 'utf-8')
const ast = mensch.parse(input)
const themeStyles = {
// these styles should only be set if they're defined in a theme
'.cm-gutters': {
backgroundColor: 'transparent',
borderRightColor: 'transparent',
},
}
const highlightStyles = {}
for (const rule of ast.stylesheet.rules) {
const declarations = {}
rule.declarations
.filter(item => item.type === 'property')
.forEach(declaration => {
// convert CSS property to snake case
const property = declaration.name.replace(/-(\w)/g, (_, letter) => {
return letter.toUpperCase()
})
declarations[property] = declaration.value
})
for (const item of rule.selectors) {
// ignore the first selector, which is the theme class
const selector = item.split(/\s+/).slice(1).join(' ')
// an empty selector was the theme class selector for the whole editor
if (selector === '') {
themeStyles['&'] = {
...themeStyles['&'],
...declarations,
}
continue
}
if (themeMapping.has(selector)) {
const key = themeMapping.get(selector)
themeStyles[key] = remap(key, {
...themeStyles[key],
...declarations,
})
} else if (highlightStyleMapping.has(selector)) {
const key = highlightStyleMapping.get(selector)
highlightStyles[key] = remap(key, {
...highlightStyles[key],
...declarations,
})
}
}
}
console.log('theme', themeStyles)
console.log('highlight', highlightStyles)
const basename = path.basename(themePath, '.css')
const themeOverrides = merge({}, overrides.all, overrides[basename])
const theme = merge({}, themeStyles, themeOverrides.theme)
const highlightStyle = merge(
{},
highlightStyles,
themeOverrides.highlightStyle
)
const dark = darkThemes.includes(basename)
const output = JSON.stringify({ theme, highlightStyle, dark }, null, 2)
const outputPath = path.join(outputDir, `${basename}.json`)
fs.writeFileSync(outputPath, output + '\n')
if (basename !== 'overleaf') {
copyLicense(basename)
}
}
function copyLicense(basename) {
const jsFilePath = path.join(__dirname, 'ace', `${basename}.js`)
if (fs.existsSync(jsFilePath)) {
const js = fs.readFileSync(jsFilePath, 'utf-8')
const match = js.match(/\*+ BEGIN LICENSE BLOCK .+? END LICENSE BLOCK \*+/s)
if (match) {
const license = match[0].replace(/\n \* ?/g, '\n')
const output = `Conversion by Overleaf from Ace to CodeMirror 6.\n\nSource: https://github.com/ajaxorg/ace/\n\nThe theme's original license is copied below:\n\n${license}`
const licenseOutputPath = path.join(outputDir, `${basename}-license.txt`)
fs.writeFileSync(licenseOutputPath, output)
} else {
console.warn(`No license in ${jsFilePath}`)
}
} else {
console.warn(`No license file for ${basename}`)
}
}

View File

@@ -0,0 +1,80 @@
{
"all": {
"theme": {
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"margin": 0
},
"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
"margin": 0
}
}
},
"overleaf": {
"highlightStyle": {
".tok-labelName": {
"color": "#3F7F7F"
},
".tok-number": {
"color": "#5A5CAD"
}
},
"theme": {
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgba(250, 250, 255, 0.5)",
"outline": "1px solid rgb(200, 200, 250)"
}
}
},
"textmate": {
"highlightStyle": {
".tok-labelName": {
"color": "#833FBA"
},
".tok-literal": {
"color": "#833FBA"
}
},
"theme": {
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgba(250, 250, 255, 0.5)",
"outline": "1px solid rgb(200, 200, 250)"
}
}
},
"chrome": {
"theme": {
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"background": "rgba(250, 250, 255, 0.5)",
"outline": "1px solid rgb(200, 200, 250)"
}
}
},
"dracula": {
"highlightStyle": {
".tok-literal": {
"color": "#ff79c6"
}
},
"theme": {
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"boxShadow": "0px 0px 0px 1px inset #a29709"
}
}
},
"gruvbox": {
"theme": {
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline-width": "2px",
"borderRadius": 0
}
}
},
"ambiance": {
"theme": {
".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
"outline-width": "2px",
"borderRadius": 0
}
}
}
}