Repository: vira-themes/vira-theme-support
Branch: live
Commit: 57e2309fd545
Files: 15
Total size: 30.5 KB
Directory structure:
gitextract_rz5no8oi/
├── .gitattributes
├── .gitignore
├── README.md
└── assets/
└── icons/
└── macos/
├── intellij/
│ ├── intellij-mac-carbon.icon/
│ │ └── icon.json
│ ├── intellij-mac-deepforest.icon/
│ │ └── icon.json
│ ├── intellij-mac-graphene.icon/
│ │ └── icon.json
│ ├── intellij-mac-ocean.icon/
│ │ └── icon.json
│ ├── intellij-mac-palenight.icon/
│ │ └── icon.json
│ └── intellij-mac-teal.icon/
│ └── icon.json
└── vscode/
├── vscode-mac-carbon.icon/
│ └── icon.json
├── vscode-mac-deepforest.icon/
│ └── icon.json
├── vscode-mac-graphene.icon/
│ └── icon.json
├── vscode-mac-ocean.icon/
│ └── icon.json
├── vscode-mac-palenight.icon/
│ └── icon.json
└── vscode-mac-teal.icon/
└── icon.json
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitattributes
================================================
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
================================================
FILE: .gitignore
================================================
# Created by https://www.toptal.com/developers/gitignore/api/macos,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### macOS Patch ###
# iCloud generated files
*.icloud
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/macos,windows
================================================
FILE: README.md
================================================
Teal
|
Ocean
|
Carbon
|
Palenight
|
Graphene
|
Deepforest
|
Vira Theme, the official successor to the widely loved Material Theme used by over 9 million developers, is a premium extension that brings a modern, seamless experience to Visual Studio Code. It combines refined themes and icons in one package, offering enhanced customization, continuous updates, and a visually striking interface tailored for dark environments.
## FAQ
Read the [FAQ](https://vira.build/#faq) for more information about the extension.
---
Copyright © Mattia Astorino. All rights reserved.
---
Vira Theme is a commercial product developed by "Vira Company by Mattia Astorino".
By using this extension you agree with the Terms of Service published on vira.build.
VAT IT14162840962
================================================
FILE: assets/icons/macos/intellij/intellij-mac-carbon.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.03922,0.03922,0.03922,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"image-name-specializations" : [
{
"value" : "intellijidea 2.svg"
},
{
"idiom" : "square",
"value" : "intellijidea 2.svg"
}
],
"name" : "intellijidea 2",
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 1,
"translation-in-points" : [
0,
0
]
}
}
]
}
],
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 6,
"translation-in-points" : [
0,
0
]
}
}
],
"shadow" : {
"kind" : "none",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : "shared"
}
}
================================================
FILE: assets/icons/macos/intellij/intellij-mac-deepforest.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.06667,0.09412,0.08627,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"image-name-specializations" : [
{
"value" : "intellijidea 2.svg"
},
{
"idiom" : "square",
"value" : "intellijidea 2.svg"
}
],
"name" : "intellijidea 2",
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 1,
"translation-in-points" : [
0,
0
]
}
}
]
}
],
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 6,
"translation-in-points" : [
0,
0
]
}
}
],
"shadow" : {
"kind" : "none",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : "shared"
}
}
================================================
FILE: assets/icons/macos/intellij/intellij-mac-graphene.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.12941,0.12941,0.12941,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"image-name-specializations" : [
{
"value" : "intellijidea 2.svg"
},
{
"idiom" : "square",
"value" : "intellijidea 2.svg"
}
],
"name" : "intellijidea 2",
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 1,
"translation-in-points" : [
0,
0
]
}
}
]
}
],
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 6,
"translation-in-points" : [
0,
0
]
}
}
],
"shadow" : {
"kind" : "none",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : "shared"
}
}
================================================
FILE: assets/icons/macos/intellij/intellij-mac-ocean.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.05882,0.06667,0.10196,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"image-name-specializations" : [
{
"value" : "intellijidea 2.svg"
},
{
"idiom" : "square",
"value" : "intellijidea 2.svg"
}
],
"name" : "intellijidea 2",
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 1,
"translation-in-points" : [
0,
0
]
}
}
]
}
],
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 6,
"translation-in-points" : [
0,
0
]
}
}
],
"shadow" : {
"kind" : "none",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : "shared"
}
}
================================================
FILE: assets/icons/macos/intellij/intellij-mac-palenight.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.16078,0.17647,0.24314,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"image-name-specializations" : [
{
"value" : "intellijidea 2.svg"
},
{
"idiom" : "square",
"value" : "intellijidea 2.svg"
}
],
"name" : "intellijidea 2",
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 1,
"translation-in-points" : [
0,
0
]
}
}
]
}
],
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 6,
"translation-in-points" : [
0,
0
]
}
}
],
"shadow" : {
"kind" : "none",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : "shared"
}
}
================================================
FILE: assets/icons/macos/intellij/intellij-mac-teal.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.14902,0.19608,0.21961,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"image-name-specializations" : [
{
"value" : "intellijidea 2.svg"
},
{
"idiom" : "square",
"value" : "intellijidea 2.svg"
}
],
"name" : "intellijidea 2",
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 1,
"translation-in-points" : [
0,
0
]
}
}
]
}
],
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 6,
"translation-in-points" : [
0,
0
]
}
}
],
"shadow" : {
"kind" : "none",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : "shared"
}
}
================================================
FILE: assets/icons/macos/vscode/vscode-mac-carbon.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.03922,0.03922,0.03922,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"glass" : true,
"image-name" : "r.svg",
"name" : "r",
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 6,
"translation-in-points" : [
208.5,
0
]
}
},
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
208.5,
0
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
},
{
"blur-material" : null,
"layers" : [
{
"image-name" : "b.svg",
"name" : "b",
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 6,
"translation-in-points" : [
0,
71.43232271786462
]
}
},
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
71.43232271786462
]
}
}
]
}
],
"lighting" : "individual",
"shadow-specializations" : [
{
"value" : {
"kind" : "neutral",
"opacity" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"kind" : "none",
"opacity" : 0.5
}
}
],
"specular" : true,
"translucency-specializations" : [
{
"value" : {
"enabled" : true,
"value" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"enabled" : true,
"value" : 0.5
}
}
]
},
{
"layers" : [
{
"image-name" : "t.svg",
"name" : "t",
"position-specializations" : [
{
"idiom" : "square",
"value" : {
"scale" : 6,
"translation-in-points" : [
0.1823246097987976,
-72.00073720336115
]
}
},
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
-72.00073720336115
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : "shared"
}
}
================================================
FILE: assets/icons/macos/vscode/vscode-mac-deepforest.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.06667,0.09412,0.08627,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"glass-specializations" : [
{
"value" : true
},
{
"appearance" : "tinted",
"value" : false
}
],
"image-name" : "r.svg",
"name" : "r",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
208.5,
0
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
},
{
"blur-material" : null,
"layers" : [
{
"image-name" : "b.svg",
"name" : "b",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
71.43232271786462
]
}
}
]
}
],
"lighting" : "individual",
"shadow-specializations" : [
{
"value" : {
"kind" : "neutral",
"opacity" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"kind" : "none",
"opacity" : 0.5
}
}
],
"specular" : true,
"translucency-specializations" : [
{
"value" : {
"enabled" : true,
"value" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"enabled" : true,
"value" : 0.5
}
}
]
},
{
"layers" : [
{
"image-name" : "t.svg",
"name" : "t",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
-72.00073720336115
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : [
"macOS"
]
}
}
================================================
FILE: assets/icons/macos/vscode/vscode-mac-graphene.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.12941,0.12941,0.12941,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"glass-specializations" : [
{
"value" : true
},
{
"appearance" : "tinted",
"value" : false
}
],
"image-name" : "r.svg",
"name" : "r",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
208.5,
0
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
},
{
"blur-material" : null,
"layers" : [
{
"image-name" : "b.svg",
"name" : "b",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
71.43232271786462
]
}
}
]
}
],
"lighting" : "individual",
"shadow-specializations" : [
{
"value" : {
"kind" : "neutral",
"opacity" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"kind" : "none",
"opacity" : 0.5
}
}
],
"specular" : true,
"translucency-specializations" : [
{
"value" : {
"enabled" : true,
"value" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"enabled" : true,
"value" : 0.5
}
}
]
},
{
"layers" : [
{
"image-name" : "t.svg",
"name" : "t",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
-72.00073720336115
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : [
"macOS"
]
}
}
================================================
FILE: assets/icons/macos/vscode/vscode-mac-ocean.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.05882,0.06667,0.10196,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"glass" : true,
"image-name" : "r.svg",
"name" : "r",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
208.5,
0
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
},
{
"blur-material" : null,
"layers" : [
{
"image-name" : "b.svg",
"name" : "b",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
71.43232271786462
]
}
}
]
}
],
"lighting" : "individual",
"shadow-specializations" : [
{
"value" : {
"kind" : "neutral",
"opacity" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"kind" : "none",
"opacity" : 0.5
}
}
],
"specular" : true,
"translucency-specializations" : [
{
"value" : {
"enabled" : true,
"value" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"enabled" : true,
"value" : 0.5
}
}
]
},
{
"layers" : [
{
"image-name" : "t.svg",
"name" : "t",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
-72.00073720336115
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : [
"macOS"
]
}
}
================================================
FILE: assets/icons/macos/vscode/vscode-mac-palenight.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.16078,0.17647,0.24314,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"glass" : true,
"image-name" : "r.svg",
"name" : "r",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
208.5,
0
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
},
{
"blur-material" : null,
"layers" : [
{
"image-name" : "b.svg",
"name" : "b",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
71.43232271786462
]
}
}
]
}
],
"lighting" : "individual",
"shadow-specializations" : [
{
"value" : {
"kind" : "neutral",
"opacity" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"kind" : "none",
"opacity" : 0.5
}
}
],
"specular" : true,
"translucency-specializations" : [
{
"value" : {
"enabled" : true,
"value" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"enabled" : true,
"value" : 0.5
}
}
]
},
{
"layers" : [
{
"image-name" : "t.svg",
"name" : "t",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
-72.00073720336115
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : [
"macOS"
]
}
}
================================================
FILE: assets/icons/macos/vscode/vscode-mac-teal.icon/icon.json
================================================
{
"color-space-for-untagged-svg-colors" : "display-p3",
"fill" : {
"automatic-gradient" : "display-p3:0.14902,0.19608,0.21961,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
"y" : 0
},
"stop" : {
"x" : 0.5,
"y" : 0.7
}
}
},
"groups" : [
{
"layers" : [
{
"glass" : true,
"image-name" : "r.svg",
"name" : "r",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
208.5,
0
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
},
{
"blur-material" : null,
"layers" : [
{
"image-name" : "b.svg",
"name" : "b",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
71.43232271786462
]
}
}
]
}
],
"lighting" : "individual",
"shadow-specializations" : [
{
"value" : {
"kind" : "neutral",
"opacity" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"kind" : "none",
"opacity" : 0.5
}
}
],
"specular" : true,
"translucency-specializations" : [
{
"value" : {
"enabled" : true,
"value" : 0.5
}
},
{
"appearance" : "tinted",
"value" : {
"enabled" : true,
"value" : 0.5
}
}
]
},
{
"layers" : [
{
"image-name" : "t.svg",
"name" : "t",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 6,
"translation-in-points" : [
-7.438927696057362e-07,
-72.00073720336115
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : [
"macOS"
]
}
}