resources/vscode

Xscriptor Themes suite represents the modern and unified visual ecosystem of X, designed specifically for advanced users, terminal enthusiasts, and developers who work long hours and demand absolute consistency in both aesthetics and accessibility.

Palette · Bogota

Bogota theme selected. Interactive preview available below.

Interactive editor preview for the Bogota theme. The code area is scrollable with a mouse, trackpad or keyboard and lets page scrolling continue naturally once the inner content reaches its limits.

ThemeBogota
ExtensionX Glass
1import { useMemo, useState } from 'react';
2import { ThemeProvider } from '@xscriptor/vscode';
3
4// Previewing the active palette
5const ACTIVE_THEME = 'BOGOTA';
6
7export default function ThemeGallery() {
8 const [selected, setSelected] = useState(ACTIVE_THEME);
9 const themeName = useMemo(() => selected.toLowerCase(), [selected]);
10
11 return (
12 <ThemeProvider theme={themeName}>
13 <section className='gallery-shell'>
14 <header data-theme={selected} />
15 </section>
16 </ThemeProvider>
17 );
18}
19import { useMemo, useState } from 'react';
20import { ThemeProvider } from '@xscriptor/vscode';
21
22// Previewing the active palette
23const ACTIVE_THEME = 'BOGOTA';
24
25export default function ThemeGallery() {
Terminalzsh
xscriptor@devpnpm add @xscriptor/themes
xscriptor@devpnpm xscriptor-themes install
xscriptor@devcode --install-extension xscriptor.xscriptor-themes
main*0 problemstheme.json
Ln 18, Col 24Spaces: 2UTF-8Prettier

Preview reel

Select a theme to switch from video preview to the interactive editor.

All Xscriptor VSCode themes are tuned to meet WCAG AA contrast targets across the primary editing surface and core syntax states.

XGlass for vscode & forks

Make your VS Code look like glass.

Xglass brings a translucent layer to the editor so your workspace feels lighter, cleaner and more immersive without leaving the Xscriptor ecosystem.

View Source Code
Xglass editor preview with translucent interface details.
Xglass editor preview showing the extension over a darker coding workspace.