Skip to content

Commit

Permalink
[~] Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
denvash committed Feb 20, 2019
1 parent fca51c7 commit f7eed9f
Show file tree
Hide file tree
Showing 5 changed files with 1,365 additions and 1,276 deletions.
93 changes: 91 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ![Logo](https://user-images.githubusercontent.com/27515937/52951387-5a008e00-338a-11e9-87c7-49f3ca3b539d.png)

[![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)

> Summer-Time is a modern Dark Material theme for VS-Code IDE.
The **minimalistic design** makes the developer to **concentrate** on what's important while **understanding** the code flow.
Expand All @@ -23,5 +25,92 @@ The **minimalistic design** makes the developer to **concentrate** on what's imp

## Screenshots

![example2](https://user-images.githubusercontent.com/27515937/52949592-68987680-3385-11e9-90a6-a5577585ba6f.png)
![example1](https://user-images.githubusercontent.com/27515937/52949597-6c2bfd80-3385-11e9-874c-556eb8c93345.png)
<div align="center">

<br>

![JavaScript Syntax](https://img.shields.io/badge/SYNTAX-JavaScript-gray.svg?colorB=F699D9)
![JavaScript](images/example-syntax-js.png)
<br>
![hr](images/hr.png)
<br>

![React Syntax](https://img.shields.io/badge/SYNTAX-React-gray.svg?colorB=F699D9)
![react](images/example-syntax-react.png)
![stateless](/images/example-stateless.png)
<br>
![hr](images/hr.png)
<br>

![Editor](https://img.shields.io/badge/EDITOR-View-gray.svg?colorB=F699D9)
![example2](/images/example-editor-js.png)
</div>

## Configuration

Recommended [VSCode Settings](https://code.visualstudio.com/docs/getstarted/settings):

```json
{
// Work Bench
"workbench.colorTheme": "Summer Time",
"workbench.iconTheme": "material-icon-theme",
"workbench.statusBar.feedback.visible": false,
"workbench.statusBar.visible": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.enablePreview": false,
"workbench.editor.highlightModifiedTabs": true,

// Explorer
"explorer.confirmDelete": false,
"explorer.decorations.badges": false,
"explorer.sortOrder": "type",
"explorer.confirmDragAndDrop": false,

// Terminal
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontSize": 12,
"terminal.integrated.fontWeight": "100",
"terminal.integrated.fontFamily": "Hack Nerd Font Mono",

// Editor
"editor.mouseWheelZoom": true,
"editor.snippetSuggestions": "top",
"editor.autoClosingBrackets": "always",
"editor.rulers": [
100
],
"editor.renderIndentGuides": false,
"editor.fontLigatures": true,
"editor.renderControlCharacters": false,
"editor.autoClosingQuotes": "always",
"editor.formatOnSave": false,
"editor.formatOnType": true,
"editor.fontSize": 15,
"editor.lineHeight": 24.65,
"editor.letterSpacing": 0.5,
"editor.fontWeight": "400",
"editor.cursorStyle": "line-thin",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"editor.glyphMargin": true,
"editor.suggest.snippetsPreventQuickSuggestions": false,

// Icons
"material-icon-theme.activeIconPack": "react_redux",
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.hidesExplorerArrows": true,
}
```

### Extensions

- [Nerd-Fonts](https://github.com/ryanoasis/nerd-fonts)
- [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=DennisVash.summer-time)
- [Bracket Pair Colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer)

## Other Places

- [🍦 JetBrains Theme](https://github.com/denvash/summer-time-theme-jetbrains)
Binary file removed images/example-js.png
Binary file not shown.
Binary file removed images/example-react.png
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"displayName": "Summer Time",
"description": "🍧 A modern Dark Material theme for VS-Code IDE 🍦",
"version": "1.0.0",
"publisher": "Dennis Vash",
"publisher": "DennisVash",
"engines": {
"vscode": "^1.15.0"
},
"icon": "images/logo-titled.png",
"icon": "images/logo-clean.png",
"repository": {
"type": "git",
"url": "https://github.com/denvash/summer-time-theme-vscode"
},
"galleryBanner": {
"color": "#222145",
"color": "#2B303B",
"theme": "dark"
},
"categories": [
Expand Down
Loading

0 comments on commit f7eed9f

Please sign in to comment.