Skip to content

Commit

Permalink
[+] Images
Browse files Browse the repository at this point in the history
  • Loading branch information
denvash committed Feb 20, 2019
1 parent f7eed9f commit 189c195
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 52 deletions.
102 changes: 50 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,58 +51,56 @@ The **minimalistic design** makes the developer to **concentrate** on what's imp
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,
}
// 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
Expand Down
Binary file added images/example-editor-js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/example-editor-react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/example-indent-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/example-indent-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/example-stateless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/example-syntax-js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/example-syntax-react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-clean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 189c195

Please sign in to comment.