Date: Wed, 4 Nov 2020 23:12:50 +0000
Subject: [PATCH] init
---
.gitignore | 1 +
.vscode/launch.json | 17 +
CHANGELOG.md | 13 +
LICENSE | 21 +
README.md | 19 +
images/icon.png | Bin 0 -> 13721 bytes
images/screenshot.png | Bin 0 -> 647269 bytes
package.json | 38 ++
themes/Dark-color-theme.json | 595 +++++++++++++++++++++++++++
themes/Light-color-theme.json | 538 ++++++++++++++++++++++++
themes/include/base-color-theme.json | 195 +++++++++
11 files changed, 1437 insertions(+)
create mode 100644 .gitignore
create mode 100644 .vscode/launch.json
create mode 100644 CHANGELOG.md
create mode 100644 LICENSE
create mode 100644 README.md
create mode 100644 images/icon.png
create mode 100644 images/screenshot.png
create mode 100644 package.json
create mode 100644 themes/Dark-color-theme.json
create mode 100644 themes/Light-color-theme.json
create mode 100644 themes/include/base-color-theme.json
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dfacd4d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.vsix
\ No newline at end of file
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..0e191b5
--- /dev/null
+++ b/.vscode/launch.json
@@ -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}"
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..bc91283
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,13 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Versioning is **based** on [Semantic Versioning](https://semver.org/spec/v2.0.0.html) with a few changes:
+ * **Minor:** elementaryOS version (major/minor) version based on void of a period (i.e. 5.1 is `51`, 6.0 is `60`, 12.3 is `123`).
+ * **Patch:** Additions and bug fixes.
+
+ with the **minor** number noting the major/minor version (void of the period) of elementaryOS it's based on (i.e. 5.1 is `51`, 6.0 is `60`).
+
+## [1.51.0] - 2020-11-04
+
+### Initial release
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..39a97d6
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2020 Ducky
+
+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.
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bd47a25
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+
+
+
+
+
+
elementary Theme for VSCode
+
+
+ elementaryOS theme for VSCode: light and dark variants, both lovely.
+
+
+
+ ext install electricduck.elementary-theme
+
+
+
+
+
+