Skip to content

Commit

Permalink
[~] Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Vash committed Jul 7, 2019
1 parent 44ea6ed commit 936ef4a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 98 deletions.
117 changes: 21 additions & 96 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
<div align="center">

# [![Logo](/images/logo-github.png)](https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time#overview)

</div>

[![Version](https://vsmarketplacebadge.apphb.com/version-short/DennisVash.summer-time.svg?subject=Summer%20Time&colorA=2B303B&colorB=A8F79A)](https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time) [![Rating](https://vsmarketplacebadge.apphb.com/rating/DennisVash.summer-time.svg?label=Ratings&colorA=2B303B&colorB=AEE9F5)](https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time) [![Installs](https://vsmarketplacebadge.apphb.com/installs/DennisVash.summer-time.svg?label=Installs&colorA=2B303B&colorB=F699D9)](https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time) [![Downloads](https://vsmarketplacebadge.apphb.com/downloads/DennisVash.summer-time.svg?label=Downloads&colorA=2B303B&colorB=EBEA8B)](https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time)
<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time">
<img alt="Create-React-VSCode" src="https://i.imgur.com/NGCIh3d.png">
</a>
</p>


<p align="center">
<!-- marketplace version -->
<a href="https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time">
<img alt="marketplace version" src="https://img.shields.io/vscode-marketplace/v/DennisVash.summer-time.svg?maxAge=3600&style=for-the-badge&labelColor=1C1E26&color=F699D9">
</a>
<!-- downloads -->
<a href="https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time">
<img alt="downloads" src="https://img.shields.io/visual-studio-marketplace/d/DennisVash.summer-time.svg?maxAge=3600&style=for-the-badge&labelColor=1C1E26&color=A8F79A">
</a>
<!-- rating -->
<a href="https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time">
<img alt="rating" src="https://img.shields.io/visual-studio-marketplace/stars/DennisVash.summer-time.svg?maxAge=86400&style=for-the-badge&labelColor=1C1E26&color=AEE9F5">
</a>
</p>

> A modern Dark Material Theme which lets you forget the summer while coding.
Expand Down Expand Up @@ -114,28 +128,6 @@ In next screenshot, try figuring out the variable types by their **COLOR** (find
"terminal.integrated.rendererType": "dom",
"terminal.integrated.fontWeightBold": "normal",

// Files
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true
},
"files.associations": {
"*.react.js": "javascriptreact",
"*.stories.js": "javascriptreact",
"*.js": "javascript"
},

"emmet.includeLanguages": {
"javascript": "javascriptreact"
},

// Material Icons
"material-icon-theme.activeIconPack": "react_redux",
"material-icon-theme.folders.theme": "specific",
Expand All @@ -147,86 +139,19 @@ In next screenshot, try figuring out the variable types by their **COLOR** (find
"*.react.js": "react"
},

// Sync
"sync.gist": "37489160d4242adee13d821d95858f97",
"sync.autoUpload": true,
"sync.autoDownload": true,
"sync.quietSync": true,
"sync.forceDownload": false,

// Git
"git.autofetch": true,
"git.confirmSync": false,

// Prettier
"prettier.eslintIntegration": true,
"prettier.singleQuote": true,

// Eslint
"eslint.autoFixOnSave": true,
"eslint.enable": true,
"eslint.run": "onType",

// SOP's Import Cost Extension Settings.
"importCost.largePackageColor": "#F699D9",
"importCost.mediumPackageColor": "#EBEA8B",
"importCost.smallPackageColor": "#EBEA8B",

// Better comments
"better-comments.tags": [
{
"tag": "*",
"color": "#EBEA8B",
"strikethrough": false,
"backgroundColor": "transparent"
}
],

// Bookmarks
"numberedBookmarks.gutterIconFillColor": "#F699D9",
"numberedBookmarks.gutterIconNumberColor": "#000",

// Others
"javascript.format.enable": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"cSpell.userWords": [
"Backend",
"Hackathon",
"Minimalistic",
"Sider",
"Vash",
"antd",
"syncronic",
"webhooks"
],
"breadcrumbs.enabled": true,

"debug.toolBarLocation": "docked",

"svg.preview.autoOpen": true,

"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},

"showMusicMetrics": false,
"showGitMetrics": false,
"showWeeklyRanking": false,

// Telemetry
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,

// GitLens
"gitlens.views.repositories.location": "gitlens",
"gitlens.views.fileHistory.location": "gitlens",
"gitlens.views.lineHistory.location": "gitlens",
"gitlens.views.compare.location": "gitlens",
"gitlens.views.search.location": "gitlens",
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.hovers.enabled": false,
"gitlens.codeLens.enabled": false
```

## Installation
Expand Down
Binary file modified images/logo-github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "summer-time",
"displayName": "Summer Time Theme",
"description": "🍧 A modern Dark Material theme for VS-Code IDE 🍦",
"version": "1.10.0",
"version": "2.0.0",
"publisher": "DennisVash",
"engines": {
"vscode": "^1.15.0"
Expand Down Expand Up @@ -57,4 +57,4 @@
"log": "auto-changelog",
"release": "release-it"
}
}
}

0 comments on commit 936ef4a

Please sign in to comment.