Skip to main content
FC Barcelona | Coding Theme
VS Code preview Full workbench mockup using this variant's colors and tokenColors.
colors Workbench UI color keys from the theme JSON colors map.
activityBar.background #0A1628 activityBar.foreground #EDBB00 activityBarBadge.background #A50044 activityBarBadge.foreground #FFFFFF editor.background #0A1628 editor.foreground #FFFFFF tokenColors TextMate scopes and font styles (syntax highlighting rules).
scope foreground fontStyle comment, punctuation.definition.comment #527090 italic variable, string constant.other.placeholder #1A7FD4 — constant.other.color #ffffff — invalid, invalid.illegal #FF5370 — keyword, storage.type, storage.modifier
Shiki preview TypeScript sample highlighted with this variant's colors and tokenColors.
export interface User {
id: string;
name: string;
role: "admin" | "member";
tags: string[];
}
/**
* Fetch user data by ID
* @param id
* @returns User object or null if ID is invalid
*/
export async function fetchUser(id: string): Promise<User | null> {
if (!id) {
return null;
}
const response = await fetch(`/api/users/${id}`, {
method: "GET",
headers: { Accept: "application/json" },
});
if (!response.ok) {
throw new Error(`HTTP ${response.status}`);
}
return (await response.json()) as User;
}
function greet(user: User): string {
// Simple greeting function that uses the user's name
return `Hello, ${user.name}!`;
}
FC Barcelona — FC Barcelona - Dark main*
0 1
Copilot
Ln 5, Col 12
Spaces: 2
UTF-8
LF
TypeScript
Dark+
editorGroupHeader.tabsBackground
#0D1E38
editorPane.background #0A1628
panel.background #0A1628
panelTitle.activeBorder #EDBB00
panelTitle.activeForeground #EDBB00
sideBar.background #0A1628
sideBar.foreground #F0F4FF
sideBarSectionHeader.background #0A1628
sideBarTitle.foreground #EDBB00
statusBar.background #A50044
statusBar.foreground #FFFFFF
statusBar.noFolderBackground #0A1628
tab.activeBackground #0A1628
tab.activeForeground #EDBB00
tab.border #0A1628
tab.inactiveBackground #0D1E38
tab.inactiveForeground #527090
titleBar.activeBackground #0A1628
titleBar.activeForeground #F0F4FF
titleBar.inactiveBackground #0A1628 keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution #EDBB00 —
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter #F0F4FF —
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method #FF8830 —
meta.block variable.other #3A6EA0 —
support.other.variable, string.other.link #004D98 —
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other #EDBB00 —
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js #F0F4FF —
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types #F0F4FF —
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name #1A7FD4 —
entity.name.module.js, variable.import.parameter.js, variable.other.class.js #CC0055 —
variable.language #A50044 italic
entity.name.method.js #1A7FD4 italic
meta.class-method.js entity.name.function.js, variable.function.constructor #1A7FD4 —
entity.other.attribute-name #5AB5E3 —
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name #EDBB00 italic
entity.other.attribute-name.class #F0F4FF —
source.sass keyword.control #1A7FD4 —
constant.character.escape #EDBB00 —
*url*, *link*, *uri* — underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js #4E2A84 italic
source.js constant.other.object.key.js string.unquoted.label.js #CC0055 italic
source.json meta.structure.dictionary.json support.type.property-name.json #1A7FD4 —
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json #EDBB00 —
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json #EDBB00 —
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json #004D98 —
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json #3A6EA0 —
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json #234294 —
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json #CC0055 —
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json #4E2A84 —
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json #F0F4FF —
text.html.markdown, punctuation.definition.list_item.markdown #F0F4FF —
text.html.markdown markup.inline.raw.markdown #4E2A84 —
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown #527090 —
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown #F0F4FF —
markup.italic #A50044 italic
markup.bold, markup.bold string #EDBB00 bold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string #EDBB00 bold
markup.underline #1A7FD4 underline
markup.quote punctuation.definition.blockquote.markdown #527090 —
string.other.link.title.markdown #1A7FD4 —
string.other.link.description.title.markdown #4E2A84 —
constant.other.reference.link.markdown #EDBB00 —
markup.raw.block.fenced.markdown #0A1628 —
punctuation.definition.fenced.markdown #0A1628 —
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end #F0F4FF —
variable.language.fenced.markdown #527090 —
meta.separator #527090 bold
Open Editors fetchUser.ts index.ts README.md My-Project src components fetchUser.ts Button.tsx Modal.tsx hooks utils index.ts public package.json tsconfig.json README.md Outline fetchUser.ts
index.ts
README.md
src components fetchUser.ts fetchUser 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Problems1
Output
Debug Console
Terminal
Ports
~/my-project $ pnpm dev
▲ Next.js ready on http://localhost:3000
✓ compiled client and server successfully in 412ms
wait - compiling /theme/vscode...
~/my-project $
31
export interface User {
id: string;
name: string;
role: "admin" | "member";
tags: string[];
}
/**
* Fetch user data by ID
* @param id
* @returns User object or null if ID is invalid
*/
export async function fetchUser(id: string): Promise<User | null> {
if (!id) {
return null;
}
const response = await fetch(`/api/users/${id}`, {
method: "GET",
headers: { Accept: "application/json" },
});
if (!response.ok) {
throw new Error(`HTTP ${response.status}`);
}
return (await response.json()) as User;
}
function greet(user: User): string {
// Simple greeting function that uses the user's name
return `Hello, ${user.name}!`;
}