Skip to content

Commit 126dcd0

Browse files
committed
Initial commit
0 parents  commit 126dcd0

File tree

15 files changed

+290
-0
lines changed

15 files changed

+290
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true

.github/.DS_Store

6 KB
Binary file not shown.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
title: Icon request 🙏
2+
labels:
3+
- 'icon request'
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
# Hi there! :wave:
9+
10+
Thanks for taking the time to fill out new request. Please use issues only to ask for new icons.
11+
**If you want to discuss about something that doesn't match your taste, give feedback or chat about a topic, visit [Discussions](https://github.com/Vira-Theme/vira-theme-support/discussions).
12+
If the discussion is not related to icon request will be closed instantly.**
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Description
17+
description: |
18+
Tell us more about the icon you want to request. Give all the info requested:
19+
- SVG Icon or Url
20+
- All file extensions associated with the icon"
21+
- All filenames associated with the icon
22+
- All the language IDs associated with the icon
23+
placeholder: |
24+
- https://....
25+
- `txt`, `md`
26+
- `myfile.md`, `myfile.config.txt`
27+
- `text`, 'markdown'
28+
validations:
29+
required: true

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: Bug report 🐛
2+
description: Something not working as expected? This is the place to report your issue.
3+
labels:
4+
- 'bug'
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
# Hi there! :wave:
10+
11+
Thanks for taking the time to fill out this bug report. Please use issues only to report bugs.
12+
**If you want to discuss about something that doesn't match your taste, give feedback or chat about a topic, visit [Discussions](https://github.com/Vira-Theme/vira-theme-support/discussions).
13+
Every issue opened that's not related to a bug or icon request will be closed instantly.**
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: Description
18+
description: "Tell us more about the problem that you're running into. If possible attach a screenshot or video."
19+
placeholder: What did you see? What did you expect to see?
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: reproduce
24+
attributes:
25+
label: Steps to reproduce
26+
description: 'How do we reproduce the error you described above? Does an additional extension need to be installed? For issues with syntax highlighting, consider adding some example code and the language being used.'
27+
placeholder: |
28+
1. Go to '...'
29+
2. Click on '....'
30+
3. Scroll down to '....'
31+
4. Type '....'
32+
validations:
33+
required: true
34+
- type: input
35+
id: version
36+
attributes:
37+
label: Extension Version
38+
description: 'What version of `vsc-vira-theme` are you using?'
39+
placeholder: v34.5.0
40+
validations:
41+
required: true
42+
- type: input
43+
id: vsc-version
44+
attributes:
45+
label: VSCode Version
46+
description: 'What version of Visual Studio Code are you using?'
47+
placeholder: v1.92.0
48+
validations:
49+
required: true
50+
- type: dropdown
51+
id: theme
52+
attributes:
53+
label: Theme
54+
description: In which themes(s) are you experiencing the issue?
55+
multiple: false
56+
options:
57+
- Both of them
58+
- Vira Theme
59+
- Vira Theme Hight Contrast
60+
- Vira Theme Darker
61+
- Vira Theme Darker High Contrast
62+
- Vira Theme Ocean
63+
- Vira Theme Ocean High Contrast
64+
- Vira Theme Palenight
65+
- Vira Theme Palenight High Contrast
66+
- Vira Theme Deepforest
67+
- Vira Theme Deepforest High Contrast
68+
- Vira Theme Lighter
69+
- Vira Theme Lighter High Contrast

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Discussions
4+
url: https://github.com/Vira-Theme/vira-theme-support/discussions
5+
about: If you have questions or different type of requests, use the Discussions page.

.github/ISSUE_TEMPLATE/ideas.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: "Icon request 🙏"
2+
labels: ['icon request']
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
# Hi there! :wave:
8+
9+
Thanks for taking the time to fill out new request. Please use issues only to ask for new icons.
10+
**If you want to discuss about something that doesn't match your taste, give feedback or chat about a topic, visit [Discussions](https://github.com/Vira-Theme/vira-theme-support-icons/discussions).
11+
Every issue opened that's not related to a bug or icon request will be closed instantly.**
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: |
17+
Tell us more about the icon you want to request. Give all the info requested:
18+
- SVG Icon or Url
19+
- All file extensions associated with the icon"
20+
- All filenames associated with the icon
21+
- All the language IDs associated with the icon
22+
placeholder: |
23+
- https://....
24+
- `txt`, `md`
25+
- `myfile.md`, `myfile.config.txt`
26+
- `text`, 'markdown'
27+
validations:
28+
required: true

.github/stale.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 30
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- Discussion
8+
- Bug
9+
# Label to use when marking an issue as stale
10+
staleLabel: Wontfix
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This issue has been automatically marked as stale because it has not had
14+
recent activity. It will be closed if no further activity occurs. Thank you
15+
for your contributions.
16+
# Comment to post when closing a stale issue. Set to `false` to disable
17+
closeComment: >
18+
This issue has been closed due to inactivity.

.gitignore

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/macos,windows
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows
3+
4+
### macOS ###
5+
# General
6+
.DS_Store
7+
.AppleDouble
8+
.LSOverride
9+
10+
# Icon must end with two \r
11+
Icon
12+
13+
14+
# Thumbnails
15+
._*
16+
17+
# Files that might appear in the root of a volume
18+
.DocumentRevisions-V100
19+
.fseventsd
20+
.Spotlight-V100
21+
.TemporaryItems
22+
.Trashes
23+
.VolumeIcon.icns
24+
.com.apple.timemachine.donotpresent
25+
26+
# Directories potentially created on remote AFP share
27+
.AppleDB
28+
.AppleDesktop
29+
Network Trash Folder
30+
Temporary Items
31+
.apdisk
32+
33+
### macOS Patch ###
34+
# iCloud generated files
35+
*.icloud
36+
37+
### Windows ###
38+
# Windows thumbnail cache files
39+
Thumbs.db
40+
Thumbs.db:encryptable
41+
ehthumbs.db
42+
ehthumbs_vista.db
43+
44+
# Dump file
45+
*.stackdump
46+
47+
# Folder config file
48+
[Dd]esktop.ini
49+
50+
# Recycle Bin used on file shares
51+
$RECYCLE.BIN/
52+
53+
# Windows Installer files
54+
*.cab
55+
*.msi
56+
*.msix
57+
*.msm
58+
*.msp
59+
60+
# Windows shortcuts
61+
*.lnk
62+
63+
# End of https://www.toptal.com/developers/gitignore/api/macos,windows

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!-- PROJECT LOGO -->
2+
<br />
3+
<div align="center">
4+
<a href="https://github.com/vira-theme/vira-theme-support">
5+
<img src="./assets/vira-logo.png" alt="Vira Theme" width="90" height="90" />
6+
</a>
7+
8+
<h1 align="center">Vira Theme</h3>
9+
10+
<p align="center">
11+
Original taste, original colors.
12+
</p>
13+
</div>
14+
15+
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmineblocks.com%2F1%2Fwiki%2Fimages%2F5%2F59%2FEmpty.png&f=1&nofb=1&ipt=272d1bf6ef886b68f90fc4b76685cf3d69c29691db2a6136a83a4f99e53db919&ipo=images" height="30">
16+
17+
## The story
18+
19+
Vira Theme is the official successor of the original Material Theme, this brand new theme has been in development since 2024 (in my free time), it's completely written from scratch with 0 dependencies and has improved experience. We decided to change the name because this version is no more bound to the **Material Design System** and we want to follow our path.
20+
21+
#### A bit of history:
22+
This theme was originally intended to be the Pro version of Material Theme the popular theme with over 7 million lovers, and a bunch of haters.
23+
24+
However, due to recent Microsoft moves and others 🤡 bad actors, the previous and outdated Free version has been removed. As a result, this theme (including both the Vira Theme and Vira Icons) will require a small contribution to maintain its high standard as it reaches version v1. **Unfortunately, there will no longer be a free version, thanks to Microsoft's decision.**
25+
26+
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmineblocks.com%2F1%2Fwiki%2Fimages%2F5%2F59%2FEmpty.png&f=1&nofb=1&ipt=272d1bf6ef886b68f90fc4b76685cf3d69c29691db2a6136a83a4f99e53db919&ipo=images" height="30">
27+
28+
## Main features
29+
30+
Compared to other Material Theme clones made by clowns, this official version has:
31+
32+
- Improved High Contrast variants
33+
- Improved color contrast and highlight
34+
- Support for semantic highlighting
35+
- Costant updates
36+
- Eye friendly color schemes for dark environemnts
37+
- Custom accent support
38+
- 0 external and harmful dependencies
39+
- closed source = no more toxic community and youtubers making money out of nothing
40+
41+
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmineblocks.com%2F1%2Fwiki%2Fimages%2F5%2F59%2FEmpty.png&f=1&nofb=1&ipt=272d1bf6ef886b68f90fc4b76685cf3d69c29691db2a6136a83a4f99e53db919&ipo=images" height="30">
42+
43+
## Installation and usage
44+
45+
Checkout our discussion board for more info
46+
47+
### [Get started ↗️](https://github.com/vira-themes/vira-theme-support/discussions/1319)
48+
49+
50+
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmineblocks.com%2F1%2Fwiki%2Fimages%2F5%2F59%2FEmpty.png&f=1&nofb=1&ipt=272d1bf6ef886b68f90fc4b76685cf3d69c29691db2a6136a83a4f99e53db919&ipo=images" height="30">
51+
52+
## How to customize colors
53+
54+
If you want to customize some colors you can use VSCode Settings to match your taste.
55+
56+
### [Learn how ↗️](https://github.com/vira-themes/vira-theme-support/discussions/1318)
57+
58+
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmineblocks.com%2F1%2Fwiki%2Fimages%2F5%2F59%2FEmpty.png&f=1&nofb=1&ipt=272d1bf6ef886b68f90fc4b76685cf3d69c29691db2a6136a83a4f99e53db919&ipo=images" height="30">

assets/icons-preview.png

123 KB
Loading

0 commit comments

Comments
 (0)