Skip to content

Commit db8808f

Browse files
committed
first commit
0 parents  commit db8808f

327 files changed

Lines changed: 19391 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Xscriptor VSCode
2+
3+
Essential settings and customizations to improve accessibility and personalization of Visual Studio Code using the Xscriptor ecosystem (themes, snippets, UI mods).
4+
5+
## Structure
6+
7+
This repository is organized into:
8+
9+
- **`themes/`** → Xscriptor color themes for VSCode.
10+
- **`snippets/`** → Predefined code snippets for JavaScript, TypeScript, React, and more.
11+
- **`ui-mods/`** → UI tweaks such as custom icon themes and product icons.
12+
- **`assets/`** → Screenshots, previews, and branding files.
13+
14+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.vscode/**
2+
.vscode-test/**
3+
.gitignore
4+
vsc-extension-quickstart.md
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Changelog — Xscriptor Themes
2+
3+
All important modifications to this VSCode theme collection will be documented in this file.
4+
5+
---
6+
## [0.0.9] - 2025-09-18
7+
- Update icons: adding persistence in folders.
8+
- X Plain Text removed, Xgreyscale takes its place.
9+
10+
## [0.0.8] - 2025-09-16
11+
- Update: X Summer Night Is the new Xscriptor Theme without cursive, cursive font added to Xscriptor Theme.
12+
13+
- X Summer Day deleted better you can use Xscriptor Theme Inverted.
14+
15+
- Xscriptor GrayScale Icons update.
16+
17+
## [0.0.7] - 2025-09-10
18+
- Added new **Xscriptor Icons** theme featuring distinctive icons with an 'X' mark in the center
19+
- Each icon uses the characteristic color of its corresponding language or file type
20+
- Updated README.md with information about the new icon theme.
21+
22+
## [0.0.6] - 2025-09-05
23+
- Xscriptor theme upgrade, including icons for xscriptor theme and xscriptor greyscale theme.
24+
- Xscriptor Greyscale theme optimized.
25+
- Xscriptor Greyscale Inverted theme optimized.
26+
27+
## [0.0.5] - 2025-09-05
28+
- Xscriptor theme upgrade.
29+
30+
## [0.0.4] - 2025-09-05
31+
- **Add Xscriptor Theme**
32+
33+
## [0.0.3] – 2025-01-22
34+
### Added
35+
- **8 new themes** added to the collection:
36+
- X Nord (dark theme inspired by arctic colors)
37+
- X Nord Inverted (light version of Nord theme)
38+
- X Summer Night (dark theme with warm summer night palette)
39+
- X Summer Day (bright and energetic light theme)
40+
- X Greyscale (elegant monochromatic dark theme)
41+
- X Greyscale Inverted (monochromatic light theme)
42+
- X Plain Text (ultra-minimalist monochromatic theme)
43+
- **Complete README.md** in English with detailed descriptions of all themes
44+
- **Proper uiTheme configurations** for each theme (vs-dark/vs-light)
45+
### Changed
46+
- **Extension name** changed from "X Dark Colors" to "Xscriptor Themes"
47+
- **X Dark Colors theme** updated with very dark gray background (#1A1A1A)
48+
- **Project structure** reorganized to support multiple themes
49+
50+
## [0.0.1] – 2025-07-01
51+
### Added
52+
- **Custom icon** visible in VSCode theme selector.
53+
- **Golden color** in active and inactive tab file names.
54+
55+
## [0.0.1] - 2025-07-01
56+
### Initial
57+
- First version of `X Dark Colors Theme`.
58+
- Dark base (`vs-dark`), designed to improve focus and reduce eye strain.
59+
- Established file structure:
60+
- `package.json`
61+
- `themes/xdarkcolors.json`
62+
- Custom colors in:
63+
- `editor.background`, `editor.foreground`
64+
- `sideBar.background`, `titleBar.activeBackground`
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Configuración de Íconos Xscriptor
2+
3+
## Cómo activar los íconos
4+
5+
1. **Instala la extensión** (si no está instalada)
6+
2. **Activa el tema de íconos:**
7+
- Abre la paleta de comandos (`Ctrl+Shift+P` o `Cmd+Shift+P`)
8+
- Busca "Preferences: File Icon Theme"
9+
- Selecciona "Xscriptor Icons" de la lista
10+
11+
## Alternativa por configuración
12+
13+
También puedes activar los íconos agregando esto a tu `settings.json`:
14+
15+
```json
16+
{
17+
"workbench.iconTheme": "xscriptor-icons"
18+
}
19+
```
20+
21+
## Íconos incluidos
22+
23+
- **JSX** - Archivos .jsx
24+
- **TSX** - Archivos .tsx
25+
- **MDX** - Archivos .mdx
26+
- **JavaScript** - Archivos .js
27+
- **TypeScript** - Archivos .ts
28+
- **CSS** - Archivos .css
29+
- **HTML** - Archivos .html, .htm
30+
- **JSON** - Archivos .json
31+
- **Python** - Archivos .py
32+
- **Markdown** - Archivos .md, .markdown
33+
- **Carpetas** - Directorios
34+
- **Archivos genéricos** - Otros tipos de archivo
35+
36+
Todos los íconos incluyen una pequeña 'x' característica y utilizan los colores del tema Xscriptor.

themes/xscriptor-themes/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Xscriptor/Xscriptorcode
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the “Software”), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

themes/xscriptor-themes/README.md

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
# X Themes Collection — Visual Studio Code Theme Pack
2+
3+
A comprehensive collection of 10 carefully crafted themes for Visual Studio Code, designed to enhance your coding experience with diverse color palettes and visual styles. From minimalist dark themes to vibrant neon aesthetics, this pack offers something for every developer's preference.
4+
5+
## Preview
6+
<p align="center">
7+
<img src="https://raw.githubusercontent.com/xscriptordev/xscriptor-vscode/refs/heads/main/themes/xscriptor-themes/screenshots/xtvsc01.jpg" width="900"/>
8+
</p>
9+
<p align="center">
10+
<img src="https://raw.githubusercontent.com/xscriptordev/xscriptor-vscode/refs/heads/main/vscode/themes/xscriptor-themes/screenshots/xtvsc00.jpg" width="900"/>
11+
</p>
12+
<p align="center">
13+
<img src="https://raw.githubusercontent.com/xscriptordev/xscriptor-vscode/refs/heads/main/vscode/themes/xscriptor-themes/screenshots/xtvsc03.jpg" width="900"/>
14+
</p>
15+
<p align="center">
16+
<img src="https://raw.githubusercontent.com/xscriptordev/xscriptor-vscode/refs/heads/main/vscode/themes/xscriptor-themes/screenshots/xtvsc02.jpg" width="900"/>
17+
</p>
18+
<p align="center">
19+
<img src="https://raw.githubusercontent.com/xscriptordev/xscriptor-vscode/refs/heads/main/vscode/themes/xscriptor-themes/screenshots/xtvsc05.jpg" width="900"/>
20+
</p>
21+
22+
23+
24+
---
25+
26+
## Featured Theme: Xscriptor Theme
27+
28+
**Xscriptor Theme** is the flagship theme of this collection, offering the perfect balance of warmth and darkness for extended coding sessions. With its ultra-dark background and carefully selected warm accent colors, it provides exceptional readability while maintaining visual appeal.
29+
30+
---
31+
32+
## Theme Collection
33+
34+
### Icons
35+
36+
**Xscriptor Icons** - The original icon theme with colorful file and folder icons.
37+
38+
**Xscriptor Greyscale Icons** - A grayscale version of the Xscriptor Icons theme for a more subdued look.
39+
40+
**X Icons** - A new icon theme featuring distinctive icons with an 'X' mark in the center. Each icon uses the characteristic color of its corresponding language or file type, providing excellent visual distinction while maintaining a cohesive look.
41+
42+
**X Greyscale Icons** - A grayscale version of the X Icons theme for a more subdued look.
43+
44+
### Dark Themes
45+
46+
**Xscriptor Theme***Main theme - Ultra-dark warm evening palette*
47+
- **Type:** Dark (Main Theme)
48+
- **Background:** Ultra-dark charcoal (#0A0A0A) - Enhanced for deeper immersion
49+
- **Highlights:** Warm yellow (#FCE566), coral (#FC618D), mint (#7BD88F), sky blue (#5AD4E6), purple (#948AE3)
50+
- **Special Features:**
51+
- Ultra-dark background for maximum comfort during long coding sessions
52+
- Carefully balanced warm color palette that reduces eye strain
53+
- Enhanced contrast for better code readability
54+
- Optimized for all programming languages
55+
- **Perfect for:** Professional development, evening coding, extended work sessions
56+
57+
---
58+
59+
**X Dark Colors***Minimalist dark with colored accents*
60+
- **Type:** Dark
61+
- **Background:** Very dark gray (#1A1A1A)
62+
- **Highlights:** Soft pink (#FF9AA2), light green (#B8E6A0), light yellow (#FFE4A3), cyan (#8BE9FD), purple (#BD93F9)
63+
- **Perfect for:** Long coding sessions with reduced eye strain
64+
65+
**X Tropical Neon***Vibrant cyberpunk aesthetics*
66+
- **Type:** Dark
67+
- **Background:** Dark gray (#1A1A1A)
68+
- **Highlights:** Electric cyan (#7FFFD4), gold (#FFD700), hot pink (#FF1493), neon colors
69+
- **Perfect for:** Creative coding and modern development
70+
71+
**X Summer Night***Warm evening palette*
72+
- **Type:** Dark
73+
- **Background:** Deep charcoal (#131313)
74+
- **Highlights:** Warm yellow (#FCE566), coral (#FC618D), mint (#7BD88F), sky blue (#5AD4E6)
75+
- **Perfect for:** Evening coding sessions with warm, comfortable colors
76+
77+
**X Nord***Arctic-inspired cool tones*
78+
- **Type:** Dark
79+
- **Background:** Dark blue-gray (#181A1F)
80+
- **Highlights:** Nordic blue (#76CCE0), frost blue (#4D78CC), cool grays
81+
- **Perfect for:** Clean, professional development environment
82+
83+
**X Greyscale***Pure monochrome elegance*
84+
- **Type:** Dark
85+
- **Background:** Pure black (#000000)
86+
- **Highlights:** Various shades of gray from #333333 to #FFFFFF
87+
- **Perfect for:** Focus on code structure without color distractions
88+
89+
**X Old Tropical Neon***Retro cyberpunk style*
90+
- **Type:** Dark
91+
- **Background:** Dark gray (#1A1A1A)
92+
- **Highlights:** Electric cyan (#7FFFD4), gold (#FFD700), hot pink (#FF1493), neon colors
93+
- **Perfect for:** Retro-inspired coding with a touch of modernity
94+
95+
### Light Themes
96+
97+
**X Nord Inverted***Light Nordic aesthetic*
98+
- **Type:** Light
99+
- **Background:** Off-white (#F8FAFE)
100+
- **Highlights:** Muted blues (#2D5A6F), soft yellows (#B2A733), Nordic-inspired palette
101+
- **Perfect for:** Clean, minimalist light theme experience
102+
103+
**X Greyscale Inverted***Light monochrome*
104+
- **Type:** Light
105+
- **Background:** Pure white (#FFFFFF)
106+
- **Highlights:** Grayscale palette from #2B2B2B to #999999
107+
- **Perfect for:** Distraction-free light theme coding
108+
109+
---
110+
111+
## Installation
112+
113+
### Method 1: From Terminal
114+
```bash
115+
code --install-extension xscriptor-themes-0.0.9.vsix
116+
```
117+
118+
### Method 2: Manual Installation
119+
1. Download the latest `.vsix` file from releases
120+
2. Open Visual Studio Code
121+
3. Press `Ctrl+Shift+P` (or `Cmd+Shift+P` on Mac)
122+
4. Type "Extensions: Install from VSIX"
123+
5. Select the downloaded `.vsix` file
124+
125+
### Method 3: VS Code Extensions Panel
126+
1. Open the Extensions panel (`Ctrl+Shift+X`)
127+
2. Search for "X Themes" or "xscriptor"
128+
3. Click Install
129+
130+
---
131+
132+
## Features
133+
134+
- **1o Unique Themes** — Diverse collection covering all preferences
135+
- **High Contrast** — Optimized for readability and reduced eye strain
136+
- **Syntax Highlighting** — Comprehensive token coloring for all major languages
137+
- **UI Consistency** — Carefully designed interface elements
138+
- **Regular Updates** — Continuous improvements and refinements
139+
- **Professional Quality** — Tested across multiple programming languages
140+
141+
---
142+
143+
## Theme Selection
144+
145+
1. Open Visual Studio Code
146+
2. Go to **File > Preferences > Color Theme** (or press `Ctrl+K Ctrl+T`)
147+
3. Select your preferred theme from the X Themes collection:
148+
- X Dark Colors
149+
- X Tropical Neon
150+
- Xscriptor Theme
151+
- X Summer Night
152+
- X Old Tropical Neon
153+
- X Nord
154+
- X Greyscale
155+
- X Nord Inverted
156+
- X Greyscale Inverted
157+
- X Tropical Neon Inverted
158+
159+
---
160+
161+
162+
## Changelog
163+
164+
See [CHANGELOG.md](./CHANGELOG.md) for detailed version history and updates.
165+
166+
---
167+
168+
## Contributing
169+
170+
Feedback and suggestions are welcome! If you encounter any issues or have ideas for improvements, please open an issue on the repository.
171+
172+
---
173+
174+
## License
175+
176+
This theme collection is released under the MIT License. See [LICENSE](./LICENSE) for details.
177+
178+
---
179+
180+
## Author
181+
182+
**Xscriptor** — Theme Designer & Developer
183+
184+
- GitHub: [@xscriptordev](https://github.com/xscriptordev)
185+
- Repository: [X Themes Collection](https://github.com/xscriptordev/xscriptor-vscode)

0 commit comments

Comments
 (0)