Added vscodium

This commit is contained in:
Kristofers Solo
2022-04-28 21:17:01 +03:00
parent 837a479d82
commit d7dddc39ef
29139 changed files with 250215 additions and 45125 deletions

View File

@@ -0,0 +1,7 @@
## How to contribute
1. Fork and clone this repo. `git clone https://github.com/<YOUR-USERNAME>/sweet-dracula`
2. Create a branch for your changes. `git checkout -b my-new-feature`
4. Hack away.
7. Commit and push your changes.
8. Submit a PR for discussion.

View File

@@ -0,0 +1 @@
*.vsix

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="sweetdracula" Version="1.0.8" Publisher="PROxZIMA" />
<DisplayName>Sweet Dracula</DisplayName>
<Description xml:space="preserve">Sweet Dracula — A beautiful, darker - Dracula fork</Description>
<Tags>dracula,dark,theme,color-theme,__web_extension</Tags>
<Categories>Themes</Categories>
<GalleryFlags>Public</GalleryFlags>
<Badges></Badges>
<Properties>
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.10.0" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="ui,workspace,web" />
<Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/PROxZIMA/sweet-dracula.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/PROxZIMA/sweet-dracula.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/PROxZIMA/sweet-dracula.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/PROxZIMA/sweet-dracula/issues" />
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/PROxZIMA/sweet-dracula#readme" />
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#0c0e14" />
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark" />
<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
</Properties>
<License>extension/LICENSE.txt</License>
<Icon>extension/sweetdracula.png</Icon>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Code"/>
</Installation>
<Dependencies/>
<Assets>
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/CHANGELOG.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.txt" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/sweetdracula.png" Addressable="true" />
</Assets>
</PackageManifest>

View File

@@ -0,0 +1,43 @@
# Changelog
## 1.0.8
Fixed issue [`#2`](https://github.com/PROxZIMA/sweet-dracula/issues/2)
## 1.0.7
Reduce theme contrast
## 1.0.6
Added `editorBracketPairGuide`
## 1.0.5
Main background color changed from `#0C0E14 -> #11131c`
## 1.0.4
HTML, CSS textMate scopes added
## 1.0.3
Added theme to [Code - OSS store](https://open-vsx.org/extension/PROxZIMA/sweetdracula)
## 1.0.2
Fixed [`findMatchBackground`](https://github.com/PROxZIMA/sweet-dracula/pull/1)
## 1.0.1
Readme updated with some configuration (which suits the theme)
## 1.0.0
Initial release!
---
## Previous
This theme was forked from Dracula Official v2.22.3. See the Dracula Official [changelog](https://github.com/dracula/visual-studio-code/blob/master/CHANGELOG.md#2223) for changes preceding the fork.

View File

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2016 Dracula Theme
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.

View File

@@ -0,0 +1,5 @@
.PHONY: release
vscode-release:
vsce package && vsce publish

View File

@@ -0,0 +1,54 @@
# Sweet Dracula
[![version](https://vsmarketplacebadge.apphb.com/version-short/PROxZIMA.sweetdracula.svg)](https://marketplace.visualstudio.com/items?itemName=PROxZIMA.sweetdracula)
[![downloads](https://vsmarketplacebadge.apphb.com/downloads-short/PROxZIMA.sweetdracula.svg)](https://marketplace.visualstudio.com/items?itemName=PROxZIMA.sweetdracula)
[![rating](https://vsmarketplacebadge.apphb.com/rating-short/PROxZIMA.sweetdracula.svg)](https://marketplace.visualstudio.com/items?itemName=PROxZIMA.sweetdracula)
**Sweet Dracula** A beautiful, darker - [Dracula](https://github.com/dracula/visual-studio-code) fork for [VSCode](https://marketplace.visualstudio.com/items?itemName=PROxZIMA.sweetdracula) and [Code - OSS](https://open-vsx.org/extension/PROxZIMA/sweetdracula).
<h3 align="center"><b>VS Code</b></h3>
![VSCode](https://raw.githubusercontent.com/PROxZIMA/sweet-dracula/master/assets/vscode.png)
<h3 align="center"><b>Syntax Highlighting</b></h3>
![Screenshot](https://raw.githubusercontent.com/PROxZIMA/sweet-dracula/master/assets/preview.png)
---
## Install
1. Go to `View -> Command Palette` or press `⌘+shift+P`
2. Then enter `Install Extension`
3. Write `sweetdracula`
4. Select it or press Enter to install
---
## VSCode UI
Above screenshot contains modified VSCode UI. I tweaked it a bit to fit my taste. Complete installation in my [.dotfiles](https://github.com/PROxZIMA/.dotfiles#vscode)
---
## Recommended settings
- `"editor.renderLineHighlight": "gutter"`
- `"editor.occurrencesHighlight": false`
- `"editor.selectionHighlight": false`
---
## Contributing
If you'd like to contribute to this theme, please read the [contributing guidelines](https://github.com/PROxZIMA/sweet-dracula/blob/master/.github/CONTRIBUTING.md).
---
## License
[MIT License](https://github.com/PROxZIMA/sweet-dracula/blob/master/LICENSE)
---
### [Release Notes](https://github.com/PROxZIMA/sweet-dracula/blob/master/CHANGELOG.md)

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

View File

@@ -0,0 +1,56 @@
{
"name": "sweetdracula",
"displayName": "Sweet Dracula",
"description": "Sweet Dracula — A beautiful, darker - Dracula fork",
"publisher": "PROxZIMA",
"theme": "syntax",
"version": "1.0.8",
"license": "MIT",
"maintainers": [
"Pratik Pingale <pratikbpingale9075@gmail.com>"
],
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/PROxZIMA/sweet-dracula.git"
},
"bugs": {
"url": "https://github.com/PROxZIMA/sweet-dracula/issues"
},
"engines": {
"vscode": "^1.10.0"
},
"keywords": [
"dracula",
"dark",
"theme",
"color-theme"
],
"categories": [
"Themes"
],
"icon": "sweetdracula.png",
"galleryBanner": {
"color": "#0c0e14",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Sweet Dracula",
"uiTheme": "vs-dark",
"path": "theme/sweetdracula-color-theme.json"
}
]
},
"__metadata": {
"id": "c499a94d-a1f3-4d95-8284-985e07034bea",
"publisherId": "cde0217a-c0e2-4c2a-bc5b-60f0b2920337",
"publisherDisplayName": null,
"targetPlatform": "undefined",
"updated": false,
"isPreReleaseVersion": false,
"preRelease": false,
"installedTimestamp": 1651167577065
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB