Skip to content

Commit ba9f87c

Browse files
committed
Resize and move logo, move comments out of theme file
1 parent 648500d commit ba9f87c

8 files changed

Lines changed: 437 additions & 227 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.vsix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="docs/logo.png" width="256px"/>
1+
<img src="logo.png" width="256px"/>
22

33
# Oblique Theme
44

docs/colours.md

Lines changed: 411 additions & 0 deletions
Large diffs are not rendered by default.

docs/logo.svg renamed to docs/icon.svg

Lines changed: 7 additions & 7 deletions
Loading

docs/logo.png

-14.9 KB
Binary file not shown.

icon.png

3.23 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "oblique-vscode-theme",
33
"displayName": "Oblique Theme",
4-
"description": "Purposeful theme for Visual Studio Code (colour-blind friendly)",
4+
"description": "Purposeful theme for Visual Studio Code (color-blind friendly)",
55
"author": {
66
"name": "Jack Stringer"
77
},
8-
"icon": "docs/logo.png",
8+
"icon": "icon.png",
99
"version": "0.0.1",
1010
"repository": {
1111
"url": "https://github.com/jack5github/oblique-vscode-theme"

themes/Oblique Dark Orange-color-theme.json

Lines changed: 15 additions & 217 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)