From 58b0a6c4afe1e672131760ef2bd079860bf501b3 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Fri, 14 Feb 2025 16:49:23 -0500 Subject: [PATCH] Remove legacy themes and licenses (#24589) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR removes Zed legacy themes – all themes except `One` and `Gruvbox`. These will likely be renamed in the future (to something like `Zed One`, `Zed Gruvbox` to allow the original authors of those themes to provide their own official versions.) You can grab the [`zed-legacy-themes`](https://github.com/zed-extensions/legacy-themes) extension if you would like to continue using one of these themes. ## How to install the extension: - Go to the extension store (`zed: extensions`, cmd+shift+x on macOS) - Search for the `Zed Legacy Themes` extension and install it. - Now the themes will be installed (with names like `Zed Legacy: Andromeda`) Release Notes: - A number of themes are no longer installed in Zed by default: `Andromeda`, `Atelier`, `Rosé Pine`, `Sandcastle`, `Solarized` & `Summercamp`. If you would like to continue using one of these extensions: 1. Open `zed: extensions`, 2. Install the `zed-legacy-themes` extension. 3. Re-select your desired theme. Co-authored-by: maxdeviant --- assets/themes/LICENSES | 730 -- assets/themes/andromeda/LICENSE | 21 - assets/themes/andromeda/andromeda.json | 378 -- assets/themes/atelier/LICENSE | 21 - assets/themes/atelier/atelier.json | 7727 ---------------------- assets/themes/rose_pine/LICENSE | 21 - assets/themes/rose_pine/rose_pine.json | 1150 ---- assets/themes/sandcastle/LICENSE | 21 - assets/themes/sandcastle/sandcastle.json | 378 -- assets/themes/solarized/LICENSE | 21 - assets/themes/solarized/solarized.json | 749 --- assets/themes/summercamp/LICENSE | 21 - assets/themes/summercamp/summercamp.json | 378 -- 13 files changed, 11616 deletions(-) delete mode 100644 assets/themes/andromeda/LICENSE delete mode 100644 assets/themes/andromeda/andromeda.json delete mode 100644 assets/themes/atelier/LICENSE delete mode 100644 assets/themes/atelier/atelier.json delete mode 100644 assets/themes/rose_pine/LICENSE delete mode 100644 assets/themes/rose_pine/rose_pine.json delete mode 100644 assets/themes/sandcastle/LICENSE delete mode 100644 assets/themes/sandcastle/sandcastle.json delete mode 100644 assets/themes/solarized/LICENSE delete mode 100644 assets/themes/solarized/solarized.json delete mode 100644 assets/themes/summercamp/LICENSE delete mode 100644 assets/themes/summercamp/summercamp.json diff --git a/assets/themes/LICENSES b/assets/themes/LICENSES index f5d9c04a455398e3e09391b5e4ca89cc1ef7e28b..14416f85b5910f9d7e655afed6c2d1d0131d58e0 100644 --- a/assets/themes/LICENSES +++ b/assets/themes/LICENSES @@ -1,549 +1,3 @@ -## [Andromeda](https://github.com/EliverLara/Andromeda) - -The MIT License (MIT) - -Copyright (c) 2017 - -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. - -******************************************************************************** - -## [Atelier Cave Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Cave Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Dune Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Dune Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Estuary Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Estuary Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Forest Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Forest Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Heath Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Heath Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Lakeside Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Lakeside Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Plateau Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Plateau Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Savanna Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Savanna Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Seaside Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Seaside Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Sulphurpool Dark](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - -## [Atelier Sulphurpool Light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave/) - -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. - -******************************************************************************** - ## [Ayu Dark](https://github.com/dempfi/ayu) The MIT License (MIT) @@ -827,187 +281,3 @@ 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. - -******************************************************************************** - -## [Rosé Pine](https://github.com/edunfelt/base16-rose-pine-scheme) - -The MIT License (MIT) - -Copyright (c) 2021 Emilia Dunfelt - -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. - -******************************************************************************** - -## [Rosé Pine Dawn](https://github.com/edunfelt/base16-rose-pine-scheme) - -The MIT License (MIT) - -Copyright (c) 2021 Emilia Dunfelt - -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. - -******************************************************************************** - -## [Rosé Pine Moon](https://github.com/edunfelt/base16-rose-pine-scheme) - -The MIT License (MIT) - -Copyright (c) 2021 Emilia Dunfelt - -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. - -******************************************************************************** - -## [Sandcastle](https://github.com/gessig/base16-sandcastle-scheme) - -The MIT License (MIT) - -Copyright (c) 2019 George Essig - -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. - -******************************************************************************** - -## [Solarized Dark](https://github.com/altercation/solarized) - -The MIT License (MIT) - -Copyright (c) 2011 Ethan Schoonover - -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. - -******************************************************************************** - -## [Solarized Light](https://github.com/altercation/solarized) - -The MIT License (MIT) - -Copyright (c) 2011 Ethan Schoonover - -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. - -******************************************************************************** - -## [Summercamp](https://github.com/zoefiri/base16-sc) - -The MIT License (MIT) - -Copyright (c) 2019 Zoe FiriH - -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. - -******************************************************************************** diff --git a/assets/themes/andromeda/LICENSE b/assets/themes/andromeda/LICENSE deleted file mode 100644 index 9422adafa4dbd08333fb027481c2323c1d256872..0000000000000000000000000000000000000000 --- a/assets/themes/andromeda/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2017 - -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. diff --git a/assets/themes/andromeda/andromeda.json b/assets/themes/andromeda/andromeda.json deleted file mode 100644 index c895671483e8dc645a5dad767c2da7dfe8ddafb2..0000000000000000000000000000000000000000 --- a/assets/themes/andromeda/andromeda.json +++ /dev/null @@ -1,378 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "Andromeda", - "author": "Zed Industries", - "themes": [ - { - "name": "Andromeda", - "appearance": "dark", - "style": { - "border": "#2b2f38ff", - "border.variant": "#252931ff", - "border.focused": "#183934ff", - "border.selected": "#183934ff", - "border.transparent": "#00000000", - "border.disabled": "#292d37ff", - "elevated_surface.background": "#21242bff", - "surface.background": "#21242bff", - "background": "#262933ff", - "element.background": "#21242bff", - "element.hover": "#252931ff", - "element.active": "#2a2f39ff", - "element.selected": "#2a2f39ff", - "element.disabled": "#21242bff", - "drop_target.background": "#aca8ae80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#252931ff", - "ghost_element.active": "#2a2f39ff", - "ghost_element.selected": "#2a2f39ff", - "ghost_element.disabled": "#21242bff", - "text": "#f7f7f8ff", - "text.muted": "#aca8aeff", - "text.placeholder": "#6b6b73ff", - "text.disabled": "#6b6b73ff", - "text.accent": "#10a793ff", - "icon": "#f7f7f8ff", - "icon.muted": "#aca8aeff", - "icon.disabled": "#6b6b73ff", - "icon.placeholder": "#aca8aeff", - "icon.accent": "#10a793ff", - "status_bar.background": "#262933ff", - "title_bar.background": "#262933ff", - "title_bar.inactive_background": "#21242bff", - "toolbar.background": "#1e2025ff", - "tab_bar.background": "#21242bff", - "tab.inactive_background": "#21242bff", - "tab.active_background": "#1e2025ff", - "search.match_background": "#11a79366", - "panel.background": "#21242bff", - "panel.focused_border": "#10a793ff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#f7f7f84c", - "scrollbar.thumb.hover_background": "#252931ff", - "scrollbar.thumb.border": "#252931ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#21232aff", - "editor.foreground": "#f7f7f8ff", - "editor.background": "#1e2025ff", - "editor.gutter.background": "#1e2025ff", - "editor.subheader.background": "#21242bff", - "editor.active_line.background": "#21242bbf", - "editor.highlighted_line.background": "#21242bff", - "editor.line_number": "#565960", - "editor.active_line_number": "#f8f8f9", - "editor.hover_line_number": "#cbcdd0", - "editor.invisible": "#64646dff", - "editor.wrap_guide": "#f7f7f80d", - "editor.active_wrap_guide": "#f7f7f81a", - "editor.document_highlight.read_background": "#10a7931a", - "editor.document_highlight.write_background": "#64646d66", - "terminal.background": "#1e2025ff", - "terminal.foreground": "#f7f7f8ff", - "terminal.bright_foreground": "#f7f7f8ff", - "terminal.dim_foreground": "#1e2025ff", - "terminal.ansi.black": "#1e2025ff", - "terminal.ansi.bright_black": "#40434cff", - "terminal.ansi.dim_black": "#f7f7f8ff", - "terminal.ansi.red": "#f82871ff", - "terminal.ansi.bright_red": "#8e0f3aff", - "terminal.ansi.dim_red": "#ffa3b5ff", - "terminal.ansi.green": "#96df71ff", - "terminal.ansi.bright_green": "#457c38ff", - "terminal.ansi.dim_green": "#cef0b9ff", - "terminal.ansi.yellow": "#fee56cff", - "terminal.ansi.bright_yellow": "#958334ff", - "terminal.ansi.dim_yellow": "#fef1b7ff", - "terminal.ansi.blue": "#10a793ff", - "terminal.ansi.bright_blue": "#1a5148ff", - "terminal.ansi.dim_blue": "#9cd4c7ff", - "terminal.ansi.magenta": "#c74cecff", - "terminal.ansi.bright_magenta": "#682681ff", - "terminal.ansi.dim_magenta": "#e7abf7ff", - "terminal.ansi.cyan": "#08e7c5ff", - "terminal.ansi.bright_cyan": "#008169ff", - "terminal.ansi.dim_cyan": "#a9f4e1ff", - "terminal.ansi.white": "#f7f7f8ff", - "terminal.ansi.bright_white": "#f7f7f8ff", - "terminal.ansi.dim_white": "#87858cff", - "link_text.hover": "#10a793ff", - "conflict": "#fee56cff", - "conflict.background": "#5c5014ff", - "conflict.border": "#796b26ff", - "created": "#96df71ff", - "created.background": "#184618ff", - "created.border": "#306129ff", - "deleted": "#f82871ff", - "deleted.background": "#54051bff", - "deleted.border": "#72092aff", - "error": "#f82871ff", - "error.background": "#54051bff", - "error.border": "#72092aff", - "hidden": "#6b6b73ff", - "hidden.background": "#262933ff", - "hidden.border": "#292d37ff", - "hint": "#618399ff", - "hint.background": "#12231fff", - "hint.border": "#183934ff", - "ignored": "#6b6b73ff", - "ignored.background": "#262933ff", - "ignored.border": "#2b2f38ff", - "info": "#10a793ff", - "info.background": "#12231fff", - "info.border": "#183934ff", - "modified": "#fee56cff", - "modified.background": "#5c5014ff", - "modified.border": "#796b26ff", - "predictive": "#315f70ff", - "predictive.background": "#184618ff", - "predictive.border": "#306129ff", - "renamed": "#10a793ff", - "renamed.background": "#12231fff", - "renamed.border": "#183934ff", - "success": "#96df71ff", - "success.background": "#184618ff", - "success.border": "#306129ff", - "unreachable": "#aca8aeff", - "unreachable.background": "#262933ff", - "unreachable.border": "#2b2f38ff", - "warning": "#fee56cff", - "warning.background": "#5c5014ff", - "warning.border": "#796b26ff", - "players": [ - { - "cursor": "#10a793ff", - "background": "#10a793ff", - "selection": "#10a7933d" - }, - { - "cursor": "#c74cecff", - "background": "#c74cecff", - "selection": "#c74cec3d" - }, - { - "cursor": "#f29c14ff", - "background": "#f29c14ff", - "selection": "#f29c143d" - }, - { - "cursor": "#893ea6ff", - "background": "#893ea6ff", - "selection": "#893ea63d" - }, - { - "cursor": "#08e7c5ff", - "background": "#08e7c5ff", - "selection": "#08e7c53d" - }, - { - "cursor": "#f82871ff", - "background": "#f82871ff", - "selection": "#f828713d" - }, - { - "cursor": "#fee56cff", - "background": "#fee56cff", - "selection": "#fee56c3d" - }, - { - "cursor": "#96df71ff", - "background": "#96df71ff", - "selection": "#96df713d" - } - ], - "syntax": { - "attribute": { - "color": "#10a793ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#96df71ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#afabb1ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#afabb1ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#96df71ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#10a793ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#f7f7f8ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#10a793ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#10a793ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#f29c14ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#fee56cff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#618399ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#10a793ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#10a793ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#f29c14ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#96df71ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#96df71ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#f29c14ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#315f70ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#f7f7f8ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#f7f7f8ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#10a793ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#d8d5dbff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#d8d5dbff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#d8d5dbff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#d8d5dbff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#d8d5dbff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#f29c14ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#afabb1ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#f29c14ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#f29c14ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#f29c14ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#10a793ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#f29c14ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f7f7f8ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#08e7c5ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#f7f7f8ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#10a793ff", - "font_style": null, - "font_weight": null - } - } - } - } - ] -} diff --git a/assets/themes/atelier/LICENSE b/assets/themes/atelier/LICENSE deleted file mode 100644 index 47c46d04295dacb5373d352004286dcf1df8d3f9..0000000000000000000000000000000000000000 --- a/assets/themes/atelier/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2023 Bram de Haan, http://atelierbramdehaan.nl - -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. diff --git a/assets/themes/atelier/atelier.json b/assets/themes/atelier/atelier.json deleted file mode 100644 index 8a1ec68d1f84e5f2de94fb87d50a7f5451d1e201..0000000000000000000000000000000000000000 --- a/assets/themes/atelier/atelier.json +++ /dev/null @@ -1,7727 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "Atelier", - "author": "Zed Industries", - "themes": [ - { - "name": "Atelier Cave Dark", - "appearance": "dark", - "style": { - "border": "#56505eff", - "border.variant": "#332f38ff", - "border.focused": "#222953ff", - "border.selected": "#222953ff", - "border.transparent": "#00000000", - "border.disabled": "#48434fff", - "elevated_surface.background": "#221f26ff", - "surface.background": "#221f26ff", - "background": "#3a353fff", - "element.background": "#221f26ff", - "element.hover": "#332f38ff", - "element.active": "#544f5cff", - "element.selected": "#544f5cff", - "element.disabled": "#221f26ff", - "drop_target.background": "#89859180", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#332f38ff", - "ghost_element.active": "#544f5cff", - "ghost_element.selected": "#544f5cff", - "ghost_element.disabled": "#221f26ff", - "text": "#efecf4ff", - "text.muted": "#898591ff", - "text.placeholder": "#756f7eff", - "text.disabled": "#756f7eff", - "text.accent": "#566ddaff", - "icon": "#efecf4ff", - "icon.muted": "#898591ff", - "icon.disabled": "#756f7eff", - "icon.placeholder": "#898591ff", - "icon.accent": "#566ddaff", - "status_bar.background": "#3a353fff", - "title_bar.background": "#3a353fff", - "title_bar.inactive_background": "#221f26ff", - "toolbar.background": "#19171cff", - "tab_bar.background": "#221f26ff", - "tab.inactive_background": "#221f26ff", - "tab.active_background": "#19171cff", - "search.match_background": "#576dda66", - "panel.background": "#221f26ff", - "panel.focused_border": "#566ddaff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#efecf44c", - "scrollbar.thumb.hover_background": "#332f38ff", - "scrollbar.thumb.border": "#332f38ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#201e24ff", - "editor.foreground": "#e2dfe7ff", - "editor.background": "#19171cff", - "editor.gutter.background": "#19171cff", - "editor.subheader.background": "#221f26ff", - "editor.active_line.background": "#221f26bf", - "editor.highlighted_line.background": "#221f26ff", - "editor.line_number": "#656369", - "editor.active_line_number": "#d8d8da", - "editor.hover_line_number": "#b7b5ba", - "editor.invisible": "#726c7aff", - "editor.wrap_guide": "#efecf40d", - "editor.active_wrap_guide": "#efecf41a", - "editor.document_highlight.read_background": "#566dda1a", - "editor.document_highlight.write_background": "#726c7a66", - "terminal.background": "#19171cff", - "terminal.foreground": "#efecf4ff", - "terminal.bright_foreground": "#efecf4ff", - "terminal.dim_foreground": "#19171cff", - "terminal.ansi.black": "#19171cff", - "terminal.ansi.bright_black": "#635d6bff", - "terminal.ansi.dim_black": "#efecf4ff", - "terminal.ansi.red": "#be4677ff", - "terminal.ansi.bright_red": "#5c283cff", - "terminal.ansi.dim_red": "#e3a4b9ff", - "terminal.ansi.green": "#2b9292ff", - "terminal.ansi.bright_green": "#1f4747ff", - "terminal.ansi.dim_green": "#9dc8c8ff", - "terminal.ansi.yellow": "#a06d3aff", - "terminal.ansi.bright_yellow": "#4e3821ff", - "terminal.ansi.dim_yellow": "#d4b499ff", - "terminal.ansi.blue": "#566ddaff", - "terminal.ansi.bright_blue": "#2d376fff", - "terminal.ansi.dim_blue": "#b3b3eeff", - "terminal.ansi.magenta": "#bf41bfff", - "terminal.ansi.bright_magenta": "#60255aff", - "terminal.ansi.dim_magenta": "#e3a4dfff", - "terminal.ansi.cyan": "#3a8bc6ff", - "terminal.ansi.bright_cyan": "#26435eff", - "terminal.ansi.dim_cyan": "#a6c4e3ff", - "terminal.ansi.white": "#efecf4ff", - "terminal.ansi.bright_white": "#efecf4ff", - "terminal.ansi.dim_white": "#807b89ff", - "link_text.hover": "#566ddaff", - "conflict": "#a06d3aff", - "conflict.background": "#231a12ff", - "conflict.border": "#392a19ff", - "created": "#2b9292ff", - "created.background": "#132020ff", - "created.border": "#1a3333ff", - "deleted": "#be4677ff", - "deleted.background": "#28151cff", - "deleted.border": "#421e2dff", - "error": "#be4677ff", - "error.background": "#28151cff", - "error.border": "#421e2dff", - "hidden": "#756f7eff", - "hidden.background": "#3a353fff", - "hidden.border": "#48434fff", - "hint": "#706897ff", - "hint.background": "#161a35ff", - "hint.border": "#222953ff", - "ignored": "#756f7eff", - "ignored.background": "#3a353fff", - "ignored.border": "#56505eff", - "info": "#566ddaff", - "info.background": "#161a35ff", - "info.border": "#222953ff", - "modified": "#a06d3aff", - "modified.background": "#231a12ff", - "modified.border": "#392a19ff", - "predictive": "#615787ff", - "predictive.background": "#132020ff", - "predictive.border": "#1a3333ff", - "renamed": "#566ddaff", - "renamed.background": "#161a35ff", - "renamed.border": "#222953ff", - "success": "#2b9292ff", - "success.background": "#132020ff", - "success.border": "#1a3333ff", - "unreachable": "#898591ff", - "unreachable.background": "#3a353fff", - "unreachable.border": "#56505eff", - "warning": "#a06d3aff", - "warning.background": "#231a12ff", - "warning.border": "#392a19ff", - "players": [ - { - "cursor": "#566ddaff", - "background": "#566ddaff", - "selection": "#566dda3d" - }, - { - "cursor": "#bf41bfff", - "background": "#bf41bfff", - "selection": "#bf41bf3d" - }, - { - "cursor": "#aa563bff", - "background": "#aa563bff", - "selection": "#aa563b3d" - }, - { - "cursor": "#955ae6ff", - "background": "#955ae6ff", - "selection": "#955ae63d" - }, - { - "cursor": "#3a8bc6ff", - "background": "#3a8bc6ff", - "selection": "#3a8bc63d" - }, - { - "cursor": "#be4677ff", - "background": "#be4677ff", - "selection": "#be46773d" - }, - { - "cursor": "#a06d3aff", - "background": "#a06d3aff", - "selection": "#a06d3a3d" - }, - { - "cursor": "#2b9292ff", - "background": "#2b9292ff", - "selection": "#2b92923d" - } - ], - "syntax": { - "attribute": { - "color": "#566ddaff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#2b9292ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#655f6dff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#8b8792ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#2b9292ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#566ddaff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#efecf4ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#566ddaff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#566ddaff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#aa563bff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#576cdbff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#576cdbff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#706897ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#9559e7ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#566ddaff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#aa563bff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#2b9292ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#aa563bff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#8b8792ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#615787ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#efecf4ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#e2dfe7ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#be4677ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#e2dfe7ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#8b8792ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#8b8792ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#e2dfe7ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#bf3fbfff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#299292ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#8b8792ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#388bc6ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#bf3fbfff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#299292ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#566ddaff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#aa563bff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#efecf4ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#e2dfe7ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#9559e7ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Cave Light", - "appearance": "light", - "style": { - "border": "#8f8b96ff", - "border.variant": "#cbc8d1ff", - "border.focused": "#c8c7f2ff", - "border.selected": "#c8c7f2ff", - "border.transparent": "#00000000", - "border.disabled": "#a7a3adff", - "elevated_surface.background": "#e6e3ebff", - "surface.background": "#e6e3ebff", - "background": "#bfbcc5ff", - "element.background": "#e6e3ebff", - "element.hover": "#cbc8d1ff", - "element.active": "#918d98ff", - "element.selected": "#918d98ff", - "element.disabled": "#e6e3ebff", - "drop_target.background": "#5a546280", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#cbc8d1ff", - "ghost_element.active": "#918d98ff", - "ghost_element.selected": "#918d98ff", - "ghost_element.disabled": "#e6e3ebff", - "text": "#19171cff", - "text.muted": "#5a5462ff", - "text.placeholder": "#6e6876ff", - "text.disabled": "#6e6876ff", - "text.accent": "#586cdaff", - "icon": "#19171cff", - "icon.muted": "#5a5462ff", - "icon.disabled": "#6e6876ff", - "icon.placeholder": "#5a5462ff", - "icon.accent": "#586cdaff", - "status_bar.background": "#bfbcc5ff", - "title_bar.background": "#bfbcc5ff", - "title_bar.inactive_background": "#e6e3ebff", - "toolbar.background": "#efecf4ff", - "tab_bar.background": "#e6e3ebff", - "tab.inactive_background": "#e6e3ebff", - "tab.active_background": "#efecf4ff", - "search.match_background": "#586dda66", - "panel.background": "#e6e3ebff", - "panel.focused_border": "#586cdaff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#19171c4c", - "scrollbar.thumb.hover_background": "#cbc8d1ff", - "scrollbar.thumb.border": "#cbc8d1ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#e8e5edff", - "editor.foreground": "#26232aff", - "editor.background": "#efecf4ff", - "editor.gutter.background": "#efecf4ff", - "editor.subheader.background": "#e6e3ebff", - "editor.active_line.background": "#e6e3ebbf", - "editor.highlighted_line.background": "#e6e3ebff", - "editor.line_number": "#a4a2a8", - "editor.active_line_number": "#323135", - "editor.hover_line_number": "#58565c", - "editor.invisible": "#726c7aff", - "editor.wrap_guide": "#19171c0d", - "editor.active_wrap_guide": "#19171c1a", - "editor.document_highlight.read_background": "#586cda1a", - "editor.document_highlight.write_background": "#726c7a66", - "terminal.background": "#efecf4ff", - "terminal.foreground": "#19171cff", - "terminal.bright_foreground": "#19171cff", - "terminal.dim_foreground": "#efecf4ff", - "terminal.ansi.black": "#efecf4ff", - "terminal.ansi.bright_black": "#807b89ff", - "terminal.ansi.dim_black": "#19171cff", - "terminal.ansi.red": "#bd4677ff", - "terminal.ansi.bright_red": "#e3a4b9ff", - "terminal.ansi.dim_red": "#5c283cff", - "terminal.ansi.green": "#2b9292ff", - "terminal.ansi.bright_green": "#9dc8c8ff", - "terminal.ansi.dim_green": "#1f4747ff", - "terminal.ansi.yellow": "#a06e3bff", - "terminal.ansi.bright_yellow": "#d4b499ff", - "terminal.ansi.dim_yellow": "#4e3821ff", - "terminal.ansi.blue": "#586cdaff", - "terminal.ansi.bright_blue": "#b3b3eeff", - "terminal.ansi.dim_blue": "#2d376fff", - "terminal.ansi.magenta": "#bf41bfff", - "terminal.ansi.bright_magenta": "#e3a4dfff", - "terminal.ansi.dim_magenta": "#60255aff", - "terminal.ansi.cyan": "#3a8bc6ff", - "terminal.ansi.bright_cyan": "#a6c4e3ff", - "terminal.ansi.dim_cyan": "#26435eff", - "terminal.ansi.white": "#19171cff", - "terminal.ansi.bright_white": "#19171cff", - "terminal.ansi.dim_white": "#635d6bff", - "link_text.hover": "#586cdaff", - "conflict": "#a06e3bff", - "conflict.background": "#eee0d5ff", - "conflict.border": "#e0c9b5ff", - "created": "#2b9292ff", - "created.background": "#d7e9e8ff", - "created.border": "#b9d7d6ff", - "deleted": "#bd4677ff", - "deleted.background": "#f4d9e1ff", - "deleted.border": "#ecbecdff", - "error": "#bd4677ff", - "error.background": "#f4d9e1ff", - "error.border": "#ecbecdff", - "hidden": "#6e6876ff", - "hidden.background": "#bfbcc5ff", - "hidden.border": "#a7a3adff", - "hint": "#776d9dff", - "hint.background": "#e1e0f9ff", - "hint.border": "#c8c7f2ff", - "ignored": "#6e6876ff", - "ignored.background": "#bfbcc5ff", - "ignored.border": "#8f8b96ff", - "info": "#586cdaff", - "info.background": "#e1e0f9ff", - "info.border": "#c8c7f2ff", - "modified": "#a06e3bff", - "modified.background": "#eee0d5ff", - "modified.border": "#e0c9b5ff", - "predictive": "#887fafff", - "predictive.background": "#d7e9e8ff", - "predictive.border": "#b9d7d6ff", - "renamed": "#586cdaff", - "renamed.background": "#e1e0f9ff", - "renamed.border": "#c8c7f2ff", - "success": "#2b9292ff", - "success.background": "#d7e9e8ff", - "success.border": "#b9d7d6ff", - "unreachable": "#5a5462ff", - "unreachable.background": "#bfbcc5ff", - "unreachable.border": "#8f8b96ff", - "warning": "#a06e3bff", - "warning.background": "#eee0d5ff", - "warning.border": "#e0c9b5ff", - "players": [ - { - "cursor": "#586cdaff", - "background": "#586cdaff", - "selection": "#586cda3d" - }, - { - "cursor": "#bf41bfff", - "background": "#bf41bfff", - "selection": "#bf41bf3d" - }, - { - "cursor": "#aa573cff", - "background": "#aa573cff", - "selection": "#aa573c3d" - }, - { - "cursor": "#955ae6ff", - "background": "#955ae6ff", - "selection": "#955ae63d" - }, - { - "cursor": "#3a8bc6ff", - "background": "#3a8bc6ff", - "selection": "#3a8bc63d" - }, - { - "cursor": "#bd4677ff", - "background": "#bd4677ff", - "selection": "#bd46773d" - }, - { - "cursor": "#a06e3bff", - "background": "#a06e3bff", - "selection": "#a06e3b3d" - }, - { - "cursor": "#2b9292ff", - "background": "#2b9292ff", - "selection": "#2b92923d" - } - ], - "syntax": { - "attribute": { - "color": "#586cdaff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#2b9292ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#7d7787ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#585260ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#2b9292ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#586cdaff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#19171cff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#586cdaff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#586cdaff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#aa573cff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#576cdbff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#576cdbff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#776d9dff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#9559e7ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#586cdaff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#aa573cff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#2b9292ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#aa563bff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#585260ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#887fafff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#19171cff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#26232aff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#be4677ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#26232aff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#585260ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#585260ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#26232aff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#bf3fbfff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#299292ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#585260ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#388bc6ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#bf3fbfff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#299292ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#586cdaff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#aa573cff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#19171cff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#26232aff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#9559e7ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Dune Dark", - "appearance": "dark", - "style": { - "border": "#6c695cff", - "border.variant": "#3b3933ff", - "border.focused": "#262f56ff", - "border.selected": "#262f56ff", - "border.transparent": "#00000000", - "border.disabled": "#58564bff", - "elevated_surface.background": "#262622ff", - "surface.background": "#262622ff", - "background": "#45433bff", - "element.background": "#262622ff", - "element.hover": "#3b3933ff", - "element.active": "#6a675aff", - "element.selected": "#6a675aff", - "element.disabled": "#262622ff", - "drop_target.background": "#a4a08b80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#3b3933ff", - "ghost_element.active": "#6a675aff", - "ghost_element.selected": "#6a675aff", - "ghost_element.disabled": "#262622ff", - "text": "#fefbecff", - "text.muted": "#a4a08bff", - "text.placeholder": "#8f8b77ff", - "text.disabled": "#8f8b77ff", - "text.accent": "#6684e0ff", - "icon": "#fefbecff", - "icon.muted": "#a4a08bff", - "icon.disabled": "#8f8b77ff", - "icon.placeholder": "#a4a08bff", - "icon.accent": "#6684e0ff", - "status_bar.background": "#45433bff", - "title_bar.background": "#45433bff", - "title_bar.inactive_background": "#262622ff", - "toolbar.background": "#20201dff", - "tab_bar.background": "#262622ff", - "tab.inactive_background": "#262622ff", - "tab.active_background": "#20201dff", - "search.match_background": "#6684e066", - "panel.background": "#262622ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#fefbec4c", - "scrollbar.thumb.hover_background": "#3b3933ff", - "scrollbar.thumb.border": "#3b3933ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#252521ff", - "editor.foreground": "#e8e4cfff", - "editor.background": "#20201dff", - "editor.gutter.background": "#20201dff", - "editor.subheader.background": "#262622ff", - "editor.active_line.background": "#262622bf", - "editor.highlighted_line.background": "#262622ff", - "editor.line_number": "#6d6c66", - "editor.active_line_number": "#dadad7", - "editor.hover_line_number": "#bab9b5", - "editor.invisible": "#8b8773ff", - "editor.wrap_guide": "#fefbec0d", - "editor.active_wrap_guide": "#fefbec1a", - "editor.document_highlight.read_background": "#6684e01a", - "editor.document_highlight.write_background": "#8b877366", - "terminal.background": "#20201dff", - "terminal.foreground": "#fefbecff", - "terminal.bright_foreground": "#fefbecff", - "terminal.dim_foreground": "#20201dff", - "terminal.ansi.black": "#20201dff", - "terminal.ansi.bright_black": "#7a7766ff", - "terminal.ansi.dim_black": "#fefbecff", - "terminal.ansi.red": "#d73837ff", - "terminal.ansi.bright_red": "#781c1eff", - "terminal.ansi.dim_red": "#f7a195ff", - "terminal.ansi.green": "#5fac39ff", - "terminal.ansi.bright_green": "#325322ff", - "terminal.ansi.dim_green": "#b3d69cff", - "terminal.ansi.yellow": "#ae9414ff", - "terminal.ansi.bright_yellow": "#574814ff", - "terminal.ansi.dim_yellow": "#dcc98eff", - "terminal.ansi.blue": "#6684e0ff", - "terminal.ansi.bright_blue": "#334173ff", - "terminal.ansi.dim_blue": "#b8c0f1ff", - "terminal.ansi.magenta": "#d43651ff", - "terminal.ansi.bright_magenta": "#721d2aff", - "terminal.ansi.dim_magenta": "#f29fa4ff", - "terminal.ansi.cyan": "#20ad83ff", - "terminal.ansi.bright_cyan": "#1d5341ff", - "terminal.ansi.dim_cyan": "#9ed7c0ff", - "terminal.ansi.white": "#fefbecff", - "terminal.ansi.bright_white": "#fefbecff", - "terminal.ansi.dim_white": "#9b9782ff", - "link_text.hover": "#6684e0ff", - "conflict": "#ae9414ff", - "conflict.background": "#2a200dff", - "conflict.border": "#413413ff", - "created": "#5fac39ff", - "created.background": "#192412ff", - "created.border": "#273c1bff", - "deleted": "#d73837ff", - "deleted.background": "#440d11ff", - "deleted.border": "#5e1519ff", - "error": "#d73837ff", - "error.background": "#440d11ff", - "error.border": "#5e1519ff", - "hidden": "#8f8b77ff", - "hidden.background": "#45433bff", - "hidden.border": "#58564bff", - "hint": "#b17272ff", - "hint.background": "#171e38ff", - "hint.border": "#262f56ff", - "ignored": "#8f8b77ff", - "ignored.background": "#45433bff", - "ignored.border": "#6c695cff", - "info": "#6684e0ff", - "info.background": "#171e38ff", - "info.border": "#262f56ff", - "modified": "#ae9414ff", - "modified.background": "#2a200dff", - "modified.border": "#413413ff", - "predictive": "#9c6262ff", - "predictive.background": "#192412ff", - "predictive.border": "#273c1bff", - "renamed": "#6684e0ff", - "renamed.background": "#171e38ff", - "renamed.border": "#262f56ff", - "success": "#5fac39ff", - "success.background": "#192412ff", - "success.border": "#273c1bff", - "unreachable": "#a4a08bff", - "unreachable.background": "#45433bff", - "unreachable.border": "#6c695cff", - "warning": "#ae9414ff", - "warning.background": "#2a200dff", - "warning.border": "#413413ff", - "players": [ - { - "cursor": "#6684e0ff", - "background": "#6684e0ff", - "selection": "#6684e03d" - }, - { - "cursor": "#d43651ff", - "background": "#d43651ff", - "selection": "#d436513d" - }, - { - "cursor": "#b65611ff", - "background": "#b65611ff", - "selection": "#b656113d" - }, - { - "cursor": "#b854d3ff", - "background": "#b854d3ff", - "selection": "#b854d33d" - }, - { - "cursor": "#20ad83ff", - "background": "#20ad83ff", - "selection": "#20ad833d" - }, - { - "cursor": "#d73837ff", - "background": "#d73837ff", - "selection": "#d738373d" - }, - { - "cursor": "#ae9414ff", - "background": "#ae9414ff", - "selection": "#ae94143d" - }, - { - "cursor": "#5fac39ff", - "background": "#5fac39ff", - "selection": "#5fac393d" - } - ], - "syntax": { - "attribute": { - "color": "#6684e0ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#5fac39ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#7d7a68ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#a6a28cff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#5fac39ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#6684e0ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#fefbecff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#6684e0ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#6684e0ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#b65611ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#6583e1ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#6583e1ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#ae9512ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#b17272ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#b854d4ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#6684e0ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#b65611ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#5fac39ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#b65610ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#a6a28cff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#9c6262ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#fefbecff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#e8e4cfff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#d73737ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#e8e4cfff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#a6a28cff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#a6a28cff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#e8e4cfff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#d43451ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#5fac38ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#a6a28cff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#1ead82ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#d43451ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#5fac38ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#6684e0ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#b65611ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#fefbecff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#ae9512ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#e8e4cfff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#b854d4ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#ae9512ff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Dune Light", - "appearance": "light", - "style": { - "border": "#a8a48eff", - "border.variant": "#d7d3beff", - "border.focused": "#cdd1f5ff", - "border.selected": "#cdd1f5ff", - "border.transparent": "#00000000", - "border.disabled": "#bbb7a1ff", - "elevated_surface.background": "#eeebd7ff", - "surface.background": "#eeebd7ff", - "background": "#cecab4ff", - "element.background": "#eeebd7ff", - "element.hover": "#d7d3beff", - "element.active": "#aaa690ff", - "element.selected": "#aaa690ff", - "element.disabled": "#eeebd7ff", - "drop_target.background": "#706d5f80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#d7d3beff", - "ghost_element.active": "#aaa690ff", - "ghost_element.selected": "#aaa690ff", - "ghost_element.disabled": "#eeebd7ff", - "text": "#20201dff", - "text.muted": "#706d5fff", - "text.placeholder": "#878471ff", - "text.disabled": "#878471ff", - "text.accent": "#6684dfff", - "icon": "#20201dff", - "icon.muted": "#706d5fff", - "icon.disabled": "#878471ff", - "icon.placeholder": "#706d5fff", - "icon.accent": "#6684dfff", - "status_bar.background": "#cecab4ff", - "title_bar.background": "#cecab4ff", - "title_bar.inactive_background": "#eeebd7ff", - "toolbar.background": "#fefbecff", - "tab_bar.background": "#eeebd7ff", - "tab.inactive_background": "#eeebd7ff", - "tab.active_background": "#fefbecff", - "search.match_background": "#6784e066", - "panel.background": "#eeebd7ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#20201d4c", - "scrollbar.thumb.hover_background": "#d7d3beff", - "scrollbar.thumb.border": "#d7d3beff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#f2eedcff", - "editor.foreground": "#292824ff", - "editor.background": "#fefbecff", - "editor.gutter.background": "#fefbecff", - "editor.subheader.background": "#eeebd7ff", - "editor.active_line.background": "#eeebd7bf", - "editor.highlighted_line.background": "#eeebd7ff", - "editor.line_number": "#b1afa5", - "editor.active_line_number": "#292824", - "editor.hover_line_number": "#44433b", - "editor.invisible": "#8b8773ff", - "editor.wrap_guide": "#20201d0d", - "editor.active_wrap_guide": "#20201d1a", - "editor.document_highlight.read_background": "#6684df1a", - "editor.document_highlight.write_background": "#8b877366", - "terminal.background": "#fefbecff", - "terminal.foreground": "#20201dff", - "terminal.bright_foreground": "#20201dff", - "terminal.dim_foreground": "#fefbecff", - "terminal.ansi.black": "#fefbecff", - "terminal.ansi.bright_black": "#9b9782ff", - "terminal.ansi.dim_black": "#20201dff", - "terminal.ansi.red": "#d73737ff", - "terminal.ansi.bright_red": "#f7a195ff", - "terminal.ansi.dim_red": "#781c1eff", - "terminal.ansi.green": "#61ac39ff", - "terminal.ansi.bright_green": "#b3d69cff", - "terminal.ansi.dim_green": "#325322ff", - "terminal.ansi.yellow": "#ae9414ff", - "terminal.ansi.bright_yellow": "#dcc98eff", - "terminal.ansi.dim_yellow": "#574814ff", - "terminal.ansi.blue": "#6684dfff", - "terminal.ansi.bright_blue": "#b8c0f1ff", - "terminal.ansi.dim_blue": "#334173ff", - "terminal.ansi.magenta": "#d43652ff", - "terminal.ansi.bright_magenta": "#f29fa4ff", - "terminal.ansi.dim_magenta": "#721d2aff", - "terminal.ansi.cyan": "#21ad82ff", - "terminal.ansi.bright_cyan": "#9ed7c0ff", - "terminal.ansi.dim_cyan": "#1d5341ff", - "terminal.ansi.white": "#20201dff", - "terminal.ansi.bright_white": "#20201dff", - "terminal.ansi.dim_white": "#7a7766ff", - "link_text.hover": "#6684dfff", - "conflict": "#ae9414ff", - "conflict.background": "#f2e8d1ff", - "conflict.border": "#e7d7aeff", - "created": "#61ac39ff", - "created.background": "#e0eed6ff", - "created.border": "#c9e1b7ff", - "deleted": "#d73737ff", - "deleted.background": "#fed8d3ff", - "deleted.border": "#fcbcb2ff", - "error": "#d73737ff", - "error.background": "#fed8d3ff", - "error.border": "#fcbcb2ff", - "hidden": "#878471ff", - "hidden.background": "#cecab4ff", - "hidden.border": "#bbb7a1ff", - "hint": "#b37979ff", - "hint.background": "#e3e5faff", - "hint.border": "#cdd1f5ff", - "ignored": "#878471ff", - "ignored.background": "#cecab4ff", - "ignored.border": "#a8a48eff", - "info": "#6684dfff", - "info.background": "#e3e5faff", - "info.border": "#cdd1f5ff", - "modified": "#ae9414ff", - "modified.background": "#f2e8d1ff", - "modified.border": "#e7d7aeff", - "predictive": "#c88a8aff", - "predictive.background": "#e0eed6ff", - "predictive.border": "#c9e1b7ff", - "renamed": "#6684dfff", - "renamed.background": "#e3e5faff", - "renamed.border": "#cdd1f5ff", - "success": "#61ac39ff", - "success.background": "#e0eed6ff", - "success.border": "#c9e1b7ff", - "unreachable": "#706d5fff", - "unreachable.background": "#cecab4ff", - "unreachable.border": "#a8a48eff", - "warning": "#ae9414ff", - "warning.background": "#f2e8d1ff", - "warning.border": "#e7d7aeff", - "players": [ - { - "cursor": "#6684dfff", - "background": "#6684dfff", - "selection": "#6684df3d" - }, - { - "cursor": "#d43652ff", - "background": "#d43652ff", - "selection": "#d436523d" - }, - { - "cursor": "#b65712ff", - "background": "#b65712ff", - "selection": "#b657123d" - }, - { - "cursor": "#b755d3ff", - "background": "#b755d3ff", - "selection": "#b755d33d" - }, - { - "cursor": "#21ad82ff", - "background": "#21ad82ff", - "selection": "#21ad823d" - }, - { - "cursor": "#d73737ff", - "background": "#d73737ff", - "selection": "#d737373d" - }, - { - "cursor": "#ae9414ff", - "background": "#ae9414ff", - "selection": "#ae94143d" - }, - { - "cursor": "#61ac39ff", - "background": "#61ac39ff", - "selection": "#61ac393d" - } - ], - "syntax": { - "attribute": { - "color": "#6684dfff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#61ac39ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#999580ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#6e6b5eff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#61ac39ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#6684dfff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#20201dff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#6684dfff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#6684dfff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#b65712ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#6583e1ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#6583e1ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#ae9512ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#b37979ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#b854d4ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#6684dfff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#b65712ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#61ac39ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#b65610ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#6e6b5eff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#c88a8aff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#20201dff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#292824ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#d73737ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#292824ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#6e6b5eff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#6e6b5eff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#292824ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#d43451ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#5fac38ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#6e6b5eff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#1ead82ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#d43451ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#5fac38ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#6684dfff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#b65712ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#20201dff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#ae9512ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#292824ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#b854d4ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#ae9512ff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Estuary Dark", - "appearance": "dark", - "style": { - "border": "#5d5c4cff", - "border.variant": "#3c3b31ff", - "border.focused": "#1c3927ff", - "border.selected": "#1c3927ff", - "border.transparent": "#00000000", - "border.disabled": "#504f41ff", - "elevated_surface.background": "#2c2b23ff", - "surface.background": "#2c2b23ff", - "background": "#424136ff", - "element.background": "#2c2b23ff", - "element.hover": "#3c3b31ff", - "element.active": "#5c5b4bff", - "element.selected": "#5c5b4bff", - "element.disabled": "#2c2b23ff", - "drop_target.background": "#91907f80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#3c3b31ff", - "ghost_element.active": "#5c5b4bff", - "ghost_element.selected": "#5c5b4bff", - "ghost_element.disabled": "#2c2b23ff", - "text": "#f4f3ecff", - "text.muted": "#91907fff", - "text.placeholder": "#7d7c6aff", - "text.disabled": "#7d7c6aff", - "text.accent": "#36a165ff", - "icon": "#f4f3ecff", - "icon.muted": "#91907fff", - "icon.disabled": "#7d7c6aff", - "icon.placeholder": "#91907fff", - "icon.accent": "#36a165ff", - "status_bar.background": "#424136ff", - "title_bar.background": "#424136ff", - "title_bar.inactive_background": "#2c2b23ff", - "toolbar.background": "#22221bff", - "tab_bar.background": "#2c2b23ff", - "tab.inactive_background": "#2c2b23ff", - "tab.active_background": "#22221bff", - "search.match_background": "#37a16666", - "panel.background": "#2c2b23ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#f4f3ec4c", - "scrollbar.thumb.hover_background": "#3c3b31ff", - "scrollbar.thumb.border": "#3c3b31ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#2a2922ff", - "editor.foreground": "#e7e6dfff", - "editor.background": "#22221bff", - "editor.gutter.background": "#22221bff", - "editor.subheader.background": "#2c2b23ff", - "editor.active_line.background": "#2c2b23bf", - "editor.highlighted_line.background": "#2c2b23ff", - "editor.line_number": "#6b6b65", - "editor.active_line_number": "#e6e6e5", - "editor.hover_line_number": "#babab6", - "editor.invisible": "#7a7867ff", - "editor.wrap_guide": "#f4f3ec0d", - "editor.active_wrap_guide": "#f4f3ec1a", - "editor.document_highlight.read_background": "#36a1651a", - "editor.document_highlight.write_background": "#7a786766", - "terminal.background": "#22221bff", - "terminal.foreground": "#f4f3ecff", - "terminal.bright_foreground": "#f4f3ecff", - "terminal.dim_foreground": "#22221bff", - "terminal.ansi.black": "#22221bff", - "terminal.ansi.bright_black": "#6a6958ff", - "terminal.ansi.dim_black": "#f4f3ecff", - "terminal.ansi.red": "#ba6136ff", - "terminal.ansi.bright_red": "#5c321eff", - "terminal.ansi.dim_red": "#e4af96ff", - "terminal.ansi.green": "#7d9726ff", - "terminal.ansi.bright_green": "#3e4919ff", - "terminal.ansi.dim_green": "#c0ca93ff", - "terminal.ansi.yellow": "#a5980fff", - "terminal.ansi.bright_yellow": "#514a13ff", - "terminal.ansi.dim_yellow": "#d7ca8dff", - "terminal.ansi.blue": "#36a165ff", - "terminal.ansi.bright_blue": "#234e34ff", - "terminal.ansi.dim_blue": "#a0d1b0ff", - "terminal.ansi.magenta": "#9d6b7bff", - "terminal.ansi.bright_magenta": "#4c373eff", - "terminal.ansi.dim_magenta": "#ceb3bbff", - "terminal.ansi.cyan": "#5a9d47ff", - "terminal.ansi.bright_cyan": "#314c27ff", - "terminal.ansi.dim_cyan": "#aecea1ff", - "terminal.ansi.white": "#f4f3ecff", - "terminal.ansi.bright_white": "#f4f3ecff", - "terminal.ansi.dim_white": "#898775ff", - "link_text.hover": "#36a165ff", - "conflict": "#a5980fff", - "conflict.background": "#25210dff", - "conflict.border": "#3b3612ff", - "created": "#7d9726ff", - "created.background": "#1e2110ff", - "created.border": "#2f3515ff", - "deleted": "#ba6136ff", - "deleted.background": "#2a1811ff", - "deleted.border": "#442618ff", - "error": "#ba6136ff", - "error.background": "#2a1811ff", - "error.border": "#442618ff", - "hidden": "#7d7c6aff", - "hidden.background": "#424136ff", - "hidden.border": "#504f41ff", - "hint": "#6f815aff", - "hint.background": "#142319ff", - "hint.border": "#1c3927ff", - "ignored": "#7d7c6aff", - "ignored.background": "#424136ff", - "ignored.border": "#5d5c4cff", - "info": "#36a165ff", - "info.background": "#142319ff", - "info.border": "#1c3927ff", - "modified": "#a5980fff", - "modified.background": "#25210dff", - "modified.border": "#3b3612ff", - "predictive": "#5f724cff", - "predictive.background": "#1e2110ff", - "predictive.border": "#2f3515ff", - "renamed": "#36a165ff", - "renamed.background": "#142319ff", - "renamed.border": "#1c3927ff", - "success": "#7d9726ff", - "success.background": "#1e2110ff", - "success.border": "#2f3515ff", - "unreachable": "#91907fff", - "unreachable.background": "#424136ff", - "unreachable.border": "#5d5c4cff", - "warning": "#a5980fff", - "warning.background": "#25210dff", - "warning.border": "#3b3612ff", - "players": [ - { - "cursor": "#36a165ff", - "background": "#36a165ff", - "selection": "#36a1653d" - }, - { - "cursor": "#9d6b7bff", - "background": "#9d6b7bff", - "selection": "#9d6b7b3d" - }, - { - "cursor": "#ae7214ff", - "background": "#ae7214ff", - "selection": "#ae72143d" - }, - { - "cursor": "#5f9182ff", - "background": "#5f9182ff", - "selection": "#5f91823d" - }, - { - "cursor": "#5a9d47ff", - "background": "#5a9d47ff", - "selection": "#5a9d473d" - }, - { - "cursor": "#ba6136ff", - "background": "#ba6136ff", - "selection": "#ba61363d" - }, - { - "cursor": "#a5980fff", - "background": "#a5980fff", - "selection": "#a5980f3d" - }, - { - "cursor": "#7d9726ff", - "background": "#7d9726ff", - "selection": "#7d97263d" - } - ], - "syntax": { - "attribute": { - "color": "#36a165ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#7d9726ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#6c6b5aff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#929181ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#7d9726ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#36a165ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#f4f3ecff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#36a165ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#36a165ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#ae7214ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#35a166ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#35a166ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#a5980cff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#6f815aff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#5f9182ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#36a165ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#ae7214ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#7d9726ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#ae7312ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#929181ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#5f724cff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#f4f3ecff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#e7e6dfff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#ba6135ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#e7e6dfff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#929181ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#929181ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#e7e6dfff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#9d6b7bff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#7c9725ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#929181ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#5a9d47ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#9d6b7bff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#7c9725ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#36a165ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#ae7214ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f4f3ecff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#a5980cff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#e7e6dfff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#5f9182ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#a5980cff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Estuary Light", - "appearance": "light", - "style": { - "border": "#969585ff", - "border.variant": "#d0cfc5ff", - "border.focused": "#bbddc6ff", - "border.selected": "#bbddc6ff", - "border.transparent": "#00000000", - "border.disabled": "#adac9fff", - "elevated_surface.background": "#ebeae3ff", - "surface.background": "#ebeae3ff", - "background": "#c5c4b9ff", - "element.background": "#ebeae3ff", - "element.hover": "#d0cfc5ff", - "element.active": "#989788ff", - "element.selected": "#989788ff", - "element.disabled": "#ebeae3ff", - "drop_target.background": "#61604f80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#d0cfc5ff", - "ghost_element.active": "#989788ff", - "ghost_element.selected": "#989788ff", - "ghost_element.disabled": "#ebeae3ff", - "text": "#22221bff", - "text.muted": "#61604fff", - "text.placeholder": "#767463ff", - "text.disabled": "#767463ff", - "text.accent": "#37a165ff", - "icon": "#22221bff", - "icon.muted": "#61604fff", - "icon.disabled": "#767463ff", - "icon.placeholder": "#61604fff", - "icon.accent": "#37a165ff", - "status_bar.background": "#c5c4b9ff", - "title_bar.background": "#c5c4b9ff", - "title_bar.inactive_background": "#ebeae3ff", - "toolbar.background": "#f4f3ecff", - "tab_bar.background": "#ebeae3ff", - "tab.inactive_background": "#ebeae3ff", - "tab.active_background": "#f4f3ecff", - "search.match_background": "#38a16666", - "panel.background": "#ebeae3ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#22221b4c", - "scrollbar.thumb.hover_background": "#d0cfc5ff", - "scrollbar.thumb.border": "#d0cfc5ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#edece5ff", - "editor.foreground": "#302f27ff", - "editor.background": "#f4f3ecff", - "editor.gutter.background": "#f4f3ecff", - "editor.subheader.background": "#ebeae3ff", - "editor.active_line.background": "#ebeae3bf", - "editor.highlighted_line.background": "#ebeae3ff", - "editor.line_number": "#abaaa4", - "editor.active_line_number": "#282725", - "editor.hover_line_number": "#42423d", - "editor.invisible": "#7a7867ff", - "editor.wrap_guide": "#22221b0d", - "editor.active_wrap_guide": "#22221b1a", - "editor.document_highlight.read_background": "#37a1651a", - "editor.document_highlight.write_background": "#7a786766", - "terminal.background": "#f4f3ecff", - "terminal.foreground": "#22221bff", - "terminal.bright_foreground": "#22221bff", - "terminal.dim_foreground": "#f4f3ecff", - "terminal.ansi.black": "#f4f3ecff", - "terminal.ansi.bright_black": "#898775ff", - "terminal.ansi.dim_black": "#22221bff", - "terminal.ansi.red": "#ba6336ff", - "terminal.ansi.bright_red": "#e4af96ff", - "terminal.ansi.dim_red": "#5c321eff", - "terminal.ansi.green": "#7c9728ff", - "terminal.ansi.bright_green": "#c0ca93ff", - "terminal.ansi.dim_green": "#3e4919ff", - "terminal.ansi.yellow": "#a5980fff", - "terminal.ansi.bright_yellow": "#d7ca8dff", - "terminal.ansi.dim_yellow": "#514a13ff", - "terminal.ansi.blue": "#37a165ff", - "terminal.ansi.bright_blue": "#a0d1b0ff", - "terminal.ansi.dim_blue": "#234e34ff", - "terminal.ansi.magenta": "#9d6b7bff", - "terminal.ansi.bright_magenta": "#ceb3bbff", - "terminal.ansi.dim_magenta": "#4c373eff", - "terminal.ansi.cyan": "#5c9d49ff", - "terminal.ansi.bright_cyan": "#aecea1ff", - "terminal.ansi.dim_cyan": "#314c27ff", - "terminal.ansi.white": "#22221bff", - "terminal.ansi.bright_white": "#22221bff", - "terminal.ansi.dim_white": "#6a6958ff", - "link_text.hover": "#37a165ff", - "conflict": "#a5980fff", - "conflict.background": "#f0e9d1ff", - "conflict.border": "#e3d8adff", - "created": "#7c9728ff", - "created.background": "#e6e9d3ff", - "created.border": "#d2d8b1ff", - "deleted": "#ba6336ff", - "deleted.background": "#f6ded4ff", - "deleted.border": "#edc5b3ff", - "error": "#ba6336ff", - "error.background": "#f6ded4ff", - "error.border": "#edc5b3ff", - "hidden": "#767463ff", - "hidden.background": "#c5c4b9ff", - "hidden.border": "#adac9fff", - "hint": "#758961ff", - "hint.background": "#d9ecdfff", - "hint.border": "#bbddc6ff", - "ignored": "#767463ff", - "ignored.background": "#c5c4b9ff", - "ignored.border": "#969585ff", - "info": "#37a165ff", - "info.background": "#d9ecdfff", - "info.border": "#bbddc6ff", - "modified": "#a5980fff", - "modified.background": "#f0e9d1ff", - "modified.border": "#e3d8adff", - "predictive": "#879a72ff", - "predictive.background": "#e6e9d3ff", - "predictive.border": "#d2d8b1ff", - "renamed": "#37a165ff", - "renamed.background": "#d9ecdfff", - "renamed.border": "#bbddc6ff", - "success": "#7c9728ff", - "success.background": "#e6e9d3ff", - "success.border": "#d2d8b1ff", - "unreachable": "#61604fff", - "unreachable.background": "#c5c4b9ff", - "unreachable.border": "#969585ff", - "warning": "#a5980fff", - "warning.background": "#f0e9d1ff", - "warning.border": "#e3d8adff", - "players": [ - { - "cursor": "#37a165ff", - "background": "#37a165ff", - "selection": "#37a1653d" - }, - { - "cursor": "#9d6b7bff", - "background": "#9d6b7bff", - "selection": "#9d6b7b3d" - }, - { - "cursor": "#ae7214ff", - "background": "#ae7214ff", - "selection": "#ae72143d" - }, - { - "cursor": "#5f9182ff", - "background": "#5f9182ff", - "selection": "#5f91823d" - }, - { - "cursor": "#5c9d49ff", - "background": "#5c9d49ff", - "selection": "#5c9d493d" - }, - { - "cursor": "#ba6336ff", - "background": "#ba6336ff", - "selection": "#ba63363d" - }, - { - "cursor": "#a5980fff", - "background": "#a5980fff", - "selection": "#a5980f3d" - }, - { - "cursor": "#7c9728ff", - "background": "#7c9728ff", - "selection": "#7c97283d" - } - ], - "syntax": { - "attribute": { - "color": "#37a165ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#7c9728ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#878573ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#5f5e4eff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#7c9728ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#37a165ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#22221bff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#37a165ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#37a165ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#ae7214ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#35a166ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#35a166ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#a5980cff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#758961ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#5f9182ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#37a165ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#ae7214ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#7c9728ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#ae7312ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#5f5e4eff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#879a72ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#22221bff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#302f27ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#ba6135ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#302f27ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#5f5e4eff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#5f5e4eff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#302f27ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#9d6b7bff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#7c9725ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#5f5e4eff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#5a9d47ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#9d6b7bff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#7c9725ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#37a165ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#ae7214ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#22221bff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#a5980cff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#302f27ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#5f9182ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#a5980cff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Forest Dark", - "appearance": "dark", - "style": { - "border": "#665f5cff", - "border.variant": "#3b3431ff", - "border.focused": "#182d5bff", - "border.selected": "#182d5bff", - "border.transparent": "#00000000", - "border.disabled": "#554e4bff", - "elevated_surface.background": "#27211eff", - "surface.background": "#27211eff", - "background": "#443c39ff", - "element.background": "#27211eff", - "element.hover": "#3b3431ff", - "element.active": "#645d5aff", - "element.selected": "#645d5aff", - "element.disabled": "#27211eff", - "drop_target.background": "#a79f9d80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#3b3431ff", - "ghost_element.active": "#645d5aff", - "ghost_element.selected": "#645d5aff", - "ghost_element.disabled": "#27211eff", - "text": "#f0eeedff", - "text.muted": "#a79f9dff", - "text.placeholder": "#8e8683ff", - "text.disabled": "#8e8683ff", - "text.accent": "#407ee6ff", - "icon": "#f0eeedff", - "icon.muted": "#a79f9dff", - "icon.disabled": "#8e8683ff", - "icon.placeholder": "#a79f9dff", - "icon.accent": "#407ee6ff", - "status_bar.background": "#443c39ff", - "title_bar.background": "#443c39ff", - "title_bar.inactive_background": "#27211eff", - "toolbar.background": "#1b1918ff", - "tab_bar.background": "#27211eff", - "tab.inactive_background": "#27211eff", - "tab.active_background": "#1b1918ff", - "search.match_background": "#417ee666", - "panel.background": "#27211eff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#f0eeed4c", - "scrollbar.thumb.hover_background": "#3b3431ff", - "scrollbar.thumb.border": "#3b3431ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#251f1dff", - "editor.foreground": "#e6e2e0ff", - "editor.background": "#1b1918ff", - "editor.gutter.background": "#1b1918ff", - "editor.subheader.background": "#27211eff", - "editor.active_line.background": "#27211ebf", - "editor.highlighted_line.background": "#27211eff", - "editor.line_number": "#656362k", - "editor.active_line_number": "#e6e5e5", - "editor.hover_line_number": "#b9b7b7", - "editor.invisible": "#89817dff", - "editor.wrap_guide": "#f0eeed0d", - "editor.active_wrap_guide": "#f0eeed1a", - "editor.document_highlight.read_background": "#407ee61a", - "editor.document_highlight.write_background": "#89817d66", - "terminal.background": "#1b1918ff", - "terminal.foreground": "#f0eeedff", - "terminal.bright_foreground": "#f0eeedff", - "terminal.dim_foreground": "#1b1918ff", - "terminal.ansi.black": "#1b1918ff", - "terminal.ansi.bright_black": "#746c69ff", - "terminal.ansi.dim_black": "#f0eeedff", - "terminal.ansi.red": "#f22c3fff", - "terminal.ansi.bright_red": "#8c1122ff", - "terminal.ansi.dim_red": "#ffa29aff", - "terminal.ansi.green": "#7a9726ff", - "terminal.ansi.bright_green": "#3d4919ff", - "terminal.ansi.dim_green": "#bfca93ff", - "terminal.ansi.yellow": "#c38418ff", - "terminal.ansi.bright_yellow": "#664115ff", - "terminal.ansi.dim_yellow": "#e8bf8dff", - "terminal.ansi.blue": "#407ee6ff", - "terminal.ansi.bright_blue": "#213f78ff", - "terminal.ansi.dim_blue": "#aebcf4ff", - "terminal.ansi.magenta": "#c340f2ff", - "terminal.ansi.bright_magenta": "#662086ff", - "terminal.ansi.dim_magenta": "#e7a6fbff", - "terminal.ansi.cyan": "#3d97b8ff", - "terminal.ansi.bright_cyan": "#264858ff", - "terminal.ansi.dim_cyan": "#a6cadbff", - "terminal.ansi.white": "#f0eeedff", - "terminal.ansi.bright_white": "#f0eeedff", - "terminal.ansi.dim_white": "#9e9693ff", - "link_text.hover": "#407ee6ff", - "conflict": "#c38418ff", - "conflict.background": "#371d0dff", - "conflict.border": "#4f2e11ff", - "created": "#7a9726ff", - "created.background": "#1d2110ff", - "created.border": "#2e3515ff", - "deleted": "#f22c3fff", - "deleted.background": "#540511ff", - "deleted.border": "#710b1aff", - "error": "#f22c3fff", - "error.background": "#540511ff", - "error.border": "#710b1aff", - "hidden": "#8e8683ff", - "hidden.background": "#443c39ff", - "hidden.border": "#554e4bff", - "hint": "#a77087ff", - "hint.background": "#0f1c3dff", - "hint.border": "#182d5bff", - "ignored": "#8e8683ff", - "ignored.background": "#443c39ff", - "ignored.border": "#665f5cff", - "info": "#407ee6ff", - "info.background": "#0f1c3dff", - "info.border": "#182d5bff", - "modified": "#c38418ff", - "modified.background": "#371d0dff", - "modified.border": "#4f2e11ff", - "predictive": "#8f5b70ff", - "predictive.background": "#1d2110ff", - "predictive.border": "#2e3515ff", - "renamed": "#407ee6ff", - "renamed.background": "#0f1c3dff", - "renamed.border": "#182d5bff", - "success": "#7a9726ff", - "success.background": "#1d2110ff", - "success.border": "#2e3515ff", - "unreachable": "#a79f9dff", - "unreachable.background": "#443c39ff", - "unreachable.border": "#665f5cff", - "warning": "#c38418ff", - "warning.background": "#371d0dff", - "warning.border": "#4f2e11ff", - "players": [ - { - "cursor": "#407ee6ff", - "background": "#407ee6ff", - "selection": "#407ee63d" - }, - { - "cursor": "#c340f2ff", - "background": "#c340f2ff", - "selection": "#c340f23d" - }, - { - "cursor": "#df5321ff", - "background": "#df5321ff", - "selection": "#df53213d" - }, - { - "cursor": "#6565e9ff", - "background": "#6565e9ff", - "selection": "#6565e93d" - }, - { - "cursor": "#3d97b8ff", - "background": "#3d97b8ff", - "selection": "#3d97b83d" - }, - { - "cursor": "#f22c3fff", - "background": "#f22c3fff", - "selection": "#f22c3f3d" - }, - { - "cursor": "#c38418ff", - "background": "#c38418ff", - "selection": "#c384183d" - }, - { - "cursor": "#7a9726ff", - "background": "#7a9726ff", - "selection": "#7a97263d" - } - ], - "syntax": { - "attribute": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#7a9726ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#766e6bff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#a8a19fff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#7a9726ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#f0eeedff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#df5321ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#3f7ee7ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#3f7ee7ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#c38417ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#a77087ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#6666eaff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#df5321ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#7a9726ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#df521fff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#a8a19fff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#8f5b70ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#f0eeedff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#e6e2e0ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#f22c40ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#e6e2e0ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#a8a19fff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#a8a19fff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#e6e2e0ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#c33ff3ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#7a9725ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#a8a19fff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#3c96b8ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#c33ff3ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#7a9725ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#df5321ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f0eeedff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#c38417ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#e6e2e0ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#6666eaff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#c38417ff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Forest Light", - "appearance": "light", - "style": { - "border": "#aaa3a1ff", - "border.variant": "#d6d1cfff", - "border.focused": "#c6cef7ff", - "border.selected": "#c6cef7ff", - "border.transparent": "#00000000", - "border.disabled": "#bcb6b4ff", - "elevated_surface.background": "#e9e6e4ff", - "surface.background": "#e9e6e4ff", - "background": "#ccc7c5ff", - "element.background": "#e9e6e4ff", - "element.hover": "#d6d1cfff", - "element.active": "#aca5a3ff", - "element.selected": "#aca5a3ff", - "element.disabled": "#e9e6e4ff", - "drop_target.background": "#6a636080", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#d6d1cfff", - "ghost_element.active": "#aca5a3ff", - "ghost_element.selected": "#aca5a3ff", - "ghost_element.disabled": "#e9e6e4ff", - "text": "#1b1918ff", - "text.muted": "#6a6360ff", - "text.placeholder": "#837b78ff", - "text.disabled": "#837b78ff", - "text.accent": "#407ee6ff", - "icon": "#1b1918ff", - "icon.muted": "#6a6360ff", - "icon.disabled": "#837b78ff", - "icon.placeholder": "#6a6360ff", - "icon.accent": "#407ee6ff", - "status_bar.background": "#ccc7c5ff", - "title_bar.background": "#ccc7c5ff", - "title_bar.inactive_background": "#e9e6e4ff", - "toolbar.background": "#f0eeedff", - "tab_bar.background": "#e9e6e4ff", - "tab.inactive_background": "#e9e6e4ff", - "tab.active_background": "#f0eeedff", - "search.match_background": "#417ee666", - "panel.background": "#e9e6e4ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#1b19184c", - "scrollbar.thumb.hover_background": "#d6d1cfff", - "scrollbar.thumb.border": "#d6d1cfff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#ebe8e6ff", - "editor.foreground": "#2c2421ff", - "editor.background": "#f0eeedff", - "editor.gutter.background": "#f0eeedff", - "editor.subheader.background": "#e9e6e4ff", - "editor.active_line.background": "#e9e6e4bf", - "editor.highlighted_line.background": "#e9e6e4ff", - "editor.line_number": "#a3a19f", - "editor.active_line_number": "#272625", - "editor.hover_line_number": "#4e4d4b", - "editor.invisible": "#89817dff", - "editor.wrap_guide": "#1b19180d", - "editor.active_wrap_guide": "#1b19181a", - "editor.document_highlight.read_background": "#407ee61a", - "editor.document_highlight.write_background": "#89817d66", - "terminal.background": "#f0eeedff", - "terminal.foreground": "#1b1918ff", - "terminal.bright_foreground": "#1b1918ff", - "terminal.dim_foreground": "#f0eeedff", - "terminal.ansi.black": "#f0eeedff", - "terminal.ansi.bright_black": "#9e9693ff", - "terminal.ansi.dim_black": "#1b1918ff", - "terminal.ansi.red": "#f22e40ff", - "terminal.ansi.bright_red": "#ffa29aff", - "terminal.ansi.dim_red": "#8c1122ff", - "terminal.ansi.green": "#7a9728ff", - "terminal.ansi.bright_green": "#bfca93ff", - "terminal.ansi.dim_green": "#3d4919ff", - "terminal.ansi.yellow": "#c38419ff", - "terminal.ansi.bright_yellow": "#e8bf8dff", - "terminal.ansi.dim_yellow": "#664115ff", - "terminal.ansi.blue": "#407ee6ff", - "terminal.ansi.bright_blue": "#aebcf4ff", - "terminal.ansi.dim_blue": "#213f78ff", - "terminal.ansi.magenta": "#c340f2ff", - "terminal.ansi.bright_magenta": "#e7a6fbff", - "terminal.ansi.dim_magenta": "#662086ff", - "terminal.ansi.cyan": "#3e96b8ff", - "terminal.ansi.bright_cyan": "#a6cadbff", - "terminal.ansi.dim_cyan": "#264858ff", - "terminal.ansi.white": "#1b1918ff", - "terminal.ansi.bright_white": "#1b1918ff", - "terminal.ansi.dim_white": "#746c69ff", - "link_text.hover": "#407ee6ff", - "conflict": "#c38419ff", - "conflict.background": "#f8e5d1ff", - "conflict.border": "#f0d1adff", - "created": "#7a9728ff", - "created.background": "#e5e9d3ff", - "created.border": "#d1d8b1ff", - "deleted": "#f22e40ff", - "deleted.background": "#ffdad5ff", - "deleted.border": "#ffbdb6ff", - "error": "#f22e40ff", - "error.background": "#ffdad5ff", - "error.border": "#ffbdb6ff", - "hidden": "#837b78ff", - "hidden.background": "#ccc7c5ff", - "hidden.border": "#bcb6b4ff", - "hint": "#a67287ff", - "hint.background": "#dfe3fbff", - "hint.border": "#c6cef7ff", - "ignored": "#837b78ff", - "ignored.background": "#ccc7c5ff", - "ignored.border": "#aaa3a1ff", - "info": "#407ee6ff", - "info.background": "#dfe3fbff", - "info.border": "#c6cef7ff", - "modified": "#c38419ff", - "modified.background": "#f8e5d1ff", - "modified.border": "#f0d1adff", - "predictive": "#be899eff", - "predictive.background": "#e5e9d3ff", - "predictive.border": "#d1d8b1ff", - "renamed": "#407ee6ff", - "renamed.background": "#dfe3fbff", - "renamed.border": "#c6cef7ff", - "success": "#7a9728ff", - "success.background": "#e5e9d3ff", - "success.border": "#d1d8b1ff", - "unreachable": "#6a6360ff", - "unreachable.background": "#ccc7c5ff", - "unreachable.border": "#aaa3a1ff", - "warning": "#c38419ff", - "warning.background": "#f8e5d1ff", - "warning.border": "#f0d1adff", - "players": [ - { - "cursor": "#407ee6ff", - "background": "#407ee6ff", - "selection": "#407ee63d" - }, - { - "cursor": "#c340f2ff", - "background": "#c340f2ff", - "selection": "#c340f23d" - }, - { - "cursor": "#df5421ff", - "background": "#df5421ff", - "selection": "#df54213d" - }, - { - "cursor": "#6765e9ff", - "background": "#6765e9ff", - "selection": "#6765e93d" - }, - { - "cursor": "#3e96b8ff", - "background": "#3e96b8ff", - "selection": "#3e96b83d" - }, - { - "cursor": "#f22e40ff", - "background": "#f22e40ff", - "selection": "#f22e403d" - }, - { - "cursor": "#c38419ff", - "background": "#c38419ff", - "selection": "#c384193d" - }, - { - "cursor": "#7a9728ff", - "background": "#7a9728ff", - "selection": "#7a97283d" - } - ], - "syntax": { - "attribute": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#7a9728ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#9c9491ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#68615eff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#7a9728ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#1b1918ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#df5421ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#3f7ee7ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#3f7ee7ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#c38417ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#a67287ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#6666eaff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#df5421ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#7a9728ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#df521fff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#68615eff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#be899eff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#1b1918ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#2c2421ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#f22c40ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#2c2421ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#68615eff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#68615eff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#2c2421ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#c33ff3ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#7a9725ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#68615eff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#3c96b8ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#c33ff3ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#7a9725ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#407ee6ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#df5421ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#1b1918ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#c38417ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#2c2421ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#6666eaff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#c38417ff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Heath Dark", - "appearance": "dark", - "style": { - "border": "#675b67ff", - "border.variant": "#393239ff", - "border.focused": "#192961ff", - "border.selected": "#192961ff", - "border.transparent": "#00000000", - "border.disabled": "#554a55ff", - "elevated_surface.background": "#252025ff", - "surface.background": "#252025ff", - "background": "#433a43ff", - "element.background": "#252025ff", - "element.hover": "#393239ff", - "element.active": "#655965ff", - "element.selected": "#655965ff", - "element.disabled": "#252025ff", - "drop_target.background": "#a899a880", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#393239ff", - "ghost_element.active": "#655965ff", - "ghost_element.selected": "#655965ff", - "ghost_element.disabled": "#252025ff", - "text": "#f7f3f7ff", - "text.muted": "#a899a8ff", - "text.placeholder": "#908190ff", - "text.disabled": "#908190ff", - "text.accent": "#5169ebff", - "icon": "#f7f3f7ff", - "icon.muted": "#a899a8ff", - "icon.disabled": "#908190ff", - "icon.placeholder": "#a899a8ff", - "icon.accent": "#5169ebff", - "status_bar.background": "#433a43ff", - "title_bar.background": "#433a43ff", - "title_bar.inactive_background": "#252025ff", - "toolbar.background": "#1b181bff", - "tab_bar.background": "#252025ff", - "tab.inactive_background": "#252025ff", - "tab.active_background": "#1b181bff", - "search.match_background": "#526aeb66", - "panel.background": "#252025ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#f7f3f74c", - "scrollbar.thumb.hover_background": "#393239ff", - "scrollbar.thumb.border": "#393239ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#231e23ff", - "editor.foreground": "#d8cad8ff", - "editor.background": "#1b181bff", - "editor.gutter.background": "#1b181bff", - "editor.subheader.background": "#252025ff", - "editor.active_line.background": "#252025bf", - "editor.highlighted_line.background": "#252025ff", - "editor.line_number": "#555256", - "editor.active_line_number": "#e6e5e6", - "editor.hover_line_number": "#c0bec1", - "editor.invisible": "#8b7b8bff", - "editor.wrap_guide": "#f7f3f70d", - "editor.active_wrap_guide": "#f7f3f71a", - "editor.document_highlight.read_background": "#5169eb1a", - "editor.document_highlight.write_background": "#8b7b8b66", - "terminal.background": "#1b181bff", - "terminal.foreground": "#f7f3f7ff", - "terminal.bright_foreground": "#f7f3f7ff", - "terminal.dim_foreground": "#1b181bff", - "terminal.ansi.black": "#1b181bff", - "terminal.ansi.bright_black": "#756775ff", - "terminal.ansi.dim_black": "#f7f3f7ff", - "terminal.ansi.red": "#ca3f2bff", - "terminal.ansi.bright_red": "#6d221aff", - "terminal.ansi.dim_red": "#f0a28fff", - "terminal.ansi.green": "#918b3aff", - "terminal.ansi.bright_green": "#474422ff", - "terminal.ansi.dim_green": "#cac49aff", - "terminal.ansi.yellow": "#bb8a35ff", - "terminal.ansi.bright_yellow": "#5e441eff", - "terminal.ansi.dim_yellow": "#e2c398ff", - "terminal.ansi.blue": "#5169ebff", - "terminal.ansi.bright_blue": "#26367eff", - "terminal.ansi.dim_blue": "#b4b2f7ff", - "terminal.ansi.magenta": "#cc34ccff", - "terminal.ansi.bright_magenta": "#6c1e66ff", - "terminal.ansi.dim_magenta": "#eba2e6ff", - "terminal.ansi.cyan": "#189393ff", - "terminal.ansi.bright_cyan": "#1a4848ff", - "terminal.ansi.dim_cyan": "#99c8c7ff", - "terminal.ansi.white": "#f7f3f7ff", - "terminal.ansi.bright_white": "#f7f3f7ff", - "terminal.ansi.dim_white": "#a091a0ff", - "link_text.hover": "#5169ebff", - "conflict": "#bb8a35ff", - "conflict.background": "#2d1e11ff", - "conflict.border": "#463218ff", - "created": "#918b3aff", - "created.background": "#211f12ff", - "created.border": "#34321bff", - "deleted": "#ca3f2bff", - "deleted.background": "#3c110eff", - "deleted.border": "#541a15ff", - "error": "#ca3f2bff", - "error.background": "#3c110eff", - "error.border": "#541a15ff", - "hidden": "#908190ff", - "hidden.background": "#433a43ff", - "hidden.border": "#554a55ff", - "hint": "#8d70a8ff", - "hint.background": "#0d1a43ff", - "hint.border": "#192961ff", - "ignored": "#908190ff", - "ignored.background": "#433a43ff", - "ignored.border": "#675b67ff", - "info": "#5169ebff", - "info.background": "#0d1a43ff", - "info.border": "#192961ff", - "modified": "#bb8a35ff", - "modified.background": "#2d1e11ff", - "modified.border": "#463218ff", - "predictive": "#75588fff", - "predictive.background": "#211f12ff", - "predictive.border": "#34321bff", - "renamed": "#5169ebff", - "renamed.background": "#0d1a43ff", - "renamed.border": "#192961ff", - "success": "#918b3aff", - "success.background": "#211f12ff", - "success.border": "#34321bff", - "unreachable": "#a899a8ff", - "unreachable.background": "#433a43ff", - "unreachable.border": "#675b67ff", - "warning": "#bb8a35ff", - "warning.background": "#2d1e11ff", - "warning.border": "#463218ff", - "players": [ - { - "cursor": "#5169ebff", - "background": "#5169ebff", - "selection": "#5169eb3d" - }, - { - "cursor": "#cc34ccff", - "background": "#cc34ccff", - "selection": "#cc34cc3d" - }, - { - "cursor": "#a65827ff", - "background": "#a65827ff", - "selection": "#a658273d" - }, - { - "cursor": "#7b58bfff", - "background": "#7b58bfff", - "selection": "#7b58bf3d" - }, - { - "cursor": "#189393ff", - "background": "#189393ff", - "selection": "#1893933d" - }, - { - "cursor": "#ca3f2bff", - "background": "#ca3f2bff", - "selection": "#ca3f2b3d" - }, - { - "cursor": "#bb8a35ff", - "background": "#bb8a35ff", - "selection": "#bb8a353d" - }, - { - "cursor": "#918b3aff", - "background": "#918b3aff", - "selection": "#918b3a3d" - } - ], - "syntax": { - "attribute": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#918b3aff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#776977ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#ab9babff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#918b3aff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#f7f3f7ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#5169ebff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#a65827ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#506aecff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#506aecff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#bb8a34ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#8d70a8ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#7b58bfff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#a65827ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#918b3aff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#a65825ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#ab9babff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#75588fff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#f7f3f7ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#d8cad8ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#ca3f2aff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#d8cad8ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#ab9babff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#ab9babff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#d8cad8ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#cc32ccff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#918b3aff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#ab9babff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#149393ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#cc32ccff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#918b3aff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#a65827ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f7f3f7ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#bb8a34ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#d8cad8ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#7b58bfff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#bb8a34ff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Heath Light", - "appearance": "light", - "style": { - "border": "#ad9dadff", - "border.variant": "#ccbdccff", - "border.focused": "#cac7faff", - "border.selected": "#cac7faff", - "border.transparent": "#00000000", - "border.disabled": "#baaabaff", - "elevated_surface.background": "#e0d5e0ff", - "surface.background": "#e0d5e0ff", - "background": "#c6b8c6ff", - "element.background": "#e0d5e0ff", - "element.hover": "#ccbdccff", - "element.active": "#ae9eaeff", - "element.selected": "#ae9eaeff", - "element.disabled": "#e0d5e0ff", - "drop_target.background": "#6b5e6b80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#ccbdccff", - "ghost_element.active": "#ae9eaeff", - "ghost_element.selected": "#ae9eaeff", - "ghost_element.disabled": "#e0d5e0ff", - "text": "#1b181bff", - "text.muted": "#6b5e6bff", - "text.placeholder": "#857785ff", - "text.disabled": "#857785ff", - "text.accent": "#5169ebff", - "icon": "#1b181bff", - "icon.muted": "#6b5e6bff", - "icon.disabled": "#857785ff", - "icon.placeholder": "#6b5e6bff", - "icon.accent": "#5169ebff", - "status_bar.background": "#c6b8c6ff", - "title_bar.background": "#c6b8c6ff", - "title_bar.inactive_background": "#e0d5e0ff", - "toolbar.background": "#f7f3f7ff", - "tab_bar.background": "#e0d5e0ff", - "tab.inactive_background": "#e0d5e0ff", - "tab.active_background": "#f7f3f7ff", - "search.match_background": "#526aeb66", - "panel.background": "#e0d5e0ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#1b181b4c", - "scrollbar.thumb.hover_background": "#ccbdccff", - "scrollbar.thumb.border": "#ccbdccff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#e5dce5ff", - "editor.foreground": "#292329ff", - "editor.background": "#f7f3f7ff", - "editor.gutter.background": "#f7f3f7ff", - "editor.subheader.background": "#e0d5e0ff", - "editor.active_line.background": "#e0d5e0bf", - "editor.highlighted_line.background": "#e0d5e0ff", - "editor.line_number": "#a9a7aa", - "editor.active_line_number": "#262627", - "editor.hover_line_number": "#403f41", - "editor.invisible": "#8b7b8bff", - "editor.wrap_guide": "#1b181b0d", - "editor.active_wrap_guide": "#1b181b1a", - "editor.document_highlight.read_background": "#5169eb1a", - "editor.document_highlight.write_background": "#8b7b8b66", - "terminal.background": "#f7f3f7ff", - "terminal.foreground": "#1b181bff", - "terminal.bright_foreground": "#1b181bff", - "terminal.dim_foreground": "#f7f3f7ff", - "terminal.ansi.black": "#f7f3f7ff", - "terminal.ansi.bright_black": "#a091a0ff", - "terminal.ansi.dim_black": "#1b181bff", - "terminal.ansi.red": "#ca402bff", - "terminal.ansi.bright_red": "#f0a28fff", - "terminal.ansi.dim_red": "#6d221aff", - "terminal.ansi.green": "#918b3bff", - "terminal.ansi.bright_green": "#cac49aff", - "terminal.ansi.dim_green": "#474422ff", - "terminal.ansi.yellow": "#bb8a35ff", - "terminal.ansi.bright_yellow": "#e2c398ff", - "terminal.ansi.dim_yellow": "#5e441eff", - "terminal.ansi.blue": "#5169ebff", - "terminal.ansi.bright_blue": "#b4b2f7ff", - "terminal.ansi.dim_blue": "#26367eff", - "terminal.ansi.magenta": "#cc34ccff", - "terminal.ansi.bright_magenta": "#eba2e6ff", - "terminal.ansi.dim_magenta": "#6c1e66ff", - "terminal.ansi.cyan": "#189393ff", - "terminal.ansi.bright_cyan": "#99c8c7ff", - "terminal.ansi.dim_cyan": "#1a4848ff", - "terminal.ansi.white": "#1b181bff", - "terminal.ansi.bright_white": "#1b181bff", - "terminal.ansi.dim_white": "#756775ff", - "link_text.hover": "#5169ebff", - "conflict": "#bb8a35ff", - "conflict.background": "#f5e6d5ff", - "conflict.border": "#ebd3b5ff", - "created": "#918b3bff", - "created.background": "#eae6d6ff", - "created.border": "#d8d3b5ff", - "deleted": "#ca402bff", - "deleted.background": "#fcd9d1ff", - "deleted.border": "#f7bcaeff", - "error": "#ca402bff", - "error.background": "#fcd9d1ff", - "error.border": "#f7bcaeff", - "hidden": "#857785ff", - "hidden.background": "#c6b8c6ff", - "hidden.border": "#baaabaff", - "hint": "#8c70a6ff", - "hint.background": "#e2dffcff", - "hint.border": "#cac7faff", - "ignored": "#857785ff", - "ignored.background": "#c6b8c6ff", - "ignored.border": "#ad9dadff", - "info": "#5169ebff", - "info.background": "#e2dffcff", - "info.border": "#cac7faff", - "modified": "#bb8a35ff", - "modified.background": "#f5e6d5ff", - "modified.border": "#ebd3b5ff", - "predictive": "#a487bfff", - "predictive.background": "#eae6d6ff", - "predictive.border": "#d8d3b5ff", - "renamed": "#5169ebff", - "renamed.background": "#e2dffcff", - "renamed.border": "#cac7faff", - "success": "#918b3bff", - "success.background": "#eae6d6ff", - "success.border": "#d8d3b5ff", - "unreachable": "#6b5e6bff", - "unreachable.background": "#c6b8c6ff", - "unreachable.border": "#ad9dadff", - "warning": "#bb8a35ff", - "warning.background": "#f5e6d5ff", - "warning.border": "#ebd3b5ff", - "players": [ - { - "cursor": "#5169ebff", - "background": "#5169ebff", - "selection": "#5169eb3d" - }, - { - "cursor": "#cc34ccff", - "background": "#cc34ccff", - "selection": "#cc34cc3d" - }, - { - "cursor": "#a65927ff", - "background": "#a65927ff", - "selection": "#a659273d" - }, - { - "cursor": "#7a5ac0ff", - "background": "#7a5ac0ff", - "selection": "#7a5ac03d" - }, - { - "cursor": "#189393ff", - "background": "#189393ff", - "selection": "#1893933d" - }, - { - "cursor": "#ca402bff", - "background": "#ca402bff", - "selection": "#ca402b3d" - }, - { - "cursor": "#bb8a35ff", - "background": "#bb8a35ff", - "selection": "#bb8a353d" - }, - { - "cursor": "#918b3bff", - "background": "#918b3bff", - "selection": "#918b3b3d" - } - ], - "syntax": { - "attribute": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#918b3bff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#9e8f9eff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#695d69ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#918b3bff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#1b181bff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#5169ebff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#a65927ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#506aecff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#506aecff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#bb8a34ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#8c70a6ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#7b58bfff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#a65927ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#918b3bff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#a65825ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#695d69ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#a487bfff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#1b181bff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#292329ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#ca3f2aff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#292329ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#695d69ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#695d69ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#292329ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#cc32ccff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#918b3aff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#695d69ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#149393ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#cc32ccff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#918b3aff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#5169ebff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#a65927ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#1b181bff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#bb8a34ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#292329ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#7b58bfff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#bb8a34ff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Lakeside Dark", - "appearance": "dark", - "style": { - "border": "#4f6a78ff", - "border.variant": "#2c3b42ff", - "border.focused": "#1a2f3cff", - "border.selected": "#1a2f3cff", - "border.transparent": "#00000000", - "border.disabled": "#415763ff", - "elevated_surface.background": "#1c2529ff", - "surface.background": "#1c2529ff", - "background": "#33444dff", - "element.background": "#1c2529ff", - "element.hover": "#2c3b42ff", - "element.active": "#4d6876ff", - "element.selected": "#4d6876ff", - "element.disabled": "#1c2529ff", - "drop_target.background": "#7c9fb380", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#2c3b42ff", - "ghost_element.active": "#4d6876ff", - "ghost_element.selected": "#4d6876ff", - "ghost_element.disabled": "#1c2529ff", - "text": "#ebf8ffff", - "text.muted": "#7c9fb3ff", - "text.placeholder": "#688c9dff", - "text.disabled": "#688c9dff", - "text.accent": "#267eadff", - "icon": "#ebf8ffff", - "icon.muted": "#7c9fb3ff", - "icon.disabled": "#688c9dff", - "icon.placeholder": "#7c9fb3ff", - "icon.accent": "#267eadff", - "status_bar.background": "#33444dff", - "title_bar.background": "#33444dff", - "title_bar.inactive_background": "#1c2529ff", - "toolbar.background": "#161b1dff", - "tab_bar.background": "#1c2529ff", - "tab.inactive_background": "#1c2529ff", - "tab.active_background": "#161b1dff", - "search.match_background": "#277fad66", - "panel.background": "#1c2529ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#ebf8ff4c", - "scrollbar.thumb.hover_background": "#2c3b42ff", - "scrollbar.thumb.border": "#2c3b42ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#1b2327ff", - "editor.foreground": "#c1e4f6ff", - "editor.background": "#161b1dff", - "editor.gutter.background": "#161b1dff", - "editor.subheader.background": "#1c2529ff", - "editor.active_line.background": "#1c2529bf", - "editor.highlighted_line.background": "#1c2529ff", - "editor.line_number": "#61686ck", - "editor.active_line_number": "#eaebec", - "editor.hover_line_number": "#bcc0c3", - "editor.invisible": "#66889aff", - "editor.wrap_guide": "#ebf8ff0d", - "editor.active_wrap_guide": "#ebf8ff1a", - "editor.document_highlight.read_background": "#267ead1a", - "editor.document_highlight.write_background": "#66889a66", - "terminal.background": "#161b1dff", - "terminal.foreground": "#ebf8ffff", - "terminal.bright_foreground": "#ebf8ffff", - "terminal.dim_foreground": "#161b1dff", - "terminal.ansi.black": "#161b1dff", - "terminal.ansi.bright_black": "#577889ff", - "terminal.ansi.dim_black": "#ebf8ffff", - "terminal.ansi.red": "#d22e72ff", - "terminal.ansi.bright_red": "#6f1c3aff", - "terminal.ansi.dim_red": "#f09fb6ff", - "terminal.ansi.green": "#558c3aff", - "terminal.ansi.bright_green": "#2e4522ff", - "terminal.ansi.dim_green": "#aac499ff", - "terminal.ansi.yellow": "#8a8a10ff", - "terminal.ansi.bright_yellow": "#454413ff", - "terminal.ansi.dim_yellow": "#c7c28aff", - "terminal.ansi.blue": "#267eadff", - "terminal.ansi.bright_blue": "#1d3f53ff", - "terminal.ansi.dim_blue": "#9ebcd6ff", - "terminal.ansi.magenta": "#b72ed2ff", - "terminal.ansi.bright_magenta": "#5c1e6bff", - "terminal.ansi.dim_magenta": "#e09fe9ff", - "terminal.ansi.cyan": "#2d8f6fff", - "terminal.ansi.bright_cyan": "#1e4637ff", - "terminal.ansi.dim_cyan": "#9bc7b5ff", - "terminal.ansi.white": "#ebf8ffff", - "terminal.ansi.bright_white": "#ebf8ffff", - "terminal.ansi.dim_white": "#7296a9ff", - "link_text.hover": "#267eadff", - "conflict": "#8a8a10ff", - "conflict.background": "#201e0cff", - "conflict.border": "#323111ff", - "created": "#558c3aff", - "created.background": "#171f12ff", - "created.border": "#23321bff", - "deleted": "#d22e72ff", - "deleted.background": "#39101bff", - "deleted.border": "#55152bff", - "error": "#d22e72ff", - "error.background": "#39101bff", - "error.border": "#55152bff", - "hidden": "#688c9dff", - "hidden.background": "#33444dff", - "hidden.border": "#415763ff", - "hint": "#52809aff", - "hint.background": "#121c24ff", - "hint.border": "#1a2f3cff", - "ignored": "#688c9dff", - "ignored.background": "#33444dff", - "ignored.border": "#4f6a78ff", - "info": "#267eadff", - "info.background": "#121c24ff", - "info.border": "#1a2f3cff", - "modified": "#8a8a10ff", - "modified.background": "#201e0cff", - "modified.border": "#323111ff", - "predictive": "#426f88ff", - "predictive.background": "#171f12ff", - "predictive.border": "#23321bff", - "renamed": "#267eadff", - "renamed.background": "#121c24ff", - "renamed.border": "#1a2f3cff", - "success": "#558c3aff", - "success.background": "#171f12ff", - "success.border": "#23321bff", - "unreachable": "#7c9fb3ff", - "unreachable.background": "#33444dff", - "unreachable.border": "#4f6a78ff", - "warning": "#8a8a10ff", - "warning.background": "#201e0cff", - "warning.border": "#323111ff", - "players": [ - { - "cursor": "#267eadff", - "background": "#267eadff", - "selection": "#267ead3d" - }, - { - "cursor": "#b72ed2ff", - "background": "#b72ed2ff", - "selection": "#b72ed23d" - }, - { - "cursor": "#935b25ff", - "background": "#935b25ff", - "selection": "#935b253d" - }, - { - "cursor": "#6a6ab7ff", - "background": "#6a6ab7ff", - "selection": "#6a6ab73d" - }, - { - "cursor": "#2d8f6fff", - "background": "#2d8f6fff", - "selection": "#2d8f6f3d" - }, - { - "cursor": "#d22e72ff", - "background": "#d22e72ff", - "selection": "#d22e723d" - }, - { - "cursor": "#8a8a10ff", - "background": "#8a8a10ff", - "selection": "#8a8a103d" - }, - { - "cursor": "#558c3aff", - "background": "#558c3aff", - "selection": "#558c3a3d" - } - ], - "syntax": { - "attribute": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#558c3aff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#5a7b8cff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#7ea2b4ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#558c3aff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#ebf8ffff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#267eadff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#935b25ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#247eadff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#247eadff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#8a8a0eff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#52809aff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#6a6ab7ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#935b25ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#558c3aff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#935c24ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#7ea2b4ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#426f88ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#ebf8ffff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#c1e4f6ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#d22c72ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#c1e4f6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#7ea2b4ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#7ea2b4ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#c1e4f6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#b72cd2ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#558c3aff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#7ea2b4ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#2c8f6eff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#b72cd2ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#558c3aff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#935b25ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#ebf8ffff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#8a8a0eff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#c1e4f6ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#6a6ab7ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#8a8a0eff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Lakeside Light", - "appearance": "light", - "style": { - "border": "#80a4b6ff", - "border.variant": "#b0d3e5ff", - "border.focused": "#b9cee0ff", - "border.selected": "#b9cee0ff", - "border.transparent": "#00000000", - "border.disabled": "#93b7c9ff", - "elevated_surface.background": "#cdeaf9ff", - "surface.background": "#cdeaf9ff", - "background": "#a6cadcff", - "element.background": "#cdeaf9ff", - "element.hover": "#b0d3e5ff", - "element.active": "#82a6b8ff", - "element.selected": "#82a6b8ff", - "element.disabled": "#cdeaf9ff", - "drop_target.background": "#526f7d80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#b0d3e5ff", - "ghost_element.active": "#82a6b8ff", - "ghost_element.selected": "#82a6b8ff", - "ghost_element.disabled": "#cdeaf9ff", - "text": "#161b1dff", - "text.muted": "#526f7dff", - "text.placeholder": "#628496ff", - "text.disabled": "#628496ff", - "text.accent": "#267eadff", - "icon": "#161b1dff", - "icon.muted": "#526f7dff", - "icon.disabled": "#628496ff", - "icon.placeholder": "#526f7dff", - "icon.accent": "#267eadff", - "status_bar.background": "#a6cadcff", - "title_bar.background": "#a6cadcff", - "title_bar.inactive_background": "#cdeaf9ff", - "toolbar.background": "#ebf8ffff", - "tab_bar.background": "#cdeaf9ff", - "tab.inactive_background": "#cdeaf9ff", - "tab.active_background": "#ebf8ffff", - "search.match_background": "#277fad66", - "panel.background": "#cdeaf9ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#161b1d4c", - "scrollbar.thumb.hover_background": "#b0d3e5ff", - "scrollbar.thumb.border": "#b0d3e5ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#d3edfaff", - "editor.foreground": "#1f292eff", - "editor.background": "#ebf8ffff", - "editor.gutter.background": "#ebf8ffff", - "editor.subheader.background": "#cdeaf9ff", - "editor.active_line.background": "#cdeaf9bf", - "editor.highlighted_line.background": "#cdeaf9ff", - "editor.line_number": "#a3abafk", - "editor.active_line_number": "#242729", - "editor.hover_line_number": "#3b4144", - "editor.invisible": "#66889aff", - "editor.wrap_guide": "#161b1d0d", - "editor.active_wrap_guide": "#161b1d1a", - "editor.document_highlight.read_background": "#267ead1a", - "editor.document_highlight.write_background": "#66889a66", - "terminal.background": "#ebf8ffff", - "terminal.foreground": "#161b1dff", - "terminal.bright_foreground": "#161b1dff", - "terminal.dim_foreground": "#ebf8ffff", - "terminal.ansi.black": "#ebf8ffff", - "terminal.ansi.bright_black": "#7296a9ff", - "terminal.ansi.dim_black": "#161b1dff", - "terminal.ansi.red": "#d22e71ff", - "terminal.ansi.bright_red": "#f09fb6ff", - "terminal.ansi.dim_red": "#6f1c3aff", - "terminal.ansi.green": "#568c3bff", - "terminal.ansi.bright_green": "#aac499ff", - "terminal.ansi.dim_green": "#2e4522ff", - "terminal.ansi.yellow": "#8a8a10ff", - "terminal.ansi.bright_yellow": "#c7c28aff", - "terminal.ansi.dim_yellow": "#454413ff", - "terminal.ansi.blue": "#267eadff", - "terminal.ansi.bright_blue": "#9ebcd6ff", - "terminal.ansi.dim_blue": "#1d3f53ff", - "terminal.ansi.magenta": "#b72ed2ff", - "terminal.ansi.bright_magenta": "#e09fe9ff", - "terminal.ansi.dim_magenta": "#5c1e6bff", - "terminal.ansi.cyan": "#2e8f6eff", - "terminal.ansi.bright_cyan": "#9bc7b5ff", - "terminal.ansi.dim_cyan": "#1e4637ff", - "terminal.ansi.white": "#161b1dff", - "terminal.ansi.bright_white": "#161b1dff", - "terminal.ansi.dim_white": "#577889ff", - "link_text.hover": "#267eadff", - "conflict": "#8a8a10ff", - "conflict.background": "#eae6d0ff", - "conflict.border": "#d8d3abff", - "created": "#568c3bff", - "created.background": "#dde7d5ff", - "created.border": "#c1d4b5ff", - "deleted": "#d22e71ff", - "deleted.background": "#fad7e0ff", - "deleted.border": "#f6bacaff", - "error": "#d22e71ff", - "error.background": "#fad7e0ff", - "error.border": "#f6bacaff", - "hidden": "#628496ff", - "hidden.background": "#a6cadcff", - "hidden.border": "#93b7c9ff", - "hint": "#5a87a0ff", - "hint.background": "#d8e4eeff", - "hint.border": "#b9cee0ff", - "ignored": "#628496ff", - "ignored.background": "#a6cadcff", - "ignored.border": "#80a4b6ff", - "info": "#267eadff", - "info.background": "#d8e4eeff", - "info.border": "#b9cee0ff", - "modified": "#8a8a10ff", - "modified.background": "#eae6d0ff", - "modified.border": "#d8d3abff", - "predictive": "#6a97b2ff", - "predictive.background": "#dde7d5ff", - "predictive.border": "#c1d4b5ff", - "renamed": "#267eadff", - "renamed.background": "#d8e4eeff", - "renamed.border": "#b9cee0ff", - "success": "#568c3bff", - "success.background": "#dde7d5ff", - "success.border": "#c1d4b5ff", - "unreachable": "#526f7dff", - "unreachable.background": "#a6cadcff", - "unreachable.border": "#80a4b6ff", - "warning": "#8a8a10ff", - "warning.background": "#eae6d0ff", - "warning.border": "#d8d3abff", - "players": [ - { - "cursor": "#267eadff", - "background": "#267eadff", - "selection": "#267ead3d" - }, - { - "cursor": "#b72ed2ff", - "background": "#b72ed2ff", - "selection": "#b72ed23d" - }, - { - "cursor": "#935c25ff", - "background": "#935c25ff", - "selection": "#935c253d" - }, - { - "cursor": "#6c6ab7ff", - "background": "#6c6ab7ff", - "selection": "#6c6ab73d" - }, - { - "cursor": "#2e8f6eff", - "background": "#2e8f6eff", - "selection": "#2e8f6e3d" - }, - { - "cursor": "#d22e71ff", - "background": "#d22e71ff", - "selection": "#d22e713d" - }, - { - "cursor": "#8a8a10ff", - "background": "#8a8a10ff", - "selection": "#8a8a103d" - }, - { - "cursor": "#568c3bff", - "background": "#568c3bff", - "selection": "#568c3b3d" - } - ], - "syntax": { - "attribute": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#568c3bff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#7094a7ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#516d7bff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#568c3bff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#161b1dff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#267eadff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#935c25ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#247eadff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#247eadff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#8a8a0eff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#5a87a0ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#6a6ab7ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#935c25ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#568c3bff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#935c24ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#516d7bff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#6a97b2ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#161b1dff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#1f292eff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#d22c72ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#1f292eff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#516d7bff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#516d7bff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#1f292eff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#b72cd2ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#558c3aff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#516d7bff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#2c8f6eff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#b72cd2ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#558c3aff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#267eadff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#935c25ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#161b1dff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#8a8a0eff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#1f292eff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#6a6ab7ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#8a8a0eff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Plateau Dark", - "appearance": "dark", - "style": { - "border": "#564e4eff", - "border.variant": "#352f2fff", - "border.focused": "#2c2b45ff", - "border.selected": "#2c2b45ff", - "border.transparent": "#00000000", - "border.disabled": "#494242ff", - "elevated_surface.background": "#252020ff", - "surface.background": "#252020ff", - "background": "#3b3535ff", - "element.background": "#252020ff", - "element.hover": "#352f2fff", - "element.active": "#554d4dff", - "element.selected": "#554d4dff", - "element.disabled": "#252020ff", - "drop_target.background": "#89838380", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#352f2fff", - "ghost_element.active": "#554d4dff", - "ghost_element.selected": "#554d4dff", - "ghost_element.disabled": "#252020ff", - "text": "#f4ececff", - "text.muted": "#898383ff", - "text.placeholder": "#756e6eff", - "text.disabled": "#756e6eff", - "text.accent": "#7272caff", - "icon": "#f4ececff", - "icon.muted": "#898383ff", - "icon.disabled": "#756e6eff", - "icon.placeholder": "#898383ff", - "icon.accent": "#7272caff", - "status_bar.background": "#3b3535ff", - "title_bar.background": "#3b3535ff", - "title_bar.inactive_background": "#252020ff", - "toolbar.background": "#1b1818ff", - "tab_bar.background": "#252020ff", - "tab.inactive_background": "#252020ff", - "tab.active_background": "#1b1818ff", - "search.match_background": "#7272ca66", - "panel.background": "#252020ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#f4ecec4c", - "scrollbar.thumb.hover_background": "#352f2fff", - "scrollbar.thumb.border": "#352f2fff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#231f1fff", - "editor.foreground": "#e7dfdfff", - "editor.background": "#1b1818ff", - "editor.gutter.background": "#1b1818ff", - "editor.subheader.background": "#252020ff", - "editor.active_line.background": "#252020bf", - "editor.highlighted_line.background": "#252020ff", - "editor.line_number": "#666262", - "editor.active_line_number": "#e6e5e5", - "editor.hover_line_number": "#b9b6b6", - "editor.invisible": "#726a6aff", - "editor.wrap_guide": "#f4ecec0d", - "editor.active_wrap_guide": "#f4ecec1a", - "editor.document_highlight.read_background": "#7272ca1a", - "editor.document_highlight.write_background": "#726a6a66", - "terminal.background": "#1b1818ff", - "terminal.foreground": "#f4ececff", - "terminal.bright_foreground": "#f4ececff", - "terminal.dim_foreground": "#1b1818ff", - "terminal.ansi.black": "#1b1818ff", - "terminal.ansi.bright_black": "#635b5bff", - "terminal.ansi.dim_black": "#f4ececff", - "terminal.ansi.red": "#ca4848ff", - "terminal.ansi.bright_red": "#692727ff", - "terminal.ansi.dim_red": "#eda69fff", - "terminal.ansi.green": "#4b8b8bff", - "terminal.ansi.bright_green": "#2a4444ff", - "terminal.ansi.dim_green": "#a6c4c4ff", - "terminal.ansi.yellow": "#a06d3aff", - "terminal.ansi.bright_yellow": "#4e3821ff", - "terminal.ansi.dim_yellow": "#d4b499ff", - "terminal.ansi.blue": "#7272caff", - "terminal.ansi.bright_blue": "#3b3960ff", - "terminal.ansi.dim_blue": "#bab5e4ff", - "terminal.ansi.magenta": "#bd5187ff", - "terminal.ansi.bright_magenta": "#5b2c42ff", - "terminal.ansi.dim_magenta": "#e2a9c2ff", - "terminal.ansi.cyan": "#5485b6ff", - "terminal.ansi.bright_cyan": "#2e4257ff", - "terminal.ansi.dim_cyan": "#acc0daff", - "terminal.ansi.white": "#f4ececff", - "terminal.ansi.bright_white": "#f4ececff", - "terminal.ansi.dim_white": "#7f7878ff", - "link_text.hover": "#7272caff", - "conflict": "#a06d3aff", - "conflict.background": "#231a12ff", - "conflict.border": "#392a19ff", - "created": "#4b8b8bff", - "created.background": "#161e1eff", - "created.border": "#203131ff", - "deleted": "#ca4848ff", - "deleted.background": "#351414ff", - "deleted.border": "#501e1eff", - "error": "#ca4848ff", - "error.background": "#351414ff", - "error.border": "#501e1eff", - "hidden": "#756e6eff", - "hidden.background": "#3b3535ff", - "hidden.border": "#494242ff", - "hint": "#8a647aff", - "hint.background": "#1c1b29ff", - "hint.border": "#2c2b45ff", - "ignored": "#756e6eff", - "ignored.background": "#3b3535ff", - "ignored.border": "#564e4eff", - "info": "#7272caff", - "info.background": "#1c1b29ff", - "info.border": "#2c2b45ff", - "modified": "#a06d3aff", - "modified.background": "#231a12ff", - "modified.border": "#392a19ff", - "predictive": "#795369ff", - "predictive.background": "#161e1eff", - "predictive.border": "#203131ff", - "renamed": "#7272caff", - "renamed.background": "#1c1b29ff", - "renamed.border": "#2c2b45ff", - "success": "#4b8b8bff", - "success.background": "#161e1eff", - "success.border": "#203131ff", - "unreachable": "#898383ff", - "unreachable.background": "#3b3535ff", - "unreachable.border": "#564e4eff", - "warning": "#a06d3aff", - "warning.background": "#231a12ff", - "warning.border": "#392a19ff", - "players": [ - { - "cursor": "#7272caff", - "background": "#7272caff", - "selection": "#7272ca3d" - }, - { - "cursor": "#bd5187ff", - "background": "#bd5187ff", - "selection": "#bd51873d" - }, - { - "cursor": "#b4593bff", - "background": "#b4593bff", - "selection": "#b4593b3d" - }, - { - "cursor": "#8464c4ff", - "background": "#8464c4ff", - "selection": "#8464c43d" - }, - { - "cursor": "#5485b6ff", - "background": "#5485b6ff", - "selection": "#5485b63d" - }, - { - "cursor": "#ca4848ff", - "background": "#ca4848ff", - "selection": "#ca48483d" - }, - { - "cursor": "#a06d3aff", - "background": "#a06d3aff", - "selection": "#a06d3a3d" - }, - { - "cursor": "#4b8b8bff", - "background": "#4b8b8bff", - "selection": "#4b8b8b3d" - } - ], - "syntax": { - "attribute": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#4b8b8bff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#655d5dff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#8a8585ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#4b8b8bff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#f4ececff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#7272caff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#b4593bff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#8a647aff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#8464c4ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#b4593bff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#4b8b8bff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#b4593bff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#8a8585ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#795369ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#f4ececff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#e7dfdfff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#ca4848ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#e7dfdfff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#8a8585ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#8a8585ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#e7dfdfff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#bd5187ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#4b8b8bff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#8a8585ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#5485b6ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#bd5187ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#4b8b8bff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#b4593bff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f4ececff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#e7dfdfff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#8464c4ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Plateau Light", - "appearance": "light", - "style": { - "border": "#8e8989ff", - "border.variant": "#cfc7c7ff", - "border.focused": "#cecaecff", - "border.selected": "#cecaecff", - "border.transparent": "#00000000", - "border.disabled": "#a8a2a2ff", - "elevated_surface.background": "#ebe3e3ff", - "surface.background": "#ebe3e3ff", - "background": "#c1bbbbff", - "element.background": "#ebe3e3ff", - "element.hover": "#cfc7c7ff", - "element.active": "#908b8bff", - "element.selected": "#908b8bff", - "element.disabled": "#ebe3e3ff", - "drop_target.background": "#5a525280", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#cfc7c7ff", - "ghost_element.active": "#908b8bff", - "ghost_element.selected": "#908b8bff", - "ghost_element.disabled": "#ebe3e3ff", - "text": "#1b1818ff", - "text.muted": "#5a5252ff", - "text.placeholder": "#6e6666ff", - "text.disabled": "#6e6666ff", - "text.accent": "#7272caff", - "icon": "#1b1818ff", - "icon.muted": "#5a5252ff", - "icon.disabled": "#6e6666ff", - "icon.placeholder": "#5a5252ff", - "icon.accent": "#7272caff", - "status_bar.background": "#c1bbbbff", - "title_bar.background": "#c1bbbbff", - "title_bar.inactive_background": "#ebe3e3ff", - "toolbar.background": "#f4ececff", - "tab_bar.background": "#ebe3e3ff", - "tab.inactive_background": "#ebe3e3ff", - "tab.active_background": "#f4ececff", - "search.match_background": "#7372ca66", - "panel.background": "#ebe3e3ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#1b18184c", - "scrollbar.thumb.hover_background": "#cfc7c7ff", - "scrollbar.thumb.border": "#cfc7c7ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#ede5e5ff", - "editor.foreground": "#292424ff", - "editor.background": "#f4ececff", - "editor.gutter.background": "#f4ececff", - "editor.subheader.background": "#ebe3e3ff", - "editor.active_line.background": "#ebe3e3bf", - "editor.highlighted_line.background": "#ebe3e3ff", - "editor.line_number": "#a7a2a2", - "editor.active_line_number": "#272525", - "editor.hover_line_number": "#3f3c3c", - "editor.invisible": "#726a6aff", - "editor.wrap_guide": "#1b18180d", - "editor.active_wrap_guide": "#1b18181a", - "editor.document_highlight.read_background": "#7272ca1a", - "editor.document_highlight.write_background": "#726a6a66", - "terminal.background": "#f4ececff", - "terminal.foreground": "#1b1818ff", - "terminal.bright_foreground": "#1b1818ff", - "terminal.dim_foreground": "#f4ececff", - "terminal.ansi.black": "#f4ececff", - "terminal.ansi.bright_black": "#7f7878ff", - "terminal.ansi.dim_black": "#1b1818ff", - "terminal.ansi.red": "#ca4a4aff", - "terminal.ansi.bright_red": "#eda69fff", - "terminal.ansi.dim_red": "#692727ff", - "terminal.ansi.green": "#4c8b8bff", - "terminal.ansi.bright_green": "#a6c4c4ff", - "terminal.ansi.dim_green": "#2a4444ff", - "terminal.ansi.yellow": "#a06e3bff", - "terminal.ansi.bright_yellow": "#d4b499ff", - "terminal.ansi.dim_yellow": "#4e3821ff", - "terminal.ansi.blue": "#7272caff", - "terminal.ansi.bright_blue": "#bab5e4ff", - "terminal.ansi.dim_blue": "#3b3960ff", - "terminal.ansi.magenta": "#bd5186ff", - "terminal.ansi.bright_magenta": "#e2a9c2ff", - "terminal.ansi.dim_magenta": "#5b2c42ff", - "terminal.ansi.cyan": "#5485b5ff", - "terminal.ansi.bright_cyan": "#acc0daff", - "terminal.ansi.dim_cyan": "#2e4257ff", - "terminal.ansi.white": "#1b1818ff", - "terminal.ansi.bright_white": "#1b1818ff", - "terminal.ansi.dim_white": "#635b5bff", - "link_text.hover": "#7272caff", - "conflict": "#a06e3bff", - "conflict.background": "#eee0d5ff", - "conflict.border": "#e0c9b5ff", - "created": "#4c8b8bff", - "created.background": "#dae7e7ff", - "created.border": "#bfd4d4ff", - "deleted": "#ca4a4aff", - "deleted.background": "#fadbd7ff", - "deleted.border": "#f4bfbaff", - "error": "#ca4a4aff", - "error.background": "#fadbd7ff", - "error.border": "#f4bfbaff", - "hidden": "#6e6666ff", - "hidden.background": "#c1bbbbff", - "hidden.border": "#a8a2a2ff", - "hint": "#91697fff", - "hint.background": "#e4e1f5ff", - "hint.border": "#cecaecff", - "ignored": "#6e6666ff", - "ignored.background": "#c1bbbbff", - "ignored.border": "#8e8989ff", - "info": "#7272caff", - "info.background": "#e4e1f5ff", - "info.border": "#cecaecff", - "modified": "#a06e3bff", - "modified.background": "#eee0d5ff", - "modified.border": "#e0c9b5ff", - "predictive": "#a27a91ff", - "predictive.background": "#dae7e7ff", - "predictive.border": "#bfd4d4ff", - "renamed": "#7272caff", - "renamed.background": "#e4e1f5ff", - "renamed.border": "#cecaecff", - "success": "#4c8b8bff", - "success.background": "#dae7e7ff", - "success.border": "#bfd4d4ff", - "unreachable": "#5a5252ff", - "unreachable.background": "#c1bbbbff", - "unreachable.border": "#8e8989ff", - "warning": "#a06e3bff", - "warning.background": "#eee0d5ff", - "warning.border": "#e0c9b5ff", - "players": [ - { - "cursor": "#7272caff", - "background": "#7272caff", - "selection": "#7272ca3d" - }, - { - "cursor": "#bd5186ff", - "background": "#bd5186ff", - "selection": "#bd51863d" - }, - { - "cursor": "#b45a3cff", - "background": "#b45a3cff", - "selection": "#b45a3c3d" - }, - { - "cursor": "#8464c4ff", - "background": "#8464c4ff", - "selection": "#8464c43d" - }, - { - "cursor": "#5485b5ff", - "background": "#5485b5ff", - "selection": "#5485b53d" - }, - { - "cursor": "#ca4a4aff", - "background": "#ca4a4aff", - "selection": "#ca4a4a3d" - }, - { - "cursor": "#a06e3bff", - "background": "#a06e3bff", - "selection": "#a06e3b3d" - }, - { - "cursor": "#4c8b8bff", - "background": "#4c8b8bff", - "selection": "#4c8b8b3d" - } - ], - "syntax": { - "attribute": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#4c8b8bff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#7e7777ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#585050ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#4c8b8bff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#1b1818ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#7272caff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#b45a3cff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#91697fff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#8464c4ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#b45a3cff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#4c8b8bff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#b4593bff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#585050ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#a27a91ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#1b1818ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#292424ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#ca4848ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#292424ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#585050ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#585050ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#292424ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#bd5187ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#4b8b8bff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#585050ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#5485b6ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#bd5187ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#4b8b8bff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#7272caff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#b45a3cff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#1b1818ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#292424ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#8464c4ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#a06d3aff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Savanna Dark", - "appearance": "dark", - "style": { - "border": "#505e55ff", - "border.variant": "#2f3832ff", - "border.focused": "#1f3233ff", - "border.selected": "#1f3233ff", - "border.transparent": "#00000000", - "border.disabled": "#434f47ff", - "elevated_surface.background": "#1f2621ff", - "surface.background": "#1f2621ff", - "background": "#353f39ff", - "element.background": "#1f2621ff", - "element.hover": "#2f3832ff", - "element.active": "#4f5c53ff", - "element.selected": "#4f5c53ff", - "element.disabled": "#1f2621ff", - "drop_target.background": "#85918880", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#2f3832ff", - "ghost_element.active": "#4f5c53ff", - "ghost_element.selected": "#4f5c53ff", - "ghost_element.disabled": "#1f2621ff", - "text": "#ecf4eeff", - "text.muted": "#859188ff", - "text.placeholder": "#6f7e74ff", - "text.disabled": "#6f7e74ff", - "text.accent": "#468b8fff", - "icon": "#ecf4eeff", - "icon.muted": "#859188ff", - "icon.disabled": "#6f7e74ff", - "icon.placeholder": "#859188ff", - "icon.accent": "#468b8fff", - "status_bar.background": "#353f39ff", - "title_bar.background": "#353f39ff", - "title_bar.inactive_background": "#1f2621ff", - "toolbar.background": "#171c19ff", - "tab_bar.background": "#1f2621ff", - "tab.inactive_background": "#1f2621ff", - "tab.active_background": "#171c19ff", - "search.match_background": "#478c9066", - "panel.background": "#1f2621ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#ecf4ee4c", - "scrollbar.thumb.hover_background": "#2f3832ff", - "scrollbar.thumb.border": "#2f3832ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#1e2420ff", - "editor.foreground": "#dfe7e2ff", - "editor.background": "#171c19ff", - "editor.gutter.background": "#171c19ff", - "editor.subheader.background": "#1f2621ff", - "editor.active_line.background": "#1f2621bf", - "editor.highlighted_line.background": "#1f2621ff", - "editor.line_number": "#626763", - "editor.active_line_number": "#e5e6e5", - "editor.hover_line_number": "#b6b9b7", - "editor.invisible": "#6c7a71ff", - "editor.wrap_guide": "#ecf4ee0d", - "editor.active_wrap_guide": "#ecf4ee1a", - "editor.document_highlight.read_background": "#468b8f1a", - "editor.document_highlight.write_background": "#6c7a7166", - "terminal.background": "#171c19ff", - "terminal.foreground": "#ecf4eeff", - "terminal.bright_foreground": "#ecf4eeff", - "terminal.dim_foreground": "#171c19ff", - "terminal.ansi.black": "#171c19ff", - "terminal.ansi.bright_black": "#5d6b62ff", - "terminal.ansi.dim_black": "#ecf4eeff", - "terminal.ansi.red": "#b16038ff", - "terminal.ansi.bright_red": "#563220ff", - "terminal.ansi.dim_red": "#deae97ff", - "terminal.ansi.green": "#479962ff", - "terminal.ansi.bright_green": "#294a33ff", - "terminal.ansi.dim_green": "#a5ccafff", - "terminal.ansi.yellow": "#a07d3aff", - "terminal.ansi.bright_yellow": "#4e3f22ff", - "terminal.ansi.dim_yellow": "#d3bd9aff", - "terminal.ansi.blue": "#468b8fff", - "terminal.ansi.bright_blue": "#284546ff", - "terminal.ansi.dim_blue": "#a5c5c6ff", - "terminal.ansi.magenta": "#857368ff", - "terminal.ansi.bright_magenta": "#423a36ff", - "terminal.ansi.dim_magenta": "#c2b7b1ff", - "terminal.ansi.cyan": "#1d9aa0ff", - "terminal.ansi.bright_cyan": "#1d4a4dff", - "terminal.ansi.dim_cyan": "#9dcdcfff", - "terminal.ansi.white": "#ecf4eeff", - "terminal.ansi.bright_white": "#ecf4eeff", - "terminal.ansi.dim_white": "#7b897fff", - "link_text.hover": "#468b8fff", - "conflict": "#a07d3aff", - "conflict.background": "#231d12ff", - "conflict.border": "#392e19ff", - "created": "#479962ff", - "created.background": "#162119ff", - "created.border": "#203526ff", - "deleted": "#b16038ff", - "deleted.background": "#261810ff", - "deleted.border": "#3e2619ff", - "error": "#b16038ff", - "error.background": "#261810ff", - "error.border": "#3e2619ff", - "hidden": "#6f7e74ff", - "hidden.background": "#353f39ff", - "hidden.border": "#434f47ff", - "hint": "#607e76ff", - "hint.background": "#151e20ff", - "hint.border": "#1f3233ff", - "ignored": "#6f7e74ff", - "ignored.background": "#353f39ff", - "ignored.border": "#505e55ff", - "info": "#468b8fff", - "info.background": "#151e20ff", - "info.border": "#1f3233ff", - "modified": "#a07d3aff", - "modified.background": "#231d12ff", - "modified.border": "#392e19ff", - "predictive": "#506d66ff", - "predictive.background": "#162119ff", - "predictive.border": "#203526ff", - "renamed": "#468b8fff", - "renamed.background": "#151e20ff", - "renamed.border": "#1f3233ff", - "success": "#479962ff", - "success.background": "#162119ff", - "success.border": "#203526ff", - "unreachable": "#859188ff", - "unreachable.background": "#353f39ff", - "unreachable.border": "#505e55ff", - "warning": "#a07d3aff", - "warning.background": "#231d12ff", - "warning.border": "#392e19ff", - "players": [ - { - "cursor": "#468b8fff", - "background": "#468b8fff", - "selection": "#468b8f3d" - }, - { - "cursor": "#857368ff", - "background": "#857368ff", - "selection": "#8573683d" - }, - { - "cursor": "#9f703bff", - "background": "#9f703bff", - "selection": "#9f703b3d" - }, - { - "cursor": "#55859bff", - "background": "#55859bff", - "selection": "#55859b3d" - }, - { - "cursor": "#1d9aa0ff", - "background": "#1d9aa0ff", - "selection": "#1d9aa03d" - }, - { - "cursor": "#b16038ff", - "background": "#b16038ff", - "selection": "#b160383d" - }, - { - "cursor": "#a07d3aff", - "background": "#a07d3aff", - "selection": "#a07d3a3d" - }, - { - "cursor": "#479962ff", - "background": "#479962ff", - "selection": "#4799623d" - } - ], - "syntax": { - "attribute": { - "color": "#468b8fff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#479962ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#5f6d64ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#87928aff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#479962ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#468b8fff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#ecf4eeff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#468b8fff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#468b8fff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#9f703bff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#468b8fff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#468b8fff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#607e76ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#55859bff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#468b8fff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#9f703bff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#479962ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#9f703bff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#87928aff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#506d66ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#ecf4eeff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#dfe7e2ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#b16038ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#dfe7e2ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#87928aff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#87928aff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#dfe7e2ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#857368ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#479962ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#87928aff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#1b9aa0ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#857368ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#479962ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#468b8fff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#9f703bff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#ecf4eeff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#dfe7e2ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#55859bff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Savanna Light", - "appearance": "light", - "style": { - "border": "#8b968eff", - "border.variant": "#c8d1cbff", - "border.focused": "#bed4d6ff", - "border.selected": "#bed4d6ff", - "border.transparent": "#00000000", - "border.disabled": "#a3ada6ff", - "elevated_surface.background": "#e3ebe6ff", - "surface.background": "#e3ebe6ff", - "background": "#bcc5bfff", - "element.background": "#e3ebe6ff", - "element.hover": "#c8d1cbff", - "element.active": "#8d9890ff", - "element.selected": "#8d9890ff", - "element.disabled": "#e3ebe6ff", - "drop_target.background": "#54625980", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#c8d1cbff", - "ghost_element.active": "#8d9890ff", - "ghost_element.selected": "#8d9890ff", - "ghost_element.disabled": "#e3ebe6ff", - "text": "#171c19ff", - "text.muted": "#546259ff", - "text.placeholder": "#68766dff", - "text.disabled": "#68766dff", - "text.accent": "#488b90ff", - "icon": "#171c19ff", - "icon.muted": "#546259ff", - "icon.disabled": "#68766dff", - "icon.placeholder": "#546259ff", - "icon.accent": "#488b90ff", - "status_bar.background": "#bcc5bfff", - "title_bar.background": "#bcc5bfff", - "title_bar.inactive_background": "#e3ebe6ff", - "toolbar.background": "#ecf4eeff", - "tab_bar.background": "#e3ebe6ff", - "tab.inactive_background": "#e3ebe6ff", - "tab.active_background": "#ecf4eeff", - "search.match_background": "#488c9066", - "panel.background": "#e3ebe6ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#171c194c", - "scrollbar.thumb.hover_background": "#c8d1cbff", - "scrollbar.thumb.border": "#c8d1cbff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#e5ede7ff", - "editor.foreground": "#232a25ff", - "editor.background": "#ecf4eeff", - "editor.gutter.background": "#ecf4eeff", - "editor.subheader.background": "#e3ebe6ff", - "editor.active_line.background": "#e3ebe6bf", - "editor.highlighted_line.background": "#e3ebe6ff", - "editor.line_number": "#a3a9a4", - "editor.active_line_number": "#252825", - "editor.hover_line_number": "#313532", - "editor.invisible": "#6c7a71ff", - "editor.wrap_guide": "#171c190d", - "editor.active_wrap_guide": "#171c191a", - "editor.document_highlight.read_background": "#488b901a", - "editor.document_highlight.write_background": "#6c7a7166", - "terminal.background": "#ecf4eeff", - "terminal.foreground": "#171c19ff", - "terminal.bright_foreground": "#171c19ff", - "terminal.dim_foreground": "#ecf4eeff", - "terminal.ansi.black": "#ecf4eeff", - "terminal.ansi.bright_black": "#7b897fff", - "terminal.ansi.dim_black": "#171c19ff", - "terminal.ansi.red": "#b16139ff", - "terminal.ansi.bright_red": "#deae97ff", - "terminal.ansi.dim_red": "#563220ff", - "terminal.ansi.green": "#499963ff", - "terminal.ansi.bright_green": "#a5ccafff", - "terminal.ansi.dim_green": "#294a33ff", - "terminal.ansi.yellow": "#a07d3bff", - "terminal.ansi.bright_yellow": "#d3bd9aff", - "terminal.ansi.dim_yellow": "#4e3f22ff", - "terminal.ansi.blue": "#488b90ff", - "terminal.ansi.bright_blue": "#a5c5c6ff", - "terminal.ansi.dim_blue": "#284546ff", - "terminal.ansi.magenta": "#857368ff", - "terminal.ansi.bright_magenta": "#c2b7b1ff", - "terminal.ansi.dim_magenta": "#423a36ff", - "terminal.ansi.cyan": "#1e9aa0ff", - "terminal.ansi.bright_cyan": "#9dcdcfff", - "terminal.ansi.dim_cyan": "#1d4a4dff", - "terminal.ansi.white": "#171c19ff", - "terminal.ansi.bright_white": "#171c19ff", - "terminal.ansi.dim_white": "#5d6b62ff", - "link_text.hover": "#488b90ff", - "conflict": "#a07d3bff", - "conflict.background": "#eee4d5ff", - "conflict.border": "#dfcfb6ff", - "created": "#499963ff", - "created.background": "#daeadeff", - "created.border": "#bedac5ff", - "deleted": "#b16139ff", - "deleted.background": "#f3ded4ff", - "deleted.border": "#e8c5b4ff", - "error": "#b16139ff", - "error.background": "#f3ded4ff", - "error.border": "#e8c5b4ff", - "hidden": "#68766dff", - "hidden.background": "#bcc5bfff", - "hidden.border": "#a3ada6ff", - "hint": "#66847cff", - "hint.background": "#dae7e8ff", - "hint.border": "#bed4d6ff", - "ignored": "#68766dff", - "ignored.background": "#bcc5bfff", - "ignored.border": "#8b968eff", - "info": "#488b90ff", - "info.background": "#dae7e8ff", - "info.border": "#bed4d6ff", - "modified": "#a07d3bff", - "modified.background": "#eee4d5ff", - "modified.border": "#dfcfb6ff", - "predictive": "#75958bff", - "predictive.background": "#daeadeff", - "predictive.border": "#bedac5ff", - "renamed": "#488b90ff", - "renamed.background": "#dae7e8ff", - "renamed.border": "#bed4d6ff", - "success": "#499963ff", - "success.background": "#daeadeff", - "success.border": "#bedac5ff", - "unreachable": "#546259ff", - "unreachable.background": "#bcc5bfff", - "unreachable.border": "#8b968eff", - "warning": "#a07d3bff", - "warning.background": "#eee4d5ff", - "warning.border": "#dfcfb6ff", - "players": [ - { - "cursor": "#488b90ff", - "background": "#488b90ff", - "selection": "#488b903d" - }, - { - "cursor": "#857368ff", - "background": "#857368ff", - "selection": "#8573683d" - }, - { - "cursor": "#9f713cff", - "background": "#9f713cff", - "selection": "#9f713c3d" - }, - { - "cursor": "#55859bff", - "background": "#55859bff", - "selection": "#55859b3d" - }, - { - "cursor": "#1e9aa0ff", - "background": "#1e9aa0ff", - "selection": "#1e9aa03d" - }, - { - "cursor": "#b16139ff", - "background": "#b16139ff", - "selection": "#b161393d" - }, - { - "cursor": "#a07d3bff", - "background": "#a07d3bff", - "selection": "#a07d3b3d" - }, - { - "cursor": "#499963ff", - "background": "#499963ff", - "selection": "#4999633d" - } - ], - "syntax": { - "attribute": { - "color": "#488b90ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#499963ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#77877cff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#526057ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#499963ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#488b90ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#171c19ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#488b90ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#488b90ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#9f713cff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#468b8fff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#468b8fff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#66847cff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#55859bff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#488b90ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#9f713cff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#499963ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#9f703bff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#526057ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#75958bff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#171c19ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#232a25ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#b16038ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#232a25ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#526057ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#526057ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#232a25ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#857368ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#479962ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#526057ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#1b9aa0ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#857368ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#479962ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#488b90ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#9f713cff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#171c19ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#232a25ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#55859bff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Seaside Dark", - "appearance": "dark", - "style": { - "border": "#5c6c5cff", - "border.variant": "#333b33ff", - "border.focused": "#102667ff", - "border.selected": "#102667ff", - "border.transparent": "#00000000", - "border.disabled": "#4b584bff", - "elevated_surface.background": "#1f231fff", - "surface.background": "#1f231fff", - "background": "#3b453bff", - "element.background": "#1f231fff", - "element.hover": "#333b33ff", - "element.active": "#5a6a5aff", - "element.selected": "#5a6a5aff", - "element.disabled": "#1f231fff", - "drop_target.background": "#8ba48b80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#333b33ff", - "ghost_element.active": "#5a6a5aff", - "ghost_element.selected": "#5a6a5aff", - "ghost_element.disabled": "#1f231fff", - "text": "#f3faf3ff", - "text.muted": "#8ba48bff", - "text.placeholder": "#778f77ff", - "text.disabled": "#778f77ff", - "text.accent": "#3e62f4ff", - "icon": "#f3faf3ff", - "icon.muted": "#8ba48bff", - "icon.disabled": "#778f77ff", - "icon.placeholder": "#8ba48bff", - "icon.accent": "#3e62f4ff", - "status_bar.background": "#3b453bff", - "title_bar.background": "#3b453bff", - "title_bar.inactive_background": "#1f231fff", - "toolbar.background": "#131513ff", - "tab_bar.background": "#1f231fff", - "tab.inactive_background": "#1f231fff", - "tab.active_background": "#131513ff", - "search.match_background": "#3e62f466", - "panel.background": "#1f231fff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#f3faf34c", - "scrollbar.thumb.hover_background": "#333b33ff", - "scrollbar.thumb.border": "#333b33ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#1d201dff", - "editor.foreground": "#cfe8cfff", - "editor.background": "#131513ff", - "editor.gutter.background": "#131513ff", - "editor.subheader.background": "#1f231fff", - "editor.active_line.background": "#1f231fbf", - "editor.highlighted_line.background": "#1f231fff", - "editor.line_number": "#626561", - "editor.active_line_number": "#e5e6e5", - "editor.hover_line_number": "#b7b9b6", - "editor.invisible": "#738b73ff", - "editor.wrap_guide": "#f3faf30d", - "editor.active_wrap_guide": "#f3faf31a", - "editor.document_highlight.read_background": "#3e62f41a", - "editor.document_highlight.write_background": "#738b7366", - "terminal.background": "#131513ff", - "terminal.foreground": "#f3faf3ff", - "terminal.bright_foreground": "#f3faf3ff", - "terminal.dim_foreground": "#131513ff", - "terminal.ansi.black": "#131513ff", - "terminal.ansi.bright_black": "#667a66ff", - "terminal.ansi.dim_black": "#f3faf3ff", - "terminal.ansi.red": "#e61c3bff", - "terminal.ansi.bright_red": "#840a20ff", - "terminal.ansi.dim_red": "#fe9c97ff", - "terminal.ansi.green": "#2aa329ff", - "terminal.ansi.bright_green": "#204f1bff", - "terminal.ansi.dim_green": "#a0d294ff", - "terminal.ansi.yellow": "#98981bff", - "terminal.ansi.bright_yellow": "#4b4a17ff", - "terminal.ansi.dim_yellow": "#d0ca90ff", - "terminal.ansi.blue": "#3e62f4ff", - "terminal.ansi.bright_blue": "#183385ff", - "terminal.ansi.dim_blue": "#b1adfcff", - "terminal.ansi.magenta": "#e61cc3ff", - "terminal.ansi.bright_magenta": "#810d5fff", - "terminal.ansi.dim_magenta": "#f9a1e1ff", - "terminal.ansi.cyan": "#1b99b3ff", - "terminal.ansi.bright_cyan": "#1c4a56ff", - "terminal.ansi.dim_cyan": "#9fccd9ff", - "terminal.ansi.white": "#f3faf3ff", - "terminal.ansi.bright_white": "#f3faf3ff", - "terminal.ansi.dim_white": "#829b82ff", - "link_text.hover": "#3e62f4ff", - "conflict": "#98981bff", - "conflict.background": "#22210fff", - "conflict.border": "#373614ff", - "created": "#2aa329ff", - "created.background": "#132310ff", - "created.border": "#1a3817ff", - "deleted": "#e61c3bff", - "deleted.background": "#4f0412ff", - "deleted.border": "#6a071aff", - "error": "#e61c3bff", - "error.background": "#4f0412ff", - "error.border": "#6a071aff", - "hidden": "#778f77ff", - "hidden.background": "#3b453bff", - "hidden.border": "#4b584bff", - "hint": "#008b9fff", - "hint.background": "#051949ff", - "hint.border": "#102667ff", - "ignored": "#778f77ff", - "ignored.background": "#3b453bff", - "ignored.border": "#5c6c5cff", - "info": "#3e62f4ff", - "info.background": "#051949ff", - "info.border": "#102667ff", - "modified": "#98981bff", - "modified.background": "#22210fff", - "modified.border": "#373614ff", - "predictive": "#00788bff", - "predictive.background": "#132310ff", - "predictive.border": "#1a3817ff", - "renamed": "#3e62f4ff", - "renamed.background": "#051949ff", - "renamed.border": "#102667ff", - "success": "#2aa329ff", - "success.background": "#132310ff", - "success.border": "#1a3817ff", - "unreachable": "#8ba48bff", - "unreachable.background": "#3b453bff", - "unreachable.border": "#5c6c5cff", - "warning": "#98981bff", - "warning.background": "#22210fff", - "warning.border": "#373614ff", - "players": [ - { - "cursor": "#3e62f4ff", - "background": "#3e62f4ff", - "selection": "#3e62f43d" - }, - { - "cursor": "#e61cc3ff", - "background": "#e61cc3ff", - "selection": "#e61cc33d" - }, - { - "cursor": "#87711dff", - "background": "#87711dff", - "selection": "#87711d3d" - }, - { - "cursor": "#ac2dedff", - "background": "#ac2dedff", - "selection": "#ac2ded3d" - }, - { - "cursor": "#1b99b3ff", - "background": "#1b99b3ff", - "selection": "#1b99b33d" - }, - { - "cursor": "#e61c3bff", - "background": "#e61c3bff", - "selection": "#e61c3b3d" - }, - { - "cursor": "#98981bff", - "background": "#98981bff", - "selection": "#98981b3d" - }, - { - "cursor": "#2aa329ff", - "background": "#2aa329ff", - "selection": "#2aa3293d" - } - ], - "syntax": { - "attribute": { - "color": "#3e62f4ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#2aa329ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#687d68ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#8ca68cff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#2aa329ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#3e62f4ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#f3faf3ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#3e62f4ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#3e62f4ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#87711dff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#3d62f5ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#3d62f5ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#98981bff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#008b9fff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#ac2aeeff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#3e62f4ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#87711dff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#2aa329ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#87711cff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#8ca68cff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#00788bff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#f3faf3ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#cfe8cfff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#e6183bff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#cfe8cfff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#8ca68cff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#8ca68cff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#cfe8cfff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#e618c3ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#28a328ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#8ca68cff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#1899b3ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#e618c3ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#28a328ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#3e62f4ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#87711dff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f3faf3ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#98981bff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#cfe8cfff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#ac2aeeff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#98981bff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Seaside Light", - "appearance": "light", - "style": { - "border": "#8ea88eff", - "border.variant": "#bed7beff", - "border.focused": "#c9c4fdff", - "border.selected": "#c9c4fdff", - "border.transparent": "#00000000", - "border.disabled": "#a1bba1ff", - "elevated_surface.background": "#daeedaff", - "surface.background": "#daeedaff", - "background": "#b4ceb4ff", - "element.background": "#daeedaff", - "element.hover": "#bed7beff", - "element.active": "#90aa90ff", - "element.selected": "#90aa90ff", - "element.disabled": "#daeedaff", - "drop_target.background": "#5f705f80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#bed7beff", - "ghost_element.active": "#90aa90ff", - "ghost_element.selected": "#90aa90ff", - "ghost_element.disabled": "#daeedaff", - "text": "#131513ff", - "text.muted": "#5f705fff", - "text.placeholder": "#718771ff", - "text.disabled": "#718771ff", - "text.accent": "#3e61f4ff", - "icon": "#131513ff", - "icon.muted": "#5f705fff", - "icon.disabled": "#718771ff", - "icon.placeholder": "#5f705fff", - "icon.accent": "#3e61f4ff", - "status_bar.background": "#b4ceb4ff", - "title_bar.background": "#b4ceb4ff", - "title_bar.inactive_background": "#daeedaff", - "toolbar.background": "#f3faf3ff", - "tab_bar.background": "#daeedaff", - "tab.inactive_background": "#daeedaff", - "tab.active_background": "#f3faf3ff", - "search.match_background": "#3f62f466", - "panel.background": "#daeedaff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#1315134c", - "scrollbar.thumb.hover_background": "#bed7beff", - "scrollbar.thumb.border": "#bed7beff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#dff0dfff", - "editor.foreground": "#242924ff", - "editor.background": "#f3faf3ff", - "editor.gutter.background": "#f3faf3ff", - "editor.subheader.background": "#daeedaff", - "editor.active_line.background": "#daeedabf", - "editor.highlighted_line.background": "#daeedaff", - "editor.line_number": "#a6aaa5", - "editor.active_line_number": "#262725", - "editor.hover_line_number": "#3f423e", - "editor.invisible": "#738b73ff", - "editor.wrap_guide": "#1315130d", - "editor.active_wrap_guide": "#1315131a", - "editor.document_highlight.read_background": "#3e61f41a", - "editor.document_highlight.write_background": "#738b7366", - "terminal.background": "#f3faf3ff", - "terminal.foreground": "#131513ff", - "terminal.bright_foreground": "#131513ff", - "terminal.dim_foreground": "#f3faf3ff", - "terminal.ansi.black": "#f3faf3ff", - "terminal.ansi.bright_black": "#829b82ff", - "terminal.ansi.dim_black": "#131513ff", - "terminal.ansi.red": "#e61c3dff", - "terminal.ansi.bright_red": "#fe9c97ff", - "terminal.ansi.dim_red": "#840a20ff", - "terminal.ansi.green": "#2aa32aff", - "terminal.ansi.bright_green": "#a0d294ff", - "terminal.ansi.dim_green": "#204f1bff", - "terminal.ansi.yellow": "#98981cff", - "terminal.ansi.bright_yellow": "#d0ca90ff", - "terminal.ansi.dim_yellow": "#4b4a17ff", - "terminal.ansi.blue": "#3e61f4ff", - "terminal.ansi.bright_blue": "#b1adfcff", - "terminal.ansi.dim_blue": "#183385ff", - "terminal.ansi.magenta": "#e61cc2ff", - "terminal.ansi.bright_magenta": "#f9a1e1ff", - "terminal.ansi.dim_magenta": "#810d5fff", - "terminal.ansi.cyan": "#1c99b3ff", - "terminal.ansi.bright_cyan": "#9fccd9ff", - "terminal.ansi.dim_cyan": "#1c4a56ff", - "terminal.ansi.white": "#131513ff", - "terminal.ansi.bright_white": "#131513ff", - "terminal.ansi.dim_white": "#667a66ff", - "link_text.hover": "#3e61f4ff", - "conflict": "#98981cff", - "conflict.background": "#ece8d1ff", - "conflict.border": "#ddd8afff", - "created": "#2aa32aff", - "created.background": "#d9edd4ff", - "created.border": "#bbdeb2ff", - "deleted": "#e61c3dff", - "deleted.background": "#fed7d3ff", - "deleted.border": "#feb8b3ff", - "error": "#e61c3dff", - "error.background": "#fed7d3ff", - "error.border": "#feb8b3ff", - "hidden": "#718771ff", - "hidden.background": "#b4ceb4ff", - "hidden.border": "#a1bba1ff", - "hint": "#008fa1ff", - "hint.background": "#e1ddfeff", - "hint.border": "#c9c4fdff", - "ignored": "#718771ff", - "ignored.background": "#b4ceb4ff", - "ignored.border": "#8ea88eff", - "info": "#3e61f4ff", - "info.background": "#e1ddfeff", - "info.border": "#c9c4fdff", - "modified": "#98981cff", - "modified.background": "#ece8d1ff", - "modified.border": "#ddd8afff", - "predictive": "#00a2b5ff", - "predictive.background": "#d9edd4ff", - "predictive.border": "#bbdeb2ff", - "renamed": "#3e61f4ff", - "renamed.background": "#e1ddfeff", - "renamed.border": "#c9c4fdff", - "success": "#2aa32aff", - "success.background": "#d9edd4ff", - "success.border": "#bbdeb2ff", - "unreachable": "#5f705fff", - "unreachable.background": "#b4ceb4ff", - "unreachable.border": "#8ea88eff", - "warning": "#98981cff", - "warning.background": "#ece8d1ff", - "warning.border": "#ddd8afff", - "players": [ - { - "cursor": "#3e61f4ff", - "background": "#3e61f4ff", - "selection": "#3e61f43d" - }, - { - "cursor": "#e61cc2ff", - "background": "#e61cc2ff", - "selection": "#e61cc23d" - }, - { - "cursor": "#87711fff", - "background": "#87711fff", - "selection": "#87711f3d" - }, - { - "cursor": "#ac2dedff", - "background": "#ac2dedff", - "selection": "#ac2ded3d" - }, - { - "cursor": "#1c99b3ff", - "background": "#1c99b3ff", - "selection": "#1c99b33d" - }, - { - "cursor": "#e61c3dff", - "background": "#e61c3dff", - "selection": "#e61c3d3d" - }, - { - "cursor": "#98981cff", - "background": "#98981cff", - "selection": "#98981c3d" - }, - { - "cursor": "#2aa32aff", - "background": "#2aa32aff", - "selection": "#2aa32a3d" - } - ], - "syntax": { - "attribute": { - "color": "#3e61f4ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#2aa32aff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#809980ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#5e6e5eff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#2aa32aff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#3e61f4ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#131513ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#3e61f4ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#3e61f4ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#87711fff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#3d62f5ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#3d62f5ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#98981bff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#008fa1ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#ac2aeeff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#3e61f4ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#87711fff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#2aa32aff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#87711cff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#5e6e5eff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#00a2b5ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#131513ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#242924ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#e6183bff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#242924ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#5e6e5eff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#5e6e5eff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#242924ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#e618c3ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#28a328ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#5e6e5eff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#1899b3ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#e618c3ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#28a328ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#3e61f4ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#87711fff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#131513ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#98981bff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#242924ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#ac2aeeff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#98981bff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Sulphurpool Dark", - "appearance": "dark", - "style": { - "border": "#5b6385ff", - "border.variant": "#363f62ff", - "border.focused": "#203348ff", - "border.selected": "#203348ff", - "border.transparent": "#00000000", - "border.disabled": "#4d5477ff", - "elevated_surface.background": "#262f51ff", - "surface.background": "#262f51ff", - "background": "#3e4769ff", - "element.background": "#262f51ff", - "element.hover": "#363f62ff", - "element.active": "#5a6284ff", - "element.selected": "#5a6284ff", - "element.disabled": "#262f51ff", - "drop_target.background": "#959bb280", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#363f62ff", - "ghost_element.active": "#5a6284ff", - "ghost_element.selected": "#5a6284ff", - "ghost_element.disabled": "#262f51ff", - "text": "#f5f7ffff", - "text.muted": "#959bb2ff", - "text.placeholder": "#7e849eff", - "text.disabled": "#7e849eff", - "text.accent": "#3e8ed0ff", - "icon": "#f5f7ffff", - "icon.muted": "#959bb2ff", - "icon.disabled": "#7e849eff", - "icon.placeholder": "#959bb2ff", - "icon.accent": "#3e8ed0ff", - "status_bar.background": "#3e4769ff", - "title_bar.background": "#3e4769ff", - "title_bar.inactive_background": "#262f51ff", - "toolbar.background": "#202646ff", - "tab_bar.background": "#262f51ff", - "tab.inactive_background": "#262f51ff", - "tab.active_background": "#202646ff", - "search.match_background": "#3e8fd066", - "panel.background": "#262f51ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#f5f7ff4c", - "scrollbar.thumb.hover_background": "#363f62ff", - "scrollbar.thumb.border": "#363f62ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#252c4fff", - "editor.foreground": "#dfe2f1ff", - "editor.background": "#202646ff", - "editor.gutter.background": "#202646ff", - "editor.subheader.background": "#262f51ff", - "editor.active_line.background": "#262f51bf", - "editor.highlighted_line.background": "#262f51ff", - "editor.line_number": "#6b6f85", - "editor.active_line_number": "#e3e4e8", - "editor.hover_line_number": "#b8bac6", - "editor.invisible": "#7a819cff", - "editor.wrap_guide": "#f5f7ff0d", - "editor.active_wrap_guide": "#f5f7ff1a", - "editor.document_highlight.read_background": "#3e8ed01a", - "editor.document_highlight.write_background": "#7a819c66", - "terminal.background": "#202646ff", - "terminal.foreground": "#f5f7ffff", - "terminal.bright_foreground": "#f5f7ffff", - "terminal.dim_foreground": "#202646ff", - "terminal.ansi.black": "#202646ff", - "terminal.ansi.bright_black": "#687091ff", - "terminal.ansi.dim_black": "#f5f7ffff", - "terminal.ansi.red": "#c94922ff", - "terminal.ansi.bright_red": "#6d2616ff", - "terminal.ansi.dim_red": "#eea48bff", - "terminal.ansi.green": "#ac9739ff", - "terminal.ansi.bright_green": "#534921ff", - "terminal.ansi.dim_green": "#d9ca9bff", - "terminal.ansi.yellow": "#c08b30ff", - "terminal.ansi.bright_yellow": "#63441eff", - "terminal.ansi.dim_yellow": "#e5c497ff", - "terminal.ansi.blue": "#3e8ed0ff", - "terminal.ansi.bright_blue": "#274664ff", - "terminal.ansi.dim_blue": "#a9c6e8ff", - "terminal.ansi.magenta": "#9b6279ff", - "terminal.ansi.bright_magenta": "#4c333dff", - "terminal.ansi.dim_magenta": "#cfafbbff", - "terminal.ansi.cyan": "#24a1c9ff", - "terminal.ansi.bright_cyan": "#214d5fff", - "terminal.ansi.dim_cyan": "#a4d0e4ff", - "terminal.ansi.white": "#f5f7ffff", - "terminal.ansi.bright_white": "#f5f7ffff", - "terminal.ansi.dim_white": "#8b90a7ff", - "link_text.hover": "#3e8ed0ff", - "conflict": "#c08b30ff", - "conflict.background": "#301e11ff", - "conflict.border": "#4b3117ff", - "created": "#ac9739ff", - "created.background": "#252113ff", - "created.border": "#3c351bff", - "deleted": "#c94922ff", - "deleted.background": "#3c110cff", - "deleted.border": "#551b12ff", - "error": "#c94922ff", - "error.background": "#3c110cff", - "error.border": "#551b12ff", - "hidden": "#7e849eff", - "hidden.background": "#3e4769ff", - "hidden.border": "#4d5477ff", - "hint": "#6c81a5ff", - "hint.background": "#161f2bff", - "hint.border": "#203348ff", - "ignored": "#7e849eff", - "ignored.background": "#3e4769ff", - "ignored.border": "#5b6385ff", - "info": "#3e8ed0ff", - "info.background": "#161f2bff", - "info.border": "#203348ff", - "modified": "#c08b30ff", - "modified.background": "#301e11ff", - "modified.border": "#4b3117ff", - "predictive": "#58709aff", - "predictive.background": "#252113ff", - "predictive.border": "#3c351bff", - "renamed": "#3e8ed0ff", - "renamed.background": "#161f2bff", - "renamed.border": "#203348ff", - "success": "#ac9739ff", - "success.background": "#252113ff", - "success.border": "#3c351bff", - "unreachable": "#959bb2ff", - "unreachable.background": "#3e4769ff", - "unreachable.border": "#5b6385ff", - "warning": "#c08b30ff", - "warning.background": "#301e11ff", - "warning.border": "#4b3117ff", - "players": [ - { - "cursor": "#3e8ed0ff", - "background": "#3e8ed0ff", - "selection": "#3e8ed03d" - }, - { - "cursor": "#9b6279ff", - "background": "#9b6279ff", - "selection": "#9b62793d" - }, - { - "cursor": "#c76a29ff", - "background": "#c76a29ff", - "selection": "#c76a293d" - }, - { - "cursor": "#6679ccff", - "background": "#6679ccff", - "selection": "#6679cc3d" - }, - { - "cursor": "#24a1c9ff", - "background": "#24a1c9ff", - "selection": "#24a1c93d" - }, - { - "cursor": "#c94922ff", - "background": "#c94922ff", - "selection": "#c949223d" - }, - { - "cursor": "#c08b30ff", - "background": "#c08b30ff", - "selection": "#c08b303d" - }, - { - "cursor": "#ac9739ff", - "background": "#ac9739ff", - "selection": "#ac97393d" - } - ], - "syntax": { - "attribute": { - "color": "#3e8ed0ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#ac9739ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#6a7293ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#979db4ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#ac9739ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#3e8ed0ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#f5f7ffff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#3e8ed0ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#3e8ed0ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#c76a29ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#3d8fd1ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#3d8fd1ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#c08b2fff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#6c81a5ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#6679ccff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#3e8ed0ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#c76a29ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#ac9739ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#c76a28ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#979db4ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#58709aff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#f5f7ffff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#dfe2f1ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#c94821ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#dfe2f1ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#979db4ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#979db4ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#dfe2f1ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#9b6279ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#ac9738ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#979db4ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#21a2c9ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#9b6279ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#ac9738ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#3e8ed0ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#c76a29ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f5f7ffff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#c08b2fff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#dfe2f1ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#6679ccff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#c08b2fff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Atelier Sulphurpool Light", - "appearance": "light", - "style": { - "border": "#9a9fb6ff", - "border.variant": "#ccd0e1ff", - "border.focused": "#c2d5efff", - "border.selected": "#c2d5efff", - "border.transparent": "#00000000", - "border.disabled": "#aeb3c7ff", - "elevated_surface.background": "#e5e8f5ff", - "surface.background": "#e5e8f5ff", - "background": "#c1c5d8ff", - "element.background": "#e5e8f5ff", - "element.hover": "#ccd0e1ff", - "element.active": "#9ca1b8ff", - "element.selected": "#9ca1b8ff", - "element.disabled": "#e5e8f5ff", - "drop_target.background": "#5f678980", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#ccd0e1ff", - "ghost_element.active": "#9ca1b8ff", - "ghost_element.selected": "#9ca1b8ff", - "ghost_element.disabled": "#e5e8f5ff", - "text": "#202646ff", - "text.muted": "#5f6789ff", - "text.placeholder": "#767d9aff", - "text.disabled": "#767d9aff", - "text.accent": "#3e8fd0ff", - "icon": "#202646ff", - "icon.muted": "#5f6789ff", - "icon.disabled": "#767d9aff", - "icon.placeholder": "#5f6789ff", - "icon.accent": "#3e8fd0ff", - "status_bar.background": "#c1c5d8ff", - "title_bar.background": "#c1c5d8ff", - "title_bar.inactive_background": "#e5e8f5ff", - "toolbar.background": "#f5f7ffff", - "tab_bar.background": "#e5e8f5ff", - "tab.inactive_background": "#e5e8f5ff", - "tab.active_background": "#f5f7ffff", - "search.match_background": "#3f8fd066", - "panel.background": "#e5e8f5ff", - "panel.focused_border": null, - "pane.focused_border": null, - "scrollbar.thumb.background": "#2026464c", - "scrollbar.thumb.hover_background": "#ccd0e1ff", - "scrollbar.thumb.border": "#ccd0e1ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#e9ebf7ff", - "editor.foreground": "#293256ff", - "editor.background": "#f5f7ffff", - "editor.gutter.background": "#f5f7ffff", - "editor.subheader.background": "#e5e8f5ff", - "editor.active_line.background": "#e5e8f5bf", - "editor.highlighted_line.background": "#e5e8f5ff", - "editor.line_number": "#abaebd", - "editor.active_line_number": "#22232b", - "editor.hover_line_number": "#434656", - "editor.invisible": "#7a819cff", - "editor.wrap_guide": "#2026460d", - "editor.active_wrap_guide": "#2026461a", - "editor.document_highlight.read_background": "#3e8fd01a", - "editor.document_highlight.write_background": "#7a819c66", - "terminal.background": "#f5f7ffff", - "terminal.foreground": "#202646ff", - "terminal.bright_foreground": "#202646ff", - "terminal.dim_foreground": "#f5f7ffff", - "terminal.ansi.black": "#f5f7ffff", - "terminal.ansi.bright_black": "#8b90a7ff", - "terminal.ansi.dim_black": "#202646ff", - "terminal.ansi.red": "#c94922ff", - "terminal.ansi.bright_red": "#eea48bff", - "terminal.ansi.dim_red": "#6d2616ff", - "terminal.ansi.green": "#ac9739ff", - "terminal.ansi.bright_green": "#d9ca9bff", - "terminal.ansi.dim_green": "#534921ff", - "terminal.ansi.yellow": "#c08b30ff", - "terminal.ansi.bright_yellow": "#e5c497ff", - "terminal.ansi.dim_yellow": "#63441eff", - "terminal.ansi.blue": "#3e8fd0ff", - "terminal.ansi.bright_blue": "#a9c6e8ff", - "terminal.ansi.dim_blue": "#274664ff", - "terminal.ansi.magenta": "#9b6279ff", - "terminal.ansi.bright_magenta": "#cfafbbff", - "terminal.ansi.dim_magenta": "#4c333dff", - "terminal.ansi.cyan": "#24a1c9ff", - "terminal.ansi.bright_cyan": "#a4d0e4ff", - "terminal.ansi.dim_cyan": "#214d5fff", - "terminal.ansi.white": "#202646ff", - "terminal.ansi.bright_white": "#202646ff", - "terminal.ansi.dim_white": "#687091ff", - "link_text.hover": "#3e8fd0ff", - "conflict": "#c08b30ff", - "conflict.background": "#f6e6d4ff", - "conflict.border": "#eed4b3ff", - "created": "#ac9739ff", - "created.background": "#f0e8d5ff", - "created.border": "#e4d8b7ff", - "deleted": "#c94922ff", - "deleted.background": "#fcdad0ff", - "deleted.border": "#f6beabff", - "error": "#c94922ff", - "error.background": "#fcdad0ff", - "error.border": "#f6beabff", - "hidden": "#767d9aff", - "hidden.background": "#c1c5d8ff", - "hidden.border": "#aeb3c7ff", - "hint": "#7087b2ff", - "hint.background": "#dde7f6ff", - "hint.border": "#c2d5efff", - "ignored": "#767d9aff", - "ignored.background": "#c1c5d8ff", - "ignored.border": "#9a9fb6ff", - "info": "#3e8fd0ff", - "info.background": "#dde7f6ff", - "info.border": "#c2d5efff", - "modified": "#c08b30ff", - "modified.background": "#f6e6d4ff", - "modified.border": "#eed4b3ff", - "predictive": "#8599beff", - "predictive.background": "#f0e8d5ff", - "predictive.border": "#e4d8b7ff", - "renamed": "#3e8fd0ff", - "renamed.background": "#dde7f6ff", - "renamed.border": "#c2d5efff", - "success": "#ac9739ff", - "success.background": "#f0e8d5ff", - "success.border": "#e4d8b7ff", - "unreachable": "#5f6789ff", - "unreachable.background": "#c1c5d8ff", - "unreachable.border": "#9a9fb6ff", - "warning": "#c08b30ff", - "warning.background": "#f6e6d4ff", - "warning.border": "#eed4b3ff", - "players": [ - { - "cursor": "#3e8fd0ff", - "background": "#3e8fd0ff", - "selection": "#3e8fd03d" - }, - { - "cursor": "#9b6279ff", - "background": "#9b6279ff", - "selection": "#9b62793d" - }, - { - "cursor": "#c76a29ff", - "background": "#c76a29ff", - "selection": "#c76a293d" - }, - { - "cursor": "#6679cbff", - "background": "#6679cbff", - "selection": "#6679cb3d" - }, - { - "cursor": "#24a1c9ff", - "background": "#24a1c9ff", - "selection": "#24a1c93d" - }, - { - "cursor": "#c94922ff", - "background": "#c94922ff", - "selection": "#c949223d" - }, - { - "cursor": "#c08b30ff", - "background": "#c08b30ff", - "selection": "#c08b303d" - }, - { - "cursor": "#ac9739ff", - "background": "#ac9739ff", - "selection": "#ac97393d" - } - ], - "syntax": { - "attribute": { - "color": "#3e8fd0ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#ac9739ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#898ea4ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#5d6587ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#ac9739ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#3e8fd0ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#202646ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#3e8fd0ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#3e8fd0ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#c76a29ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#3d8fd1ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#3d8fd1ff", - "font_style": null, - "font_weight": null - }, - "function.special.definition": { - "color": "#c08b2fff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#7087b2ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#6679ccff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#3e8fd0ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#c76a29ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#ac9739ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#c76a28ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#5d6587ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#8599beff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#202646ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#293256ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#c94821ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#293256ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#5d6587ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#5d6587ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#293256ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#9b6279ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#ac9738ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#5d6587ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#21a2c9ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#9b6279ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#ac9738ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#3e8fd0ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#c76a29ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#202646ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#c08b2fff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#293256ff", - "font_style": null, - "font_weight": null - }, - "variable.special": { - "color": "#6679ccff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#c08b2fff", - "font_style": null, - "font_weight": null - } - } - } - } - ] -} diff --git a/assets/themes/rose_pine/LICENSE b/assets/themes/rose_pine/LICENSE deleted file mode 100644 index 12767334539540f92889031d8682d2487acc28bd..0000000000000000000000000000000000000000 --- a/assets/themes/rose_pine/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2021 Emilia Dunfelt - -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. diff --git a/assets/themes/rose_pine/rose_pine.json b/assets/themes/rose_pine/rose_pine.json deleted file mode 100644 index 9a078f77135a63adf94b59c703cde203c38812cb..0000000000000000000000000000000000000000 --- a/assets/themes/rose_pine/rose_pine.json +++ /dev/null @@ -1,1150 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "Rosé Pine", - "author": "Zed Industries", - "themes": [ - { - "name": "Rosé Pine", - "appearance": "dark", - "style": { - "border": "#423f55ff", - "border.variant": "#232132ff", - "border.focused": "#435255ff", - "border.selected": "#435255ff", - "border.transparent": "#00000000", - "border.disabled": "#353347ff", - "elevated_surface.background": "#1c1b2aff", - "surface.background": "#1c1b2aff", - "background": "#292738ff", - "element.background": "#1c1b2aff", - "element.hover": "#232132ff", - "element.active": "#403e53ff", - "element.selected": "#403e53ff", - "element.disabled": "#1c1b2aff", - "drop_target.background": "#74708d80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#232132ff", - "ghost_element.active": "#403e53ff", - "ghost_element.selected": "#403e53ff", - "ghost_element.disabled": "#1c1b2aff", - "text": "#e0def4ff", - "text.muted": "#74708dff", - "text.placeholder": "#2f2b43ff", - "text.disabled": "#2f2b43ff", - "text.accent": "#9bced6ff", - "icon": "#e0def4ff", - "icon.muted": "#74708dff", - "icon.disabled": "#2f2b43ff", - "icon.placeholder": "#74708dff", - "icon.accent": "#9bced6ff", - "status_bar.background": "#292738ff", - "title_bar.background": "#292738ff", - "title_bar.inactive_background": "#1c1b2aff", - "toolbar.background": "#191724ff", - "tab_bar.background": "#1c1b2aff", - "tab.inactive_background": "#1c1b2aff", - "tab.active_background": "#191724ff", - "search.match_background": "#57949f66", - "panel.background": "#1c1b2aff", - "panel.focused_border": "#9bced6ff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#e0def44c", - "scrollbar.thumb.hover_background": "#232132ff", - "scrollbar.thumb.border": "#232132ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#1b1a29ff", - "editor.foreground": "#e0def4ff", - "editor.background": "#191724ff", - "editor.gutter.background": "#191724ff", - "editor.subheader.background": "#1c1b2aff", - "editor.active_line.background": "#1c1b2abf", - "editor.highlighted_line.background": "#1c1b2aff", - "editor.line_number": "#605e6e", - "editor.active_line_number": "#c9c8d0", - "editor.hover_line_number": "#aeadb8", - "editor.invisible": "#28253cff", - "editor.wrap_guide": "#e0def40d", - "editor.active_wrap_guide": "#e0def41a", - "editor.document_highlight.read_background": "#9bced61a", - "editor.document_highlight.write_background": "#28253c66", - "terminal.background": "#191724ff", - "terminal.foreground": "#e0def4ff", - "terminal.bright_foreground": "#e0def4ff", - "terminal.dim_foreground": "#191724ff", - "terminal.ansi.black": "#191724ff", - "terminal.ansi.bright_black": "#403d55ff", - "terminal.ansi.dim_black": "#e0def4ff", - "terminal.ansi.red": "#ea6e92ff", - "terminal.ansi.bright_red": "#7e3647ff", - "terminal.ansi.dim_red": "#fab9c6ff", - "terminal.ansi.green": "#5cc1a3ff", - "terminal.ansi.bright_green": "#31614fff", - "terminal.ansi.dim_green": "#b3e1d1ff", - "terminal.ansi.yellow": "#f6c177ff", - "terminal.ansi.bright_yellow": "#8a643aff", - "terminal.ansi.dim_yellow": "#fedfbbff", - "terminal.ansi.blue": "#9bced6ff", - "terminal.ansi.bright_blue": "#566b70ff", - "terminal.ansi.dim_blue": "#cfe7ebff", - "terminal.ansi.magenta": "#9d7591ff", - "terminal.ansi.bright_magenta": "#4c3b47ff", - "terminal.ansi.dim_magenta": "#ceb9c7ff", - "terminal.ansi.cyan": "#31738fff", - "terminal.ansi.bright_cyan": "#203a46ff", - "terminal.ansi.dim_cyan": "#9cb7c6ff", - "terminal.ansi.white": "#e0def4ff", - "terminal.ansi.bright_white": "#e0def4ff", - "terminal.ansi.dim_white": "#514e68ff", - "link_text.hover": "#9bced6ff", - "conflict": "#f6c177ff", - "conflict.background": "#50331aff", - "conflict.border": "#6d4d2bff", - "created": "#5cc1a3ff", - "created.background": "#182d23ff", - "created.border": "#254839ff", - "deleted": "#ea6e92ff", - "deleted.background": "#431720ff", - "deleted.border": "#612834ff", - "error": "#ea6e92ff", - "error.background": "#431720ff", - "error.border": "#612834ff", - "hidden": "#2f2b43ff", - "hidden.background": "#292738ff", - "hidden.border": "#353347ff", - "hint": "#5e768cff", - "hint.background": "#2f3639ff", - "hint.border": "#435255ff", - "ignored": "#2f2b43ff", - "ignored.background": "#292738ff", - "ignored.border": "#423f55ff", - "info": "#9bced6ff", - "info.background": "#2f3639ff", - "info.border": "#435255ff", - "modified": "#f6c177ff", - "modified.background": "#50331aff", - "modified.border": "#6d4d2bff", - "predictive": "#556b81ff", - "predictive.background": "#182d23ff", - "predictive.border": "#254839ff", - "renamed": "#9bced6ff", - "renamed.background": "#2f3639ff", - "renamed.border": "#435255ff", - "success": "#5cc1a3ff", - "success.background": "#182d23ff", - "success.border": "#254839ff", - "unreachable": "#74708dff", - "unreachable.background": "#292738ff", - "unreachable.border": "#423f55ff", - "warning": "#f6c177ff", - "warning.background": "#50331aff", - "warning.border": "#6d4d2bff", - "players": [ - { - "cursor": "#9bced6ff", - "background": "#9bced6ff", - "selection": "#9bced63d" - }, - { - "cursor": "#9d7591ff", - "background": "#9d7591ff", - "selection": "#9d75913d" - }, - { - "cursor": "#c4a7e6ff", - "background": "#c4a7e6ff", - "selection": "#c4a7e63d" - }, - { - "cursor": "#c4a7e6ff", - "background": "#c4a7e6ff", - "selection": "#c4a7e63d" - }, - { - "cursor": "#31738fff", - "background": "#31738fff", - "selection": "#31738f3d" - }, - { - "cursor": "#ea6e92ff", - "background": "#ea6e92ff", - "selection": "#ea6e923d" - }, - { - "cursor": "#f6c177ff", - "background": "#f6c177ff", - "selection": "#f6c1773d" - }, - { - "cursor": "#5cc1a3ff", - "background": "#5cc1a3ff", - "selection": "#5cc1a33d" - } - ], - "syntax": { - "attribute": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#ebbcbaff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#6e6a86ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#76728fff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#5cc1a3ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#e0def4ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#ebbcbaff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#ebbcbaff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#5e768cff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#30738fff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#9ccfd8ff", - "font_style": "normal", - "font_weight": null - }, - "link_uri": { - "color": "#ebbcbaff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#5cc1a3ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#30738fff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#556b81ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#e0def4ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#e0def4ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#908caaff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#9d99b6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#9d99b6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#9d99b6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#9d99b6ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#f6c177ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#76728fff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#9ccfd8ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f6c177ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#9ccfd8ff", - "font_style": null, - "font_weight": null - }, - "type.builtin": { - "color": "#9ccfd8ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#e0def4ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Rosé Pine Dawn", - "appearance": "light", - "style": { - "border": "#dcd6d5ff", - "border.variant": "#e5e0dfff", - "border.focused": "#c3d7dbff", - "border.selected": "#c3d7dbff", - "border.transparent": "#00000000", - "border.disabled": "#d0cccfff", - "elevated_surface.background": "#fef9f2ff", - "surface.background": "#fef9f2ff", - "background": "#dcd8d8ff", - "element.background": "#fef9f2ff", - "element.hover": "#e5e0dfff", - "element.active": "#dad4d3ff", - "element.selected": "#dad4d3ff", - "element.disabled": "#fef9f2ff", - "drop_target.background": "#706c8c80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#e5e0dfff", - "ghost_element.active": "#dad4d3ff", - "ghost_element.selected": "#dad4d3ff", - "ghost_element.disabled": "#fef9f2ff", - "text": "#575279ff", - "text.muted": "#706c8cff", - "text.placeholder": "#938fa3ff", - "text.disabled": "#938fa3ff", - "text.accent": "#57949fff", - "icon": "#575279ff", - "icon.muted": "#706c8cff", - "icon.disabled": "#938fa3ff", - "icon.placeholder": "#706c8cff", - "icon.accent": "#57949fff", - "status_bar.background": "#dcd8d8ff", - "title_bar.background": "#dcd8d8ff", - "title_bar.inactive_background": "#fef9f2ff", - "toolbar.background": "#faf4edff", - "tab_bar.background": "#fef9f2ff", - "tab.inactive_background": "#fef9f2ff", - "tab.active_background": "#faf4edff", - "search.match_background": "#9cced766", - "panel.background": "#fef9f2ff", - "panel.focused_border": "#57949fff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#5752794c", - "scrollbar.thumb.hover_background": "#e5e0dfff", - "scrollbar.thumb.border": "#e5e0dfff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#fdf8f1ff", - "editor.foreground": "#575279ff", - "editor.background": "#faf4edff", - "editor.gutter.background": "#faf4edff", - "editor.subheader.background": "#fef9f2ff", - "editor.active_line.background": "#fef9f2bf", - "editor.highlighted_line.background": "#fef9f2ff", - "editor.line_number": "#b4adb8", - "editor.active_line_number": "#4e4752", - "editor.hover_line_number": "#685f6d", - "editor.invisible": "#9691a4ff", - "editor.wrap_guide": "#5752790d", - "editor.active_wrap_guide": "#5752791a", - "editor.document_highlight.read_background": "#57949f1a", - "editor.document_highlight.write_background": "#9691a466", - "terminal.background": "#faf4edff", - "terminal.foreground": "#575279ff", - "terminal.bright_foreground": "#575279ff", - "terminal.dim_foreground": "#faf4edff", - "terminal.ansi.black": "#faf4edff", - "terminal.ansi.bright_black": "#b8b2baff", - "terminal.ansi.dim_black": "#575279ff", - "terminal.ansi.red": "#b4647aff", - "terminal.ansi.bright_red": "#dcb0bbff", - "terminal.ansi.dim_red": "#57333dff", - "terminal.ansi.green": "#3daa8eff", - "terminal.ansi.bright_green": "#a5d5c5ff", - "terminal.ansi.dim_green": "#265245ff", - "terminal.ansi.yellow": "#e99d35ff", - "terminal.ansi.bright_yellow": "#fccd9bff", - "terminal.ansi.dim_yellow": "#854a1eff", - "terminal.ansi.blue": "#57949fff", - "terminal.ansi.bright_blue": "#acc9ceff", - "terminal.ansi.dim_blue": "#2f484dff", - "terminal.ansi.magenta": "#7c697fff", - "terminal.ansi.bright_magenta": "#bcb1bdff", - "terminal.ansi.dim_magenta": "#3e353fff", - "terminal.ansi.cyan": "#296983ff", - "terminal.ansi.bright_cyan": "#97b1c0ff", - "terminal.ansi.dim_cyan": "#1b3541ff", - "terminal.ansi.white": "#575279ff", - "terminal.ansi.bright_white": "#575279ff", - "terminal.ansi.dim_white": "#827e98ff", - "link_text.hover": "#57949fff", - "conflict": "#e99d35ff", - "conflict.background": "#ffebd6ff", - "conflict.border": "#ffdab7ff", - "created": "#3daa8eff", - "created.background": "#dbeee7ff", - "created.border": "#bee0d5ff", - "deleted": "#b4647aff", - "deleted.background": "#f1dfe3ff", - "deleted.border": "#e6c6cdff", - "error": "#b4647aff", - "error.background": "#f1dfe3ff", - "error.border": "#e6c6cdff", - "hidden": "#938fa3ff", - "hidden.background": "#dcd8d8ff", - "hidden.border": "#d0cccfff", - "hint": "#7a92aaff", - "hint.background": "#dde9ebff", - "hint.border": "#c3d7dbff", - "ignored": "#938fa3ff", - "ignored.background": "#dcd8d8ff", - "ignored.border": "#dcd6d5ff", - "info": "#57949fff", - "info.background": "#dde9ebff", - "info.border": "#c3d7dbff", - "modified": "#e99d35ff", - "modified.background": "#ffebd6ff", - "modified.border": "#ffdab7ff", - "predictive": "#a2acbeff", - "predictive.background": "#dbeee7ff", - "predictive.border": "#bee0d5ff", - "renamed": "#57949fff", - "renamed.background": "#dde9ebff", - "renamed.border": "#c3d7dbff", - "success": "#3daa8eff", - "success.background": "#dbeee7ff", - "success.border": "#bee0d5ff", - "unreachable": "#706c8cff", - "unreachable.background": "#dcd8d8ff", - "unreachable.border": "#dcd6d5ff", - "warning": "#e99d35ff", - "warning.background": "#ffebd6ff", - "warning.border": "#ffdab7ff", - "players": [ - { - "cursor": "#57949fff", - "background": "#57949fff", - "selection": "#57949f3d" - }, - { - "cursor": "#7c697fff", - "background": "#7c697fff", - "selection": "#7c697f3d" - }, - { - "cursor": "#9079a9ff", - "background": "#9079a9ff", - "selection": "#9079a93d" - }, - { - "cursor": "#9079a9ff", - "background": "#9079a9ff", - "selection": "#9079a93d" - }, - { - "cursor": "#296983ff", - "background": "#296983ff", - "selection": "#2969833d" - }, - { - "cursor": "#b4647aff", - "background": "#b4647aff", - "selection": "#b4647a3d" - }, - { - "cursor": "#e99d35ff", - "background": "#e99d35ff", - "selection": "#e99d353d" - }, - { - "cursor": "#3daa8eff", - "background": "#3daa8eff", - "selection": "#3daa8e3d" - } - ], - "syntax": { - "attribute": { - "color": "#57949fff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#d7827dff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#9893a5ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#6e6a8bff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#3daa8eff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#57949fff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#575279ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#57949fff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#57949fff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#9079a9ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#d7827dff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#d7827dff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#7a92aaff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#276983ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#57949fff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#55949fff", - "font_style": "normal", - "font_weight": null - }, - "link_uri": { - "color": "#d7827dff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#3daa8eff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#276983ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#a2acbeff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#575279ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#575279ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#57949fff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#797593ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#635e82ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#635e82ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#635e82ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#635e82ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#ea9d34ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#6e6a8bff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#9079a9ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#9079a9ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#9079a9ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#55949fff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#9079a9ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#ea9d34ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#55949fff", - "font_style": null, - "font_weight": null - }, - "type.builtin": { - "color": "#55949fff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#575279ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#57949fff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Rosé Pine Moon", - "appearance": "dark", - "style": { - "border": "#504c68ff", - "border.variant": "#322f48ff", - "border.focused": "#435255ff", - "border.selected": "#435255ff", - "border.transparent": "#00000000", - "border.disabled": "#44415bff", - "elevated_surface.background": "#28253cff", - "surface.background": "#28253cff", - "background": "#38354eff", - "element.background": "#28253cff", - "element.hover": "#322f48ff", - "element.active": "#4f4b66ff", - "element.selected": "#4f4b66ff", - "element.disabled": "#28253cff", - "drop_target.background": "#85819e80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#322f48ff", - "ghost_element.active": "#4f4b66ff", - "ghost_element.selected": "#4f4b66ff", - "ghost_element.disabled": "#28253cff", - "text": "#e0def4ff", - "text.muted": "#85819eff", - "text.placeholder": "#605d7aff", - "text.disabled": "#605d7aff", - "text.accent": "#9bced6ff", - "icon": "#e0def4ff", - "icon.muted": "#85819eff", - "icon.disabled": "#605d7aff", - "icon.placeholder": "#85819eff", - "icon.accent": "#9bced6ff", - "status_bar.background": "#38354eff", - "title_bar.background": "#38354eff", - "title_bar.inactive_background": "#28253cff", - "toolbar.background": "#232136ff", - "tab_bar.background": "#28253cff", - "tab.inactive_background": "#28253cff", - "tab.active_background": "#232136ff", - "search.match_background": "#9cced766", - "panel.background": "#28253cff", - "panel.focused_border": "#9bced6ff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#e0def44c", - "scrollbar.thumb.hover_background": "#322f48ff", - "scrollbar.thumb.border": "#322f48ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#27243bff", - "editor.foreground": "#e0def4ff", - "editor.background": "#232136ff", - "editor.gutter.background": "#232136ff", - "editor.subheader.background": "#28253cff", - "editor.active_line.background": "#28253cbf", - "editor.highlighted_line.background": "#28253cff", - "editor.line_number": "#6b697d", - "editor.active_line_number": "#d6d5dc", - "editor.hover_line_number": "#bbbac5", - "editor.invisible": "#595571ff", - "editor.wrap_guide": "#e0def40d", - "editor.active_wrap_guide": "#e0def41a", - "editor.document_highlight.read_background": "#9bced61a", - "editor.document_highlight.write_background": "#59557166", - "terminal.background": "#232136ff", - "terminal.foreground": "#e0def4ff", - "terminal.bright_foreground": "#e0def4ff", - "terminal.dim_foreground": "#232136ff", - "terminal.ansi.black": "#232136ff", - "terminal.ansi.bright_black": "#3f3b58ff", - "terminal.ansi.dim_black": "#e0def4ff", - "terminal.ansi.red": "#ea6e92ff", - "terminal.ansi.bright_red": "#7e3647ff", - "terminal.ansi.dim_red": "#fab9c6ff", - "terminal.ansi.green": "#5cc1a3ff", - "terminal.ansi.bright_green": "#31614fff", - "terminal.ansi.dim_green": "#b3e1d1ff", - "terminal.ansi.yellow": "#f6c177ff", - "terminal.ansi.bright_yellow": "#8a643aff", - "terminal.ansi.dim_yellow": "#fedfbbff", - "terminal.ansi.blue": "#9bced6ff", - "terminal.ansi.bright_blue": "#566b70ff", - "terminal.ansi.dim_blue": "#cfe7ebff", - "terminal.ansi.magenta": "#a683a0ff", - "terminal.ansi.bright_magenta": "#51414eff", - "terminal.ansi.dim_magenta": "#d2bfceff", - "terminal.ansi.cyan": "#3e8fb0ff", - "terminal.ansi.bright_cyan": "#264654ff", - "terminal.ansi.dim_cyan": "#a5c5d7ff", - "terminal.ansi.white": "#e0def4ff", - "terminal.ansi.bright_white": "#e0def4ff", - "terminal.ansi.dim_white": "#74708dff", - "link_text.hover": "#9bced6ff", - "conflict": "#f6c177ff", - "conflict.background": "#50331aff", - "conflict.border": "#6d4d2bff", - "created": "#5cc1a3ff", - "created.background": "#182d23ff", - "created.border": "#254839ff", - "deleted": "#ea6e92ff", - "deleted.background": "#431720ff", - "deleted.border": "#612834ff", - "error": "#ea6e92ff", - "error.background": "#431720ff", - "error.border": "#612834ff", - "hidden": "#605d7aff", - "hidden.background": "#38354eff", - "hidden.border": "#44415bff", - "hint": "#728aa2ff", - "hint.background": "#2f3639ff", - "hint.border": "#435255ff", - "ignored": "#605d7aff", - "ignored.background": "#38354eff", - "ignored.border": "#504c68ff", - "info": "#9bced6ff", - "info.background": "#2f3639ff", - "info.border": "#435255ff", - "modified": "#f6c177ff", - "modified.background": "#50331aff", - "modified.border": "#6d4d2bff", - "predictive": "#516b83ff", - "predictive.background": "#182d23ff", - "predictive.border": "#254839ff", - "renamed": "#9bced6ff", - "renamed.background": "#2f3639ff", - "renamed.border": "#435255ff", - "success": "#5cc1a3ff", - "success.background": "#182d23ff", - "success.border": "#254839ff", - "unreachable": "#85819eff", - "unreachable.background": "#38354eff", - "unreachable.border": "#504c68ff", - "warning": "#f6c177ff", - "warning.background": "#50331aff", - "warning.border": "#6d4d2bff", - "players": [ - { - "cursor": "#9bced6ff", - "background": "#9bced6ff", - "selection": "#9bced63d" - }, - { - "cursor": "#a683a0ff", - "background": "#a683a0ff", - "selection": "#a683a03d" - }, - { - "cursor": "#c4a7e6ff", - "background": "#c4a7e6ff", - "selection": "#c4a7e63d" - }, - { - "cursor": "#c4a7e6ff", - "background": "#c4a7e6ff", - "selection": "#c4a7e63d" - }, - { - "cursor": "#3e8fb0ff", - "background": "#3e8fb0ff", - "selection": "#3e8fb03d" - }, - { - "cursor": "#ea6e92ff", - "background": "#ea6e92ff", - "selection": "#ea6e923d" - }, - { - "cursor": "#f6c177ff", - "background": "#f6c177ff", - "selection": "#f6c1773d" - }, - { - "cursor": "#5cc1a3ff", - "background": "#5cc1a3ff", - "selection": "#5cc1a33d" - } - ], - "syntax": { - "attribute": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#ea9a97ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#6e6a86ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#8682a0ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#5cc1a3ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#e0def4ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#ea9a97ff", - "font_style": null, - "font_weight": null - }, - "function.method": { - "color": "#ea9a97ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#728aa2ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#3d8fb0ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#9ccfd8ff", - "font_style": "normal", - "font_weight": null - }, - "link_uri": { - "color": "#ea9a97ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#5cc1a3ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#3d8fb0ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#516b83ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#e0def4ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#e0def4ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#908caaff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#aeabc6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#aeabc6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#aeabc6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#aeabc6ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#f6c177ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#8682a0ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#9ccfd8ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#c4a7e6ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f6c177ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#9ccfd8ff", - "font_style": null, - "font_weight": null - }, - "type.builtin": { - "color": "#9ccfd8ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#e0def4ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#9bced6ff", - "font_style": null, - "font_weight": null - } - } - } - } - ] -} diff --git a/assets/themes/sandcastle/LICENSE b/assets/themes/sandcastle/LICENSE deleted file mode 100644 index ba6559d8106fb5f9dfefc2cd0da8540c86ffdd68..0000000000000000000000000000000000000000 --- a/assets/themes/sandcastle/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2019 George Essig - -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. diff --git a/assets/themes/sandcastle/sandcastle.json b/assets/themes/sandcastle/sandcastle.json deleted file mode 100644 index 7856a50465312edd08b5d80824f428b1eb5dc2ad..0000000000000000000000000000000000000000 --- a/assets/themes/sandcastle/sandcastle.json +++ /dev/null @@ -1,378 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "Sandcastle", - "author": "Zed Industries", - "themes": [ - { - "name": "Sandcastle", - "appearance": "dark", - "style": { - "border": "#3d4350ff", - "border.variant": "#313741ff", - "border.focused": "#223131ff", - "border.selected": "#223131ff", - "border.transparent": "#00000000", - "border.disabled": "#393f4aff", - "elevated_surface.background": "#2b3038ff", - "surface.background": "#2b3038ff", - "background": "#333944ff", - "element.background": "#2b3038ff", - "element.hover": "#313741ff", - "element.active": "#3d4350ff", - "element.selected": "#3d4350ff", - "element.disabled": "#2b3038ff", - "drop_target.background": "#a6978280", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#313741ff", - "ghost_element.active": "#3d4350ff", - "ghost_element.selected": "#3d4350ff", - "ghost_element.disabled": "#2b3038ff", - "text": "#fdf4c1ff", - "text.muted": "#a69782ff", - "text.placeholder": "#827568ff", - "text.disabled": "#827568ff", - "text.accent": "#518b8bff", - "icon": "#fdf4c1ff", - "icon.muted": "#a69782ff", - "icon.disabled": "#827568ff", - "icon.placeholder": "#a69782ff", - "icon.accent": "#518b8bff", - "status_bar.background": "#333944ff", - "title_bar.background": "#333944ff", - "title_bar.inactive_background": "#2b3038ff", - "toolbar.background": "#282c33ff", - "tab_bar.background": "#2b3038ff", - "tab.inactive_background": "#2b3038ff", - "tab.active_background": "#282c33ff", - "search.match_background": "#528b8b66", - "panel.background": "#2b3038ff", - "panel.focused_border": "#518b8bff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#fdf4c14c", - "scrollbar.thumb.hover_background": "#313741ff", - "scrollbar.thumb.border": "#313741ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#2a2f38ff", - "editor.foreground": "#fdf4c1ff", - "editor.background": "#282c33ff", - "editor.gutter.background": "#282c33ff", - "editor.subheader.background": "#2b3038ff", - "editor.active_line.background": "#2b3038bf", - "editor.highlighted_line.background": "#2b3038ff", - "editor.line_number": "#6b6b61", - "editor.active_line_number": "#dbdbd7", - "editor.hover_line_number": "#b6b6af", - "editor.invisible": "#7c6f64ff", - "editor.wrap_guide": "#fdf4c10d", - "editor.active_wrap_guide": "#fdf4c11a", - "editor.document_highlight.read_background": "#518b8b1a", - "editor.document_highlight.write_background": "#7c6f6466", - "terminal.background": "#282c33ff", - "terminal.foreground": "#fdf4c1ff", - "terminal.bright_foreground": "#fdf4c1ff", - "terminal.dim_foreground": "#282c33ff", - "terminal.ansi.black": "#282c33ff", - "terminal.ansi.bright_black": "#5e5753ff", - "terminal.ansi.dim_black": "#fdf4c1ff", - "terminal.ansi.red": "#b3627aff", - "terminal.ansi.bright_red": "#57333dff", - "terminal.ansi.dim_red": "#dcb0bbff", - "terminal.ansi.green": "#83a598ff", - "terminal.ansi.bright_green": "#414f4aff", - "terminal.ansi.dim_green": "#c0d2cbff", - "terminal.ansi.yellow": "#a07d3aff", - "terminal.ansi.bright_yellow": "#4e3f22ff", - "terminal.ansi.dim_yellow": "#d3bd9aff", - "terminal.ansi.blue": "#518b8bff", - "terminal.ansi.bright_blue": "#2c4444ff", - "terminal.ansi.dim_blue": "#a8c4c4ff", - "terminal.ansi.magenta": "#a87222ff", - "terminal.ansi.bright_magenta": "#523918ff", - "terminal.ansi.dim_magenta": "#dab78eff", - "terminal.ansi.cyan": "#83a598ff", - "terminal.ansi.bright_cyan": "#414f4aff", - "terminal.ansi.dim_cyan": "#c0d2cbff", - "terminal.ansi.white": "#fdf4c1ff", - "terminal.ansi.bright_white": "#fdf4c1ff", - "terminal.ansi.dim_white": "#958776ff", - "link_text.hover": "#518b8bff", - "conflict": "#a07d3aff", - "conflict.background": "#231d12ff", - "conflict.border": "#392e19ff", - "created": "#83a598ff", - "created.background": "#1e2321ff", - "created.border": "#303a36ff", - "deleted": "#b3627aff", - "deleted.background": "#26191cff", - "deleted.border": "#3e272dff", - "error": "#b3627aff", - "error.background": "#26191cff", - "error.border": "#3e272dff", - "hidden": "#827568ff", - "hidden.background": "#333944ff", - "hidden.border": "#393f4aff", - "hint": "#727d68ff", - "hint.background": "#171e1eff", - "hint.border": "#223131ff", - "ignored": "#827568ff", - "ignored.background": "#333944ff", - "ignored.border": "#3d4350ff", - "info": "#518b8bff", - "info.background": "#171e1eff", - "info.border": "#223131ff", - "modified": "#a07d3aff", - "modified.background": "#231d12ff", - "modified.border": "#392e19ff", - "predictive": "#5c6152ff", - "predictive.background": "#1e2321ff", - "predictive.border": "#303a36ff", - "renamed": "#518b8bff", - "renamed.background": "#171e1eff", - "renamed.border": "#223131ff", - "success": "#83a598ff", - "success.background": "#1e2321ff", - "success.border": "#303a36ff", - "unreachable": "#a69782ff", - "unreachable.background": "#333944ff", - "unreachable.border": "#3d4350ff", - "warning": "#a07d3aff", - "warning.background": "#231d12ff", - "warning.border": "#392e19ff", - "players": [ - { - "cursor": "#518b8bff", - "background": "#518b8bff", - "selection": "#518b8b3d" - }, - { - "cursor": "#a87222ff", - "background": "#a87222ff", - "selection": "#a872223d" - }, - { - "cursor": "#a07d3aff", - "background": "#a07d3aff", - "selection": "#a07d3a3d" - }, - { - "cursor": "#d75f5fff", - "background": "#d75f5fff", - "selection": "#d75f5f3d" - }, - { - "cursor": "#83a598ff", - "background": "#83a598ff", - "selection": "#83a5983d" - }, - { - "cursor": "#b3627aff", - "background": "#b3627aff", - "selection": "#b3627a3d" - }, - { - "cursor": "#a07d3aff", - "background": "#a07d3aff", - "selection": "#a07d3a3d" - }, - { - "cursor": "#83a598ff", - "background": "#83a598ff", - "selection": "#83a5983d" - } - ], - "syntax": { - "attribute": { - "color": "#518b8bff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#83a598ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#a89984ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#a89984ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#83a598ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#518b8bff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#fdf4c1ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#518b8bff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#518b8bff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#727d68ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#518b8bff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#518b8bff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#a07d3aff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#83a598ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#83a598ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#5c6152ff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#fdf4c1ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#fdf4c1ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#518b8bff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#d5c5a1ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#d5c5a1ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#d5c5a1ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#d5c5a1ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#d5c5a1ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#a89984ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#518b8bff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#a07d3aff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#fdf4c1ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#83a598ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#fdf4c1ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#518b8bff", - "font_style": null, - "font_weight": null - } - } - } - } - ] -} diff --git a/assets/themes/solarized/LICENSE b/assets/themes/solarized/LICENSE deleted file mode 100644 index 2b5ddc4158b51df484a9df6e1724b9ef387860b6..0000000000000000000000000000000000000000 --- a/assets/themes/solarized/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2011 Ethan Schoonover - -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. diff --git a/assets/themes/solarized/solarized.json b/assets/themes/solarized/solarized.json deleted file mode 100644 index f63048c694e2db33223bd536e35db35828661f0e..0000000000000000000000000000000000000000 --- a/assets/themes/solarized/solarized.json +++ /dev/null @@ -1,749 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "Solarized", - "author": "Zed Industries", - "themes": [ - { - "name": "Solarized Dark", - "appearance": "dark", - "style": { - "border": "#2b4e58ff", - "border.variant": "#053541ff", - "border.focused": "#1b3149ff", - "border.selected": "#1b3149ff", - "border.transparent": "#00000000", - "border.disabled": "#19424dff", - "elevated_surface.background": "#04313bff", - "surface.background": "#04313bff", - "background": "#073743ff", - "element.background": "#04313bff", - "element.hover": "#053541ff", - "element.active": "#294d58ff", - "element.selected": "#294d58ff", - "element.disabled": "#04313bff", - "drop_target.background": "#93a1a180", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#053541ff", - "ghost_element.active": "#294d58ff", - "ghost_element.selected": "#294d58ff", - "ghost_element.disabled": "#04313bff", - "text": "#fdf6e3ff", - "text.muted": "#93a1a1ff", - "text.placeholder": "#6f8389ff", - "text.disabled": "#6f8389ff", - "text.accent": "#278ad1ff", - "icon": "#fdf6e3ff", - "icon.muted": "#93a1a1ff", - "icon.disabled": "#6f8389ff", - "icon.placeholder": "#93a1a1ff", - "icon.accent": "#278ad1ff", - "status_bar.background": "#073743ff", - "title_bar.background": "#073743ff", - "title_bar.inactive_background": "#04313bff", - "toolbar.background": "#002a35ff", - "tab_bar.background": "#04313bff", - "tab.inactive_background": "#04313bff", - "tab.active_background": "#002a35ff", - "search.match_background": "#288bd166", - "panel.background": "#04313bff", - "panel.focused_border": "#278ad1ff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#fdf6e34c", - "scrollbar.thumb.hover_background": "#053541ff", - "scrollbar.thumb.border": "#053541ff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#022f3bff", - "editor.foreground": "#fdf6e3ff", - "editor.background": "#002a35ff", - "editor.gutter.background": "#002a35ff", - "editor.subheader.background": "#04313bff", - "editor.active_line.background": "#04313bbf", - "editor.highlighted_line.background": "#04313bff", - "editor.line_number": "#5a6d6f", - "editor.active_line_number": "#e3e8e8", - "editor.hover_line_number": "#abb9ba", - "editor.invisible": "#6c8287ff", - "editor.wrap_guide": "#fdf6e30d", - "editor.active_wrap_guide": "#fdf6e31a", - "editor.document_highlight.read_background": "#278ad11a", - "editor.document_highlight.write_background": "#6c828766", - "terminal.background": "#002a35ff", - "terminal.foreground": "#fdf6e3ff", - "terminal.bright_foreground": "#fdf6e3ff", - "terminal.dim_foreground": "#002a35ff", - "terminal.ansi.black": "#002a35ff", - "terminal.ansi.bright_black": "#5c7279ff", - "terminal.ansi.dim_black": "#fdf6e3ff", - "terminal.ansi.red": "#dc3330ff", - "terminal.ansi.bright_red": "#7d181cff", - "terminal.ansi.dim_red": "#faa091ff", - "terminal.ansi.green": "#849903ff", - "terminal.ansi.bright_green": "#434a10ff", - "terminal.ansi.dim_green": "#c6cb8bff", - "terminal.ansi.yellow": "#b58902ff", - "terminal.ansi.bright_yellow": "#5d430fff", - "terminal.ansi.dim_yellow": "#e0c189ff", - "terminal.ansi.blue": "#278ad1ff", - "terminal.ansi.bright_blue": "#214365ff", - "terminal.ansi.dim_blue": "#a5c3e9ff", - "terminal.ansi.magenta": "#d33781ff", - "terminal.ansi.bright_magenta": "#6f1f3fff", - "terminal.ansi.dim_magenta": "#f0a2beff", - "terminal.ansi.cyan": "#2ba198ff", - "terminal.ansi.bright_cyan": "#204e4aff", - "terminal.ansi.dim_cyan": "#9fd0cbff", - "terminal.ansi.white": "#fdf6e3ff", - "terminal.ansi.bright_white": "#fdf6e3ff", - "terminal.ansi.dim_white": "#7b8e91ff", - "link_text.hover": "#278ad1ff", - "conflict": "#b58902ff", - "conflict.background": "#2e1d0cff", - "conflict.border": "#47300fff", - "created": "#849903ff", - "created.background": "#1e210cff", - "created.border": "#313510ff", - "deleted": "#dc3330ff", - "deleted.background": "#4a080eff", - "deleted.border": "#641015ff", - "error": "#dc3330ff", - "error.background": "#4a080eff", - "error.border": "#641015ff", - "hidden": "#6f8389ff", - "hidden.background": "#073743ff", - "hidden.border": "#19424dff", - "hint": "#4f8297ff", - "hint.background": "#141f2cff", - "hint.border": "#1b3149ff", - "ignored": "#6f8389ff", - "ignored.background": "#073743ff", - "ignored.border": "#2b4e58ff", - "info": "#278ad1ff", - "info.background": "#141f2cff", - "info.border": "#1b3149ff", - "modified": "#b58902ff", - "modified.background": "#2e1d0cff", - "modified.border": "#47300fff", - "predictive": "#3f718bff", - "predictive.background": "#1e210cff", - "predictive.border": "#313510ff", - "renamed": "#278ad1ff", - "renamed.background": "#141f2cff", - "renamed.border": "#1b3149ff", - "success": "#849903ff", - "success.background": "#1e210cff", - "success.border": "#313510ff", - "unreachable": "#93a1a1ff", - "unreachable.background": "#073743ff", - "unreachable.border": "#2b4e58ff", - "warning": "#b58902ff", - "warning.background": "#2e1d0cff", - "warning.border": "#47300fff", - "players": [ - { - "cursor": "#278ad1ff", - "background": "#278ad1ff", - "selection": "#278ad13d" - }, - { - "cursor": "#d33781ff", - "background": "#d33781ff", - "selection": "#d337813d" - }, - { - "cursor": "#cb4b16ff", - "background": "#cb4b16ff", - "selection": "#cb4b163d" - }, - { - "cursor": "#6c71c4ff", - "background": "#6c71c4ff", - "selection": "#6c71c43d" - }, - { - "cursor": "#2ba198ff", - "background": "#2ba198ff", - "selection": "#2ba1983d" - }, - { - "cursor": "#dc3330ff", - "background": "#dc3330ff", - "selection": "#dc33303d" - }, - { - "cursor": "#b58902ff", - "background": "#b58902ff", - "selection": "#b589023d" - }, - { - "cursor": "#849903ff", - "background": "#849903ff", - "selection": "#8499033d" - } - ], - "syntax": { - "attribute": { - "color": "#278ad1ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#849903ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#99a5a4ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#99a5a4ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#849903ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#278ad1ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#fdf6e3ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#278ad1ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#278ad1ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#b58902ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#4f8297ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#278ad1ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#278ad1ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#cb4b16ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#849903ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#849903ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#3f718bff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#fdf6e3ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#fdf6e3ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#278ad1ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#efe9d6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#efe9d6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#efe9d6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#efe9d6ff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#efe9d6ff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#99a5a4ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#278ad1ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#fdf6e3ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#2ba198ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#fdf6e3ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#278ad1ff", - "font_style": null, - "font_weight": null - } - } - } - }, - { - "name": "Solarized Light", - "appearance": "light", - "style": { - "border": "#9faaa8ff", - "border.variant": "#dcdacbff", - "border.focused": "#bfd3efff", - "border.selected": "#bfd3efff", - "border.transparent": "#00000000", - "border.disabled": "#b6bcb5ff", - "elevated_surface.background": "#f3eddaff", - "surface.background": "#f3eddaff", - "background": "#cfd0c4ff", - "element.background": "#f3eddaff", - "element.hover": "#dcdacbff", - "element.active": "#a2aca9ff", - "element.selected": "#a2aca9ff", - "element.disabled": "#f3eddaff", - "drop_target.background": "#34555e80", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#dcdacbff", - "ghost_element.active": "#a2aca9ff", - "ghost_element.selected": "#a2aca9ff", - "ghost_element.disabled": "#f3eddaff", - "text": "#002a35ff", - "text.muted": "#34555eff", - "text.placeholder": "#6a7f86ff", - "text.disabled": "#6a7f86ff", - "text.accent": "#288bd1ff", - "icon": "#002a35ff", - "icon.muted": "#34555eff", - "icon.disabled": "#6a7f86ff", - "icon.placeholder": "#34555eff", - "icon.accent": "#288bd1ff", - "status_bar.background": "#cfd0c4ff", - "title_bar.background": "#cfd0c4ff", - "title_bar.inactive_background": "#f3eddaff", - "toolbar.background": "#fdf6e3ff", - "tab_bar.background": "#f3eddaff", - "tab.inactive_background": "#f3eddaff", - "tab.active_background": "#fdf6e3ff", - "search.match_background": "#298bd166", - "panel.background": "#f3eddaff", - "panel.focused_border": "#288bd1ff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#002a354c", - "scrollbar.thumb.hover_background": "#dcdacbff", - "scrollbar.thumb.border": "#dcdacbff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#f5eedbff", - "editor.foreground": "#002a35ff", - "editor.background": "#fdf6e3ff", - "editor.gutter.background": "#fdf6e3ff", - "editor.subheader.background": "#f3eddaff", - "editor.active_line.background": "#f3eddabf", - "editor.highlighted_line.background": "#f3eddaff", - "editor.line_number": "#a8ad9f", - "editor.active_line_number": "#272923", - "editor.hover_line_number": "#42453b", - "editor.invisible": "#6c8287ff", - "editor.wrap_guide": "#002a350d", - "editor.active_wrap_guide": "#002a351a", - "editor.document_highlight.read_background": "#288bd11a", - "editor.document_highlight.write_background": "#6c828766", - "terminal.background": "#fdf6e3ff", - "terminal.foreground": "#002a35ff", - "terminal.bright_foreground": "#002a35ff", - "terminal.dim_foreground": "#fdf6e3ff", - "terminal.ansi.black": "#fdf6e3ff", - "terminal.ansi.bright_black": "#7b8e91ff", - "terminal.ansi.dim_black": "#002a35ff", - "terminal.ansi.red": "#dc3330ff", - "terminal.ansi.bright_red": "#faa091ff", - "terminal.ansi.dim_red": "#7d181cff", - "terminal.ansi.green": "#849903ff", - "terminal.ansi.bright_green": "#c6cb8bff", - "terminal.ansi.dim_green": "#434a10ff", - "terminal.ansi.yellow": "#b58903ff", - "terminal.ansi.bright_yellow": "#e0c189ff", - "terminal.ansi.dim_yellow": "#5d430fff", - "terminal.ansi.blue": "#288bd1ff", - "terminal.ansi.bright_blue": "#a5c3e9ff", - "terminal.ansi.dim_blue": "#214365ff", - "terminal.ansi.magenta": "#d33781ff", - "terminal.ansi.bright_magenta": "#f0a2beff", - "terminal.ansi.dim_magenta": "#6f1f3fff", - "terminal.ansi.cyan": "#2ba198ff", - "terminal.ansi.bright_cyan": "#9fd0cbff", - "terminal.ansi.dim_cyan": "#204e4aff", - "terminal.ansi.white": "#002a35ff", - "terminal.ansi.bright_white": "#002a35ff", - "terminal.ansi.dim_white": "#5c7279ff", - "link_text.hover": "#288bd1ff", - "conflict": "#b58903ff", - "conflict.background": "#f5e6d0ff", - "conflict.border": "#ebd3aaff", - "created": "#849903ff", - "created.background": "#e9ead0ff", - "created.border": "#d6d9abff", - "deleted": "#dc3330ff", - "deleted.background": "#ffd9d2ff", - "deleted.border": "#ffbbafff", - "error": "#dc3330ff", - "error.background": "#ffd9d2ff", - "error.border": "#ffbbafff", - "hidden": "#6a7f86ff", - "hidden.background": "#cfd0c4ff", - "hidden.border": "#b6bcb5ff", - "hint": "#5789a3ff", - "hint.background": "#dbe6f6ff", - "hint.border": "#bfd3efff", - "ignored": "#6a7f86ff", - "ignored.background": "#cfd0c4ff", - "ignored.border": "#9faaa8ff", - "info": "#288bd1ff", - "info.background": "#dbe6f6ff", - "info.border": "#bfd3efff", - "modified": "#b58903ff", - "modified.background": "#f5e6d0ff", - "modified.border": "#ebd3aaff", - "predictive": "#679aafff", - "predictive.background": "#e9ead0ff", - "predictive.border": "#d6d9abff", - "renamed": "#288bd1ff", - "renamed.background": "#dbe6f6ff", - "renamed.border": "#bfd3efff", - "success": "#849903ff", - "success.background": "#e9ead0ff", - "success.border": "#d6d9abff", - "unreachable": "#34555eff", - "unreachable.background": "#cfd0c4ff", - "unreachable.border": "#9faaa8ff", - "warning": "#b58903ff", - "warning.background": "#f5e6d0ff", - "warning.border": "#ebd3aaff", - "players": [ - { - "cursor": "#288bd1ff", - "background": "#288bd1ff", - "selection": "#288bd13d" - }, - { - "cursor": "#d33781ff", - "background": "#d33781ff", - "selection": "#d337813d" - }, - { - "cursor": "#cb4b16ff", - "background": "#cb4b16ff", - "selection": "#cb4b173d" - }, - { - "cursor": "#6c71c3ff", - "background": "#6c71c3ff", - "selection": "#6c71c33d" - }, - { - "cursor": "#2ba198ff", - "background": "#2ba198ff", - "selection": "#2ba1983d" - }, - { - "cursor": "#dc3330ff", - "background": "#dc3330ff", - "selection": "#dc33303d" - }, - { - "cursor": "#b58903ff", - "background": "#b58903ff", - "selection": "#b589033d" - }, - { - "cursor": "#849903ff", - "background": "#849903ff", - "selection": "#8499033d" - } - ], - "syntax": { - "attribute": { - "color": "#288bd1ff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#849903ff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#30525bff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#30525bff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#849903ff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#288bd1ff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#002a35ff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#288bd1ff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#288bd1ff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#b58903ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#5789a3ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#288bd1ff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#288bd1ff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#cb4b16ff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#849903ff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#849903ff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#679aafff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#002a35ff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#002a35ff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#288bd1ff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#04333eff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#04333eff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#04333eff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#04333eff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#04333eff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#30525bff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#288bd1ff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#cb4b16ff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#002a35ff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#2ba198ff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#002a35ff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#288bd1ff", - "font_style": null, - "font_weight": null - } - } - } - } - ] -} diff --git a/assets/themes/summercamp/LICENSE b/assets/themes/summercamp/LICENSE deleted file mode 100644 index dd49a64536aea1cecc98e709c923e1d7d69e23f6..0000000000000000000000000000000000000000 --- a/assets/themes/summercamp/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2019 Zoe FiriH - -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. diff --git a/assets/themes/summercamp/summercamp.json b/assets/themes/summercamp/summercamp.json deleted file mode 100644 index 4507341d662bcf0ef40ed3bbd7d830564f8f0351..0000000000000000000000000000000000000000 --- a/assets/themes/summercamp/summercamp.json +++ /dev/null @@ -1,378 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "Summercamp", - "author": "Zed Industries", - "themes": [ - { - "name": "Summercamp", - "appearance": "dark", - "style": { - "border": "#302c21ff", - "border.variant": "#29251bff", - "border.focused": "#193760ff", - "border.selected": "#193760ff", - "border.transparent": "#00000000", - "border.disabled": "#2e2a1fff", - "elevated_surface.background": "#231f16ff", - "surface.background": "#231f16ff", - "background": "#2a261cff", - "element.background": "#231f16ff", - "element.hover": "#29251bff", - "element.active": "#2f2b20ff", - "element.selected": "#2f2b20ff", - "element.disabled": "#231f16ff", - "drop_target.background": "#736e5580", - "ghost_element.background": "#00000000", - "ghost_element.hover": "#29251bff", - "ghost_element.active": "#2f2b20ff", - "ghost_element.selected": "#2f2b20ff", - "ghost_element.disabled": "#231f16ff", - "text": "#f8f5deff", - "text.muted": "#736e55ff", - "text.placeholder": "#4c4735ff", - "text.disabled": "#4c4735ff", - "text.accent": "#499befff", - "icon": "#f8f5deff", - "icon.muted": "#736e55ff", - "icon.disabled": "#4c4735ff", - "icon.placeholder": "#736e55ff", - "icon.accent": "#499befff", - "status_bar.background": "#2a261cff", - "title_bar.background": "#2a261cff", - "title_bar.inactive_background": "#231f16ff", - "toolbar.background": "#1b1810ff", - "tab_bar.background": "#231f16ff", - "tab.inactive_background": "#231f16ff", - "tab.active_background": "#1b1810ff", - "search.match_background": "#499bef66", - "panel.background": "#231f16ff", - "panel.focused_border": "#499befff", - "pane.focused_border": null, - "scrollbar.thumb.background": "#f8f5de4c", - "scrollbar.thumb.hover_background": "#29251bff", - "scrollbar.thumb.border": "#29251bff", - "scrollbar.track.background": "#00000000", - "scrollbar.track.border": "#221e15ff", - "editor.foreground": "#f8f5deff", - "editor.background": "#1b1810ff", - "editor.gutter.background": "#1b1810ff", - "editor.subheader.background": "#231f16ff", - "editor.active_line.background": "#231f16bf", - "editor.highlighted_line.background": "#231f16ff", - "editor.line_number": "#676559", - "editor.active_line_number": "#e3e2de", - "editor.hover_line_number": "#b8b6ad", - "editor.invisible": "#494433ff", - "editor.wrap_guide": "#f8f5de0d", - "editor.active_wrap_guide": "#f8f5de1a", - "editor.document_highlight.read_background": "#499bef1a", - "editor.document_highlight.write_background": "#49443366", - "terminal.background": "#1b1810ff", - "terminal.foreground": "#f8f5deff", - "terminal.bright_foreground": "#f8f5deff", - "terminal.dim_foreground": "#1b1810ff", - "terminal.ansi.black": "#1b1810ff", - "terminal.ansi.bright_black": "#3a3527ff", - "terminal.ansi.dim_black": "#f8f5deff", - "terminal.ansi.red": "#e35041ff", - "terminal.ansi.bright_red": "#7f2724ff", - "terminal.ansi.dim_red": "#faaa9bff", - "terminal.ansi.green": "#5dea5aff", - "terminal.ansi.bright_green": "#28842cff", - "terminal.ansi.dim_green": "#b9f7aeff", - "terminal.ansi.yellow": "#f1fe28ff", - "terminal.ansi.bright_yellow": "#8c9a0fff", - "terminal.ansi.dim_yellow": "#ffffa2ff", - "terminal.ansi.blue": "#499befff", - "terminal.ansi.bright_blue": "#234b7fff", - "terminal.ansi.dim_blue": "#b1ccf8ff", - "terminal.ansi.magenta": "#f59be6ff", - "terminal.ansi.bright_magenta": "#88487eff", - "terminal.ansi.dim_magenta": "#fccef3ff", - "terminal.ansi.cyan": "#5aeabbff", - "terminal.ansi.bright_cyan": "#288461ff", - "terminal.ansi.dim_cyan": "#b7f6ddff", - "terminal.ansi.white": "#f8f5deff", - "terminal.ansi.bright_white": "#f8f5deff", - "terminal.ansi.dim_white": "#57533fff", - "link_text.hover": "#499befff", - "conflict": "#f1fe28ff", - "conflict.background": "#546205ff", - "conflict.border": "#717f0aff", - "created": "#5dea5aff", - "created.background": "#094d12ff", - "created.border": "#1a6a20ff", - "deleted": "#e35041ff", - "deleted.background": "#490f12ff", - "deleted.border": "#651c1cff", - "error": "#e35041ff", - "error.background": "#490f12ff", - "error.border": "#651c1cff", - "hidden": "#4c4735ff", - "hidden.background": "#2a261cff", - "hidden.border": "#2e2a1fff", - "hint": "#246e61ff", - "hint.background": "#0e2242ff", - "hint.border": "#193760ff", - "ignored": "#4c4735ff", - "ignored.background": "#2a261cff", - "ignored.border": "#302c21ff", - "info": "#499befff", - "info.background": "#0e2242ff", - "info.border": "#193760ff", - "modified": "#f1fe28ff", - "modified.background": "#546205ff", - "modified.border": "#717f0aff", - "predictive": "#78434aff", - "predictive.background": "#094d12ff", - "predictive.border": "#1a6a20ff", - "renamed": "#499befff", - "renamed.background": "#0e2242ff", - "renamed.border": "#193760ff", - "success": "#5dea5aff", - "success.background": "#094d12ff", - "success.border": "#1a6a20ff", - "unreachable": "#736e55ff", - "unreachable.background": "#2a261cff", - "unreachable.border": "#302c21ff", - "warning": "#f1fe28ff", - "warning.background": "#546205ff", - "warning.border": "#717f0aff", - "players": [ - { - "cursor": "#499befff", - "background": "#499befff", - "selection": "#499bef3d" - }, - { - "cursor": "#f59be6ff", - "background": "#f59be6ff", - "selection": "#f59be63d" - }, - { - "cursor": "#faa11cff", - "background": "#faa11cff", - "selection": "#faa11c3d" - }, - { - "cursor": "#fe8080ff", - "background": "#fe8080ff", - "selection": "#fe80803d" - }, - { - "cursor": "#5aeabbff", - "background": "#5aeabbff", - "selection": "#5aeabb3d" - }, - { - "cursor": "#e35041ff", - "background": "#e35041ff", - "selection": "#e350413d" - }, - { - "cursor": "#f1fe28ff", - "background": "#f1fe28ff", - "selection": "#f1fe283d" - }, - { - "cursor": "#5dea5aff", - "background": "#5dea5aff", - "selection": "#5dea5a3d" - } - ], - "syntax": { - "attribute": { - "color": "#499befff", - "font_style": null, - "font_weight": null - }, - "boolean": { - "color": "#5dea5aff", - "font_style": null, - "font_weight": null - }, - "comment": { - "color": "#777159ff", - "font_style": null, - "font_weight": null - }, - "comment.doc": { - "color": "#777159ff", - "font_style": null, - "font_weight": null - }, - "constant": { - "color": "#5dea5aff", - "font_style": null, - "font_weight": null - }, - "constructor": { - "color": "#499befff", - "font_style": null, - "font_weight": null - }, - "embedded": { - "color": "#f8f5deff", - "font_style": null, - "font_weight": null - }, - "emphasis": { - "color": "#499befff", - "font_style": null, - "font_weight": null - }, - "emphasis.strong": { - "color": "#499befff", - "font_style": null, - "font_weight": 700 - }, - "enum": { - "color": "#faa11cff", - "font_style": null, - "font_weight": null - }, - "function": { - "color": "#f1fe28ff", - "font_style": null, - "font_weight": null - }, - "hint": { - "color": "#246e61ff", - "font_style": null, - "font_weight": 700 - }, - "keyword": { - "color": "#499befff", - "font_style": null, - "font_weight": null - }, - "label": { - "color": "#499befff", - "font_style": null, - "font_weight": null - }, - "link_text": { - "color": "#faa11cff", - "font_style": "italic", - "font_weight": null - }, - "link_uri": { - "color": "#5dea5aff", - "font_style": null, - "font_weight": null - }, - "number": { - "color": "#5dea5aff", - "font_style": null, - "font_weight": null - }, - "operator": { - "color": "#faa11cff", - "font_style": null, - "font_weight": null - }, - "predictive": { - "color": "#78434aff", - "font_style": "italic", - "font_weight": null - }, - "preproc": { - "color": "#f8f5deff", - "font_style": null, - "font_weight": null - }, - "primary": { - "color": "#f8f5deff", - "font_style": null, - "font_weight": null - }, - "property": { - "color": "#499befff", - "font_style": null, - "font_weight": null - }, - "punctuation": { - "color": "#bfbb9bff", - "font_style": null, - "font_weight": null - }, - "punctuation.bracket": { - "color": "#bfbb9bff", - "font_style": null, - "font_weight": null - }, - "punctuation.delimiter": { - "color": "#bfbb9bff", - "font_style": null, - "font_weight": null - }, - "punctuation.list_marker": { - "color": "#bfbb9bff", - "font_style": null, - "font_weight": null - }, - "punctuation.special": { - "color": "#bfbb9bff", - "font_style": null, - "font_weight": null - }, - "string": { - "color": "#faa11cff", - "font_style": null, - "font_weight": null - }, - "string.escape": { - "color": "#777159ff", - "font_style": null, - "font_weight": null - }, - "string.regex": { - "color": "#faa11cff", - "font_style": null, - "font_weight": null - }, - "string.special": { - "color": "#faa11cff", - "font_style": null, - "font_weight": null - }, - "string.special.symbol": { - "color": "#faa11cff", - "font_style": null, - "font_weight": null - }, - "tag": { - "color": "#499befff", - "font_style": null, - "font_weight": null - }, - "text.literal": { - "color": "#faa11cff", - "font_style": null, - "font_weight": null - }, - "title": { - "color": "#f8f5deff", - "font_style": null, - "font_weight": 700 - }, - "type": { - "color": "#5aeabbff", - "font_style": null, - "font_weight": null - }, - "variable": { - "color": "#f8f5deff", - "font_style": null, - "font_weight": null - }, - "variant": { - "color": "#499befff", - "font_style": null, - "font_weight": null - } - } - } - } - ] -}