Skip to content

Commit

Permalink
Merge pull request #9 from luisfalconmx/perf/removed-extra-themes
Browse files Browse the repository at this point in the history
Extra themes removed
  • Loading branch information
luisfalconmx authored Nov 5, 2022
2 parents bcc617b + a34fc64 commit a7ff959
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 16,402 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/update.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"workbench.colorTheme": "Default Dark+",
"workbench.iconTheme": "vs-seti",
"editor.defaultFormatter": "esbenp.prettier-vscode",
}
47 changes: 4 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!-- START .github/README_TEMPLATE/theme.template.md -->
<p align="center">
<img src="https://raw.githubusercontent.com/luisfalconmx/falcon-theme/main/.github/screenshot.png" alt="Falcon Theme" width="100%" />
<img src="https://raw.githubusercontent.com/luisfalconmx/falcon-theme/main/images/falcon-theme-icon.png" alt="Falcon Theme" width="60px" />
</p>

<h1 align="center">falcon-theme</h1>
Expand All @@ -10,44 +9,6 @@
<sub>Created with ❤️ by luisfalconmx</sub>
</p>

<!-- END .github/README_TEMPLATE/theme.template.md -->

![theme-default](https://user-images.githubusercontent.com/57654255/171340854-8d16ffdc-ad42-4295-a5e0-c028e1ca17aa.png)

## Available colours

### Aqua

![theme-aqua](https://user-images.githubusercontent.com/57654255/171340890-a9de6801-4019-4bf9-95d4-b3c76fbef60f.png)

### Blue

![theme-blue](https://user-images.githubusercontent.com/57654255/171340908-c132847a-1f9a-4a72-81d3-fe906f2bfb68.png)

### Green

![theme-green](https://user-images.githubusercontent.com/57654255/171340932-f46fa598-510c-4125-8e6c-f40ad65ba436.png)

### Orange

![theme-orange](https://user-images.githubusercontent.com/57654255/171340943-97c665ca-d509-4de3-80f8-961b3dddfaf9.png)

### Pink

![theme-pink](https://user-images.githubusercontent.com/57654255/171340954-6848134e-275b-46b8-aa87-c867904e951a.png)

### Purple

![theme-purple](https://user-images.githubusercontent.com/57654255/171340975-cfb15391-564b-4266-aa94-8a09c738ce08.png)

### Red

![theme-red](https://user-images.githubusercontent.com/57654255/171340993-858f6be9-1ab6-4f7d-8f4d-4f22947bb9b1.png)

### Sky

![theme-sky](https://user-images.githubusercontent.com/57654255/171341003-b83fb2f6-115f-4418-9a8c-3c6e64afd4d3.png)

### Yellow

![theme-yellow](https://user-images.githubusercontent.com/57654255/171341020-d4a07438-cf02-4716-910a-735f35d210c8.png)
<p align="center">
<img src="https://user-images.githubusercontent.com/57654255/171340854-8d16ffdc-ad42-4295-a5e0-c028e1ca17aa.png" alt="Falcon Theme" width="100%" />
</p>
Binary file removed images/theme-aqua.png
Binary file not shown.
Binary file removed images/theme-blue.png
Binary file not shown.
Binary file removed images/theme-green.png
Binary file not shown.
Binary file removed images/theme-orange.png
Binary file not shown.
Binary file removed images/theme-pink.png
Binary file not shown.
Binary file removed images/theme-purple.png
Binary file not shown.
Binary file removed images/theme-red.png
Binary file not shown.
Binary file removed images/theme-sky.png
Binary file not shown.
Binary file removed images/theme-yellow.png
Binary file not shown.
47 changes: 1 addition & 46 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,52 +63,7 @@
{
"label": "Falcon Theme",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-default.json"
},
{
"label": "Falcon Theme (Purple)",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-purple.json"
},
{
"label": "Falcon Theme (Pink)",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-pink.json"
},
{
"label": "Falcon Theme (Red)",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-red.json"
},
{
"label": "Falcon Theme (Orange)",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-orange.json"
},
{
"label": "Falcon Theme (Yellow)",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-yellow.json"
},
{
"label": "Falcon Theme (Green)",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-green.json"
},
{
"label": "Falcon Theme (Aqua)",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-aqua.json"
},
{
"label": "Falcon Theme (Sky)",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-sky.json"
},
{
"label": "Falcon Theme (Blue)",
"uiTheme": "vs-dark",
"path": "./themes/falcon-theme-blue.json"
"path": "./theme/falcon-theme.json"
}
]
}
Expand Down
File renamed without changes.
Loading

0 comments on commit a7ff959

Please sign in to comment.