Compare commits
10 Commits
bc99aecbbf
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d48a9899c | |||
| 1e267e7003 | |||
| 0b5840ba09 | |||
| 18d84791e4 | |||
| f58dfa3158 | |||
| b5afff9307 | |||
| 479328a1fd | |||
| 18540815d9 | |||
| 14ba42b981 | |||
| 5d5072d9fe |
6
Powershell/unblockFiles.txt
Normal file
6
Powershell/unblockFiles.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Get-ChildItem C:\Users\jeroe\Desktop\weg -recurse | Unblock-File
|
||||
|
||||
|
||||
|
||||
|
||||
Get-ChildItem -Recurse | % { Rename-Item -Path $_.PSPath -NewName $_.Name.replace("FirstWord","SecondWord") }
|
||||
BIN
Registry/Add Notepad to Context.reg
Normal file
BIN
Registry/Add Notepad to Context.reg
Normal file
Binary file not shown.
BIN
Registry/Add UnblockFiles To Context.reg
Normal file
BIN
Registry/Add UnblockFiles To Context.reg
Normal file
Binary file not shown.
BIN
Registry/AddMoreOptions.reg
Normal file
BIN
Registry/AddMoreOptions.reg
Normal file
Binary file not shown.
BIN
Registry/DisableAutoRestartOnUpdates.reg
Normal file
BIN
Registry/DisableAutoRestartOnUpdates.reg
Normal file
Binary file not shown.
BIN
Registry/DisableRecentlyAddedApps.reg
Normal file
BIN
Registry/DisableRecentlyAddedApps.reg
Normal file
Binary file not shown.
BIN
Registry/DisableSearchSuggestions.reg
Normal file
BIN
Registry/DisableSearchSuggestions.reg
Normal file
Binary file not shown.
BIN
Registry/DisableVerbose.reg
Normal file
BIN
Registry/DisableVerbose.reg
Normal file
Binary file not shown.
BIN
Registry/EnableAutoRestartOnUpdates.reg
Normal file
BIN
Registry/EnableAutoRestartOnUpdates.reg
Normal file
Binary file not shown.
BIN
Registry/EnableRecentlyAddedApps.reg
Normal file
BIN
Registry/EnableRecentlyAddedApps.reg
Normal file
Binary file not shown.
BIN
Registry/EnableSearchSuggestions.reg
Normal file
BIN
Registry/EnableSearchSuggestions.reg
Normal file
Binary file not shown.
BIN
Registry/EnableVerbose.reg
Normal file
BIN
Registry/EnableVerbose.reg
Normal file
Binary file not shown.
BIN
Registry/Remove Notepad from Context.reg
Normal file
BIN
Registry/Remove Notepad from Context.reg
Normal file
Binary file not shown.
BIN
Registry/Remove Pin To Quick Access.reg
Normal file
BIN
Registry/Remove Pin To Quick Access.reg
Normal file
Binary file not shown.
BIN
Registry/Remove Pin To Start.reg
Normal file
BIN
Registry/Remove Pin To Start.reg
Normal file
Binary file not shown.
BIN
Registry/Remove Shortcut icon.reg
Normal file
BIN
Registry/Remove Shortcut icon.reg
Normal file
Binary file not shown.
BIN
Registry/Remove UnblockFiles To Context.reg
Normal file
BIN
Registry/Remove UnblockFiles To Context.reg
Normal file
Binary file not shown.
BIN
Registry/RemoveMoreOptions.reg
Normal file
BIN
Registry/RemoveMoreOptions.reg
Normal file
Binary file not shown.
BIN
Registry/Restore Pin To Quick Access.reg
Normal file
BIN
Registry/Restore Pin To Quick Access.reg
Normal file
Binary file not shown.
BIN
Registry/Restore Pin To Start.reg
Normal file
BIN
Registry/Restore Pin To Start.reg
Normal file
Binary file not shown.
BIN
Registry/Restore Shortcut icon.reg
Normal file
BIN
Registry/Restore Shortcut icon.reg
Normal file
Binary file not shown.
17
Themes/VSCode/EonaCatDark/.vscode/launch.json
vendored
Normal file
17
Themes/VSCode/EonaCatDark/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// A launch configuration that launches the extension inside a new window
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"args": [
|
||||
"--extensionDevelopmentPath=${workspaceFolder}"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
4
Themes/VSCode/EonaCatDark/.vscodeignore
Normal file
4
Themes/VSCode/EonaCatDark/.vscodeignore
Normal file
@@ -0,0 +1,4 @@
|
||||
.vscode/**
|
||||
.vscode-test/**
|
||||
.gitignore
|
||||
vsc-extension-quickstart.md
|
||||
3
Themes/VSCode/EonaCatDark/CHANGELOG.md
Normal file
3
Themes/VSCode/EonaCatDark/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# EonaCat Dark theme
|
||||
|
||||
- Public release for the EonaCat Dark Visual Studio Code theme.
|
||||
206
Themes/VSCode/EonaCatDark/LICENSE
Normal file
206
Themes/VSCode/EonaCatDark/LICENSE
Normal file
@@ -0,0 +1,206 @@
|
||||
Apache License
|
||||
|
||||
Version 2.0, January 2004
|
||||
|
||||
http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION,
|
||||
AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction, and distribution
|
||||
as defined by Sections 1 through 9 of this document.
|
||||
|
||||
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by the copyright
|
||||
owner that is granting the License.
|
||||
|
||||
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all other entities
|
||||
that control, are controlled by, or are under common control with that entity.
|
||||
For the purposes of this definition, "control" means (i) the power, direct
|
||||
or indirect, to cause the direction or management of such entity, whether
|
||||
by contract or otherwise, or (ii) ownership of fifty percent (50%) or more
|
||||
of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions
|
||||
granted by this License.
|
||||
|
||||
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications, including
|
||||
but not limited to software source code, documentation source, and configuration
|
||||
files.
|
||||
|
||||
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical transformation
|
||||
or translation of a Source form, including but not limited to compiled object
|
||||
code, generated documentation, and conversions to other media types.
|
||||
|
||||
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or Object form,
|
||||
made available under the License, as indicated by a copyright notice that
|
||||
is included in or attached to the work (an example is provided in the Appendix
|
||||
below).
|
||||
|
||||
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object form,
|
||||
that is based on (or derived from) the Work and for which the editorial revisions,
|
||||
annotations, elaborations, or other modifications represent, as a whole, an
|
||||
original work of authorship. For the purposes of this License, Derivative
|
||||
Works shall not include works that remain separable from, or merely link (or
|
||||
bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
||||
|
||||
|
||||
|
||||
"Contribution" shall mean any work of authorship, including the original version
|
||||
of the Work and any modifications or additions to that Work or Derivative
|
||||
Works thereof, that is intentionally submitted to Licensor for inclusion in
|
||||
the Work by the copyright owner or by an individual or Legal Entity authorized
|
||||
to submit on behalf of the copyright owner. For the purposes of this definition,
|
||||
"submitted" means any form of electronic, verbal, or written communication
|
||||
sent to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems, and
|
||||
issue tracking systems that are managed by, or on behalf of, the Licensor
|
||||
for the purpose of discussing and improving the Work, but excluding communication
|
||||
that is conspicuously marked or otherwise designated in writing by the copyright
|
||||
owner as "Not a Contribution."
|
||||
|
||||
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
|
||||
of whom a Contribution has been received by Licensor and subsequently incorporated
|
||||
within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of this
|
||||
License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
|
||||
no-charge, royalty-free, irrevocable copyright license to reproduce, prepare
|
||||
Derivative Works of, publicly display, publicly perform, sublicense, and distribute
|
||||
the Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of this License,
|
||||
each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
|
||||
no-charge, royalty-free, irrevocable (except as stated in this section) patent
|
||||
license to make, have made, use, offer to sell, sell, import, and otherwise
|
||||
transfer the Work, where such license applies only to those patent claims
|
||||
licensable by such Contributor that are necessarily infringed by their Contribution(s)
|
||||
alone or by combination of their Contribution(s) with the Work to which such
|
||||
Contribution(s) was submitted. If You institute patent litigation against
|
||||
any entity (including a cross-claim or counterclaim in a lawsuit) alleging
|
||||
that the Work or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses granted to You
|
||||
under this License for that Work shall terminate as of the date such litigation
|
||||
is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the Work or
|
||||
Derivative Works thereof in any medium, with or without modifications, and
|
||||
in Source or Object form, provided that You meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or Derivative Works a copy
|
||||
of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices stating that
|
||||
You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works that You distribute,
|
||||
all copyright, patent, trademark, and attribution notices from the Source
|
||||
form of the Work, excluding those notices that do not pertain to any part
|
||||
of the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its distribution,
|
||||
then any Derivative Works that You distribute must include a readable copy
|
||||
of the attribution notices contained within such NOTICE file, excluding those
|
||||
notices that do not pertain to any part of the Derivative Works, in at least
|
||||
one of the following places: within a NOTICE text file distributed as part
|
||||
of the Derivative Works; within the Source form or documentation, if provided
|
||||
along with the Derivative Works; or, within a display generated by the Derivative
|
||||
Works, if and wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and do not modify the
|
||||
License. You may add Your own attribution notices within Derivative Works
|
||||
that You distribute, alongside or as an addendum to the NOTICE text from the
|
||||
Work, provided that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and may provide
|
||||
additional or different license terms and conditions for use, reproduction,
|
||||
or distribution of Your modifications, or for any such Derivative Works as
|
||||
a whole, provided Your use, reproduction, and distribution of the Work otherwise
|
||||
complies with the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise, any
|
||||
Contribution intentionally submitted for inclusion in the Work by You to the
|
||||
Licensor shall be under the terms and conditions of this License, without
|
||||
any additional terms or conditions. Notwithstanding the above, nothing herein
|
||||
shall supersede or modify the terms of any separate license agreement you
|
||||
may have executed with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade names,
|
||||
trademarks, service marks, or product names of the Licensor, except as required
|
||||
for reasonable and customary use in describing the origin of the Work and
|
||||
reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or agreed to
|
||||
in writing, Licensor provides the Work (and each Contributor provides its
|
||||
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied, including, without limitation, any warranties
|
||||
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR
|
||||
A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness
|
||||
of using or redistributing the Work and assume any risks associated with Your
|
||||
exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory, whether
|
||||
in tort (including negligence), contract, or otherwise, unless required by
|
||||
applicable law (such as deliberate and grossly negligent acts) or agreed to
|
||||
in writing, shall any Contributor be liable to You for damages, including
|
||||
any direct, indirect, special, incidental, or consequential damages of any
|
||||
character arising as a result of this License or out of the use or inability
|
||||
to use the Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all other commercial
|
||||
damages or losses), even if such Contributor has been advised of the possibility
|
||||
of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing the Work
|
||||
or Derivative Works thereof, You may choose to offer, and charge a fee for,
|
||||
acceptance of support, warranty, indemnity, or other liability obligations
|
||||
and/or rights consistent with this License. However, in accepting such obligations,
|
||||
You may act only on Your own behalf and on Your sole responsibility, not on
|
||||
behalf of any other Contributor, and only if You agree to indemnify, defend,
|
||||
and hold each Contributor harmless for any liability incurred by, or claims
|
||||
asserted against, such Contributor by reason of your accepting any such warranty
|
||||
or additional liability. END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following boilerplate
|
||||
notice, with the fields enclosed by brackets "[]" replaced with your own identifying
|
||||
information. (Don't include the brackets!) The text should be enclosed in
|
||||
the appropriate comment syntax for the file format. We also recommend that
|
||||
a file or class name and description of purpose be included on the same "printed
|
||||
page" as the copyright notice for easier identification within third-party
|
||||
archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0unless required by applicable law or agreed to in writing, software
|
||||
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
||||
See the License for the specific language governing permissions and
|
||||
|
||||
limitations under the License.
|
||||
3
Themes/VSCode/EonaCatDark/README.md
Normal file
3
Themes/VSCode/EonaCatDark/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# EonaCat Dark theme
|
||||
|
||||
- This is the EonaCat Dark mode theme for visual studio code.
|
||||
BIN
Themes/VSCode/EonaCatDark/icon.png
Normal file
BIN
Themes/VSCode/EonaCatDark/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
29
Themes/VSCode/EonaCatDark/package.json
Normal file
29
Themes/VSCode/EonaCatDark/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "eonacatdark",
|
||||
"displayName": "EonaCatDark",
|
||||
"description": "EonaCat Dark Theme",
|
||||
"icon": "icon.png",
|
||||
"publisher": "EonaCat",
|
||||
"author":
|
||||
{
|
||||
"name": "EonaCat (Jeroen Saey)",
|
||||
"url": "https://EonaCat.com",
|
||||
"email": "EonaCat@gmail.com"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"vscode": "^1.74.0"
|
||||
},
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "EonaCat Dark",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/EonaCat Dark-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
2095
Themes/VSCode/EonaCatDark/themes/EonaCat Dark-color-theme.json
Normal file
2095
Themes/VSCode/EonaCatDark/themes/EonaCat Dark-color-theme.json
Normal file
File diff suppressed because it is too large
Load Diff
17
Themes/VSCode/EonaCatLight/.vscode/launch.json
vendored
Normal file
17
Themes/VSCode/EonaCatLight/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// A launch configuration that launches the extension inside a new window
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"args": [
|
||||
"--extensionDevelopmentPath=${workspaceFolder}"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
4
Themes/VSCode/EonaCatLight/.vscodeignore
Normal file
4
Themes/VSCode/EonaCatLight/.vscodeignore
Normal file
@@ -0,0 +1,4 @@
|
||||
.vscode/**
|
||||
.vscode-test/**
|
||||
.gitignore
|
||||
vsc-extension-quickstart.md
|
||||
3
Themes/VSCode/EonaCatLight/CHANGELOG.md
Normal file
3
Themes/VSCode/EonaCatLight/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# EonaCat Light theme
|
||||
|
||||
- Public release for the EonaCat Light Visual Studio Code theme.
|
||||
206
Themes/VSCode/EonaCatLight/LICENSE
Normal file
206
Themes/VSCode/EonaCatLight/LICENSE
Normal file
@@ -0,0 +1,206 @@
|
||||
Apache License
|
||||
|
||||
Version 2.0, January 2004
|
||||
|
||||
http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION,
|
||||
AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction, and distribution
|
||||
as defined by Sections 1 through 9 of this document.
|
||||
|
||||
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by the copyright
|
||||
owner that is granting the License.
|
||||
|
||||
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all other entities
|
||||
that control, are controlled by, or are under common control with that entity.
|
||||
For the purposes of this definition, "control" means (i) the power, direct
|
||||
or indirect, to cause the direction or management of such entity, whether
|
||||
by contract or otherwise, or (ii) ownership of fifty percent (50%) or more
|
||||
of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions
|
||||
granted by this License.
|
||||
|
||||
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications, including
|
||||
but not limited to software source code, documentation source, and configuration
|
||||
files.
|
||||
|
||||
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical transformation
|
||||
or translation of a Source form, including but not limited to compiled object
|
||||
code, generated documentation, and conversions to other media types.
|
||||
|
||||
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or Object form,
|
||||
made available under the License, as indicated by a copyright notice that
|
||||
is included in or attached to the work (an example is provided in the Appendix
|
||||
below).
|
||||
|
||||
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object form,
|
||||
that is based on (or derived from) the Work and for which the editorial revisions,
|
||||
annotations, elaborations, or other modifications represent, as a whole, an
|
||||
original work of authorship. For the purposes of this License, Derivative
|
||||
Works shall not include works that remain separable from, or merely link (or
|
||||
bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
||||
|
||||
|
||||
|
||||
"Contribution" shall mean any work of authorship, including the original version
|
||||
of the Work and any modifications or additions to that Work or Derivative
|
||||
Works thereof, that is intentionally submitted to Licensor for inclusion in
|
||||
the Work by the copyright owner or by an individual or Legal Entity authorized
|
||||
to submit on behalf of the copyright owner. For the purposes of this definition,
|
||||
"submitted" means any form of electronic, verbal, or written communication
|
||||
sent to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems, and
|
||||
issue tracking systems that are managed by, or on behalf of, the Licensor
|
||||
for the purpose of discussing and improving the Work, but excluding communication
|
||||
that is conspicuously marked or otherwise designated in writing by the copyright
|
||||
owner as "Not a Contribution."
|
||||
|
||||
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
|
||||
of whom a Contribution has been received by Licensor and subsequently incorporated
|
||||
within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of this
|
||||
License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
|
||||
no-charge, royalty-free, irrevocable copyright license to reproduce, prepare
|
||||
Derivative Works of, publicly display, publicly perform, sublicense, and distribute
|
||||
the Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of this License,
|
||||
each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
|
||||
no-charge, royalty-free, irrevocable (except as stated in this section) patent
|
||||
license to make, have made, use, offer to sell, sell, import, and otherwise
|
||||
transfer the Work, where such license applies only to those patent claims
|
||||
licensable by such Contributor that are necessarily infringed by their Contribution(s)
|
||||
alone or by combination of their Contribution(s) with the Work to which such
|
||||
Contribution(s) was submitted. If You institute patent litigation against
|
||||
any entity (including a cross-claim or counterclaim in a lawsuit) alleging
|
||||
that the Work or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses granted to You
|
||||
under this License for that Work shall terminate as of the date such litigation
|
||||
is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the Work or
|
||||
Derivative Works thereof in any medium, with or without modifications, and
|
||||
in Source or Object form, provided that You meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or Derivative Works a copy
|
||||
of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices stating that
|
||||
You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works that You distribute,
|
||||
all copyright, patent, trademark, and attribution notices from the Source
|
||||
form of the Work, excluding those notices that do not pertain to any part
|
||||
of the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its distribution,
|
||||
then any Derivative Works that You distribute must include a readable copy
|
||||
of the attribution notices contained within such NOTICE file, excluding those
|
||||
notices that do not pertain to any part of the Derivative Works, in at least
|
||||
one of the following places: within a NOTICE text file distributed as part
|
||||
of the Derivative Works; within the Source form or documentation, if provided
|
||||
along with the Derivative Works; or, within a display generated by the Derivative
|
||||
Works, if and wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and do not modify the
|
||||
License. You may add Your own attribution notices within Derivative Works
|
||||
that You distribute, alongside or as an addendum to the NOTICE text from the
|
||||
Work, provided that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and may provide
|
||||
additional or different license terms and conditions for use, reproduction,
|
||||
or distribution of Your modifications, or for any such Derivative Works as
|
||||
a whole, provided Your use, reproduction, and distribution of the Work otherwise
|
||||
complies with the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise, any
|
||||
Contribution intentionally submitted for inclusion in the Work by You to the
|
||||
Licensor shall be under the terms and conditions of this License, without
|
||||
any additional terms or conditions. Notwithstanding the above, nothing herein
|
||||
shall supersede or modify the terms of any separate license agreement you
|
||||
may have executed with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade names,
|
||||
trademarks, service marks, or product names of the Licensor, except as required
|
||||
for reasonable and customary use in describing the origin of the Work and
|
||||
reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or agreed to
|
||||
in writing, Licensor provides the Work (and each Contributor provides its
|
||||
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied, including, without limitation, any warranties
|
||||
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR
|
||||
A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness
|
||||
of using or redistributing the Work and assume any risks associated with Your
|
||||
exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory, whether
|
||||
in tort (including negligence), contract, or otherwise, unless required by
|
||||
applicable law (such as deliberate and grossly negligent acts) or agreed to
|
||||
in writing, shall any Contributor be liable to You for damages, including
|
||||
any direct, indirect, special, incidental, or consequential damages of any
|
||||
character arising as a result of this License or out of the use or inability
|
||||
to use the Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all other commercial
|
||||
damages or losses), even if such Contributor has been advised of the possibility
|
||||
of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing the Work
|
||||
or Derivative Works thereof, You may choose to offer, and charge a fee for,
|
||||
acceptance of support, warranty, indemnity, or other liability obligations
|
||||
and/or rights consistent with this License. However, in accepting such obligations,
|
||||
You may act only on Your own behalf and on Your sole responsibility, not on
|
||||
behalf of any other Contributor, and only if You agree to indemnify, defend,
|
||||
and hold each Contributor harmless for any liability incurred by, or claims
|
||||
asserted against, such Contributor by reason of your accepting any such warranty
|
||||
or additional liability. END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following boilerplate
|
||||
notice, with the fields enclosed by brackets "[]" replaced with your own identifying
|
||||
information. (Don't include the brackets!) The text should be enclosed in
|
||||
the appropriate comment syntax for the file format. We also recommend that
|
||||
a file or class name and description of purpose be included on the same "printed
|
||||
page" as the copyright notice for easier identification within third-party
|
||||
archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0unless required by applicable law or agreed to in writing, software
|
||||
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
||||
See the License for the specific language governing permissions and
|
||||
|
||||
limitations under the License.
|
||||
3
Themes/VSCode/EonaCatLight/README.md
Normal file
3
Themes/VSCode/EonaCatLight/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# EonaCat Light theme
|
||||
|
||||
- This is the EonaCat Light mode theme for visual studio code.
|
||||
BIN
Themes/VSCode/EonaCatLight/icon.png
Normal file
BIN
Themes/VSCode/EonaCatLight/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
29
Themes/VSCode/EonaCatLight/package.json
Normal file
29
Themes/VSCode/EonaCatLight/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "eonacatlight",
|
||||
"displayName": "EonaCatLight",
|
||||
"description": "EonaCat Light Theme",
|
||||
"icon": "icon.png",
|
||||
"publisher": "EonaCat",
|
||||
"author":
|
||||
{
|
||||
"name": "EonaCat (Jeroen Saey)",
|
||||
"url": "https://EonaCat.com",
|
||||
"email": "EonaCat@gmail.com"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"vscode": "^1.74.0"
|
||||
},
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "EonaCat Light",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/EonaCat Light-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
2096
Themes/VSCode/EonaCatLight/themes/EonaCat Light-color-theme.json
Normal file
2096
Themes/VSCode/EonaCatLight/themes/EonaCat Light-color-theme.json
Normal file
File diff suppressed because it is too large
Load Diff
106
Themes/Visual Studio/EonaCatTheme.vssettings
Normal file
106
Themes/Visual Studio/EonaCatTheme.vssettings
Normal file
@@ -0,0 +1,106 @@
|
||||
<UserSettings>
|
||||
<ApplicationIdentity version="10.0"/>
|
||||
<ToolsOptions>
|
||||
<ToolsOptionsCategory name="Environment" RegisteredName="Environment"/>
|
||||
</ToolsOptions>
|
||||
<Category name="Environment_Group" RegisteredName="Environment_Group">
|
||||
<Category name="Environment_FontsAndColors" Category="{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FontsAndColors" PackageName="Visual Studio Environment Package">
|
||||
<PropertyValue name="Version">2</PropertyValue>
|
||||
<FontsAndColors Version="2.0">
|
||||
<Categories>
|
||||
<Category GUID="{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}" FontIsDefault="Yes">
|
||||
<Items>
|
||||
<Item Name="Plain Text" Foreground="0x00FFFFEE" Background="0x00211F1D" BoldFont="No"/>
|
||||
<Item Name="Comment" Foreground="0x00B3ACA2" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Selected Text" Foreground="0x02000000" Background="0x00685408" BoldFont="No"/>
|
||||
<Item Name="Brace Matching (Rectangle)" Foreground="0x02000000" Background="0x00B5591C" BoldFont="No"/>
|
||||
<Item Name="Identifier" Foreground="0x00E29F78" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Number" Foreground="0x005791F9" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Operator" Foreground="0x00C4C454" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="String" Foreground="0x00A8D1AC" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="String(C# @ Verbatim)" Foreground="0x002D10DE" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="urlformat" Foreground="0x00CC9966" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="User Types" Foreground="0x0056D2DC" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="User Types(Enums)" Foreground="0x001F9E61" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="User Types(Interfaces)" Foreground="0x00C594C5" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="User Types(Delegates)" Foreground="0x004CD6D2" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="User Types(Value types)" Foreground="0x00C5A020" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Indicator Margin" Foreground="0x02000000" Background="0x002D10DE" BoldFont="No"/>
|
||||
<Item Name="Line Numbers" Foreground="0x0093771B" Background="0x00211F1D" BoldFont="No"/>
|
||||
<Item Name="Preprocessor Keyword" Foreground="0x000937B9" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Keyword" Foreground="0x002D10DE" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML Doc Comment" Foreground="0x0000AFC7" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML Doc Tag" Foreground="0x002D10DE" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CurrentLineActiveFormat" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CurrentLineInactiveFormat" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CSS Comment" Foreground="0x007E7365" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CSS Keyword" Foreground="0x00B3B35F" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CSS Property Name" Foreground="0x0063C8FA" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CSS Property Value" Foreground="0x005791F9" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CSS Selector" Foreground="0x00776EAF" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CSS String Value" Foreground="0x0094C799" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="HTML Attribute" Foreground="0x0000B7E6" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="HTML Attribute Value" Foreground="0x0094C799" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="HTML Comment" Foreground="0x007E7365" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="HTML Element Name" Foreground="0x002D10DE" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="HTML Entity" Foreground="0x005791F9" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="HTML Operator" Foreground="0x00B3B35F" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="HTML Server-Side Script" Foreground="0x004836B5" Background="0x00211F1D" BoldFont="No"/>
|
||||
<Item Name="HTML Tag Delimiter" Foreground="0x00B3B35F" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Razor Code" Foreground="0x02000000" Background="0x00282A28" BoldFont="No"/>
|
||||
<Item Name="Script Comment" Foreground="0x007E7365" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Script Identifier" Foreground="0x00E29F78" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Script Keyword" Foreground="0x00776EAF" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Script Number" Foreground="0x005791F9" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Script Operator" Foreground="0x00B3B35F" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Script String" Foreground="0x0094C799" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML Attribute" Foreground="0x0086CAEA" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML Attribute Quotes" Foreground="0x0094C799" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML Attribute Value" Foreground="0x0052AAFF" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML CData Section" Foreground="0x00808080" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML Comment" Foreground="0x007E7365" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML Delimiter" Foreground="0x00B3B35F" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML Name" Foreground="0x002D10DE" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XML Text" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Attribute" Foreground="0x0086CAEA" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Attribute Quotes" Foreground="0x00000000" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Attribute Value" Foreground="0x0052AAFF" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML CData Section" Foreground="0x00808080" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Comment" Foreground="0x007E7365" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Delimiter" Foreground="0x00B3B35F" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Markup Extension Class" Foreground="0x0063C8FA" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Markup Extension Parameter Name" Foreground="0x00C1A371" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Markup Extension Parameter Value" Foreground="0x00F99858" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Name" Foreground="0x002D10DE" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="XAML Text" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Inactive Selected Text" Foreground="0x02000000" Background="0x00796B51" BoldFont="No"/>
|
||||
<Item Name="outlining.square" Foreground="0x00555555" Background="0x00E2E2E2" BoldFont="No"/>
|
||||
<Item Name="outlining.verticalrule" Foreground="0x00A5A5A5" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Syntax Error" Foreground="0x00162EF8" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Compiler Error" Foreground="0x00F816F1" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Warning" Foreground="0x0016C9F8" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="outlining.collapsehintadornment" Foreground="0x00E8DDD7" Background="0x004B4632" BoldFont="No"/>
|
||||
<Item Name="Collapsible Text" Foreground="0x00807F00" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="Excluded Code" Foreground="0x00525252" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="MarkerFormatDefinition/HighlightedReference" Foreground="0x02000000" Background="0x004C2E4C" BoldFont="No"/>
|
||||
<Item Name="Breakpoint (Enabled)" Foreground="0x00FFFFFF" Background="0x00463A96" BoldFont="No"/>
|
||||
<Item Name="Current Statement" Foreground="0x00000000" Background="0x0000CCFF" BoldFont="No"/>
|
||||
<Item Name="CppEnumSemanticTokenFormat" Foreground="0x000FC1E6" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppMemberFieldSemanticTokenFormat" Foreground="0x00DED3CD" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppFunctionSemanticTokenFormat" Foreground="0x00E29F78" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppLocalVariableSemanticTokenFormat" Foreground="0x00776EAF" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppMacroSemanticTokenFormat" Foreground="0x0094C799" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppMemberFunctionSemanticTokenFormat" Foreground="0x00CC9966" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppNamespaceSemanticTokenFormat" Foreground="0x0040A1ED" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppParameterSemanticTokenFormat" Foreground="0x00E9DED8" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppStaticMemberFieldSemanticTokenFormat" Foreground="0x00BB9D8B" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppStaticMemberFunctionSemanticTokenFormat" Foreground="0x00CC9966" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppTypeSemanticTokenFormat" Foreground="0x0063C8FA" Background="0x02000000" BoldFont="No"/>
|
||||
<Item Name="CppGlobalVariableSemanticTokenFormat" Foreground="0x00A862C0" Background="0x02000000" BoldFont="No"/>
|
||||
</Items>
|
||||
</Category>
|
||||
</Categories>
|
||||
</FontsAndColors>
|
||||
</Category>
|
||||
</Category>
|
||||
</UserSettings>
|
||||
26
Themes/Windows Terminal/EonaCat Color Scheme.txt
Normal file
26
Themes/Windows Terminal/EonaCat Color Scheme.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
"schemes":
|
||||
[
|
||||
{
|
||||
"background": "#333333",
|
||||
"black": "#210000",
|
||||
"blue": "#4053D2",
|
||||
"brightBlack": "#1A0000",
|
||||
"brightBlue": "#8EB0B5",
|
||||
"brightCyan": "#93A1A1",
|
||||
"brightGreen": "#4F7549",
|
||||
"brightPurple": "#6C71C4",
|
||||
"brightRed": "#CB4B16",
|
||||
"brightWhite": "#FDF6E3",
|
||||
"brightYellow": "#918D62",
|
||||
"cursorColor": "#DE102D",
|
||||
"cyan": "#3E90A1",
|
||||
"foreground": "#DE102D",
|
||||
"green": "#5F9911",
|
||||
"name": "EonaCat",
|
||||
"purple": "#BA4ED3",
|
||||
"red": "#DC322F",
|
||||
"selectionBackground": "#B00D24",
|
||||
"white": "#EEE4D9",
|
||||
"yellow": "#B4B53D"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user