Skip to main content
Pink Pinku | 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 #663d3d activityBar.border #FFF5A7 activityBar.foreground #FFB8AB activityBarBadge.background #FFF8C4 activityBarBadge.foreground #e76b52 badge.background #814D4330 tokenColors TextMate scopes and font styles (syntax highlighting rules).
scope foreground fontStyle variable, string constant.other.placeholder, invalid.deprecated, keyword, storage.type, storage.modifier #eb9c9c — variable, string constant.other.placeholder, entity.name.function, punctuation.definition.interpolation.end.bracket.curly.scss, punctuation.definition.interpolation.begin.bracket.curly.scss — italic punctuation.definition.interpolation.end.bracket.curly.scss, punctuation.definition.interpolation.begin.bracket.curly.scss #FFED7D — constant.other.php #FFEF94 —
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}!`;
}
Pink Pinku — Pink Pinku
3
Open Editors fetchUser.ts index.ts README.md fetchUser.ts
index.ts
README.md
src main*
0 1
Copilot
Ln 5, Col 12
Spaces: 2
UTF-8
LF
TypeScript
Dark+
badge.foreground
#FFF5A7
breadcrumb.activeSelectionForeground #FFF5A7
breadcrumb.background #663d3d
breadcrumb.focusForeground #FFB8AB
breadcrumb.foreground #FFF7B4
breadcrumbPicker.background #814D43
button.background #FFF5A750
contrastBorder #FFF5A740
debugToolBar.background #663d3d
diffEditor.insertedTextBackground #FFED7D15
diffEditor.removedTextBackground #63D2FF20
dropdown.background #814D43
dropdown.border #FFF5A7
editor.background #763f3f
editor.findMatchBackground #814D43
editor.findMatchBorder #FFF5A7
editor.findMatchHighlightBackground #FFF5A793
editor.findMatchHighlightBorder #F4C4BF30
editor.foreground #FFB8AB
editor.lineHighlightBackground #814D4350
editor.selectionBackground #FFF8C430
editor.selectionHighlightBackground #FFF5A76b
editor.selectionHighlightBorder #FFF8C4f0
editorBracketMatch.background #814D43
editorBracketMatch.border #FFEF947f
editorCursor.foreground #FFEF94
editorError.foreground #63D2FF70
editorGroup.border #ffffff30
editorGroupHeader.tabsBackground #814D43
editorGutter.addedBackground #FFED7D60
editorGutter.deletedBackground #63D2FF60
editorGutter.modifiedBackground #FFF8C460
editorHoverWidget.background #814D43
editorHoverWidget.border #F4C4BF10
editorIndentGuide.activeBackground #CB8A7E
editorIndentGuide.background #CB8A7E70
editorInfo.foreground #FFF8C470
editorLineNumber.activeForeground #FFF8C4
editorLineNumber.foreground #FFF5A7c0
editorLink.activeForeground #FFB8AB
editorMarkerNavigation.background #FFB8AB05
editorOverviewRuler.border #814D43
editorOverviewRuler.errorForeground #63D2FF40
editorOverviewRuler.findMatchForeground #FFF5A7
editorOverviewRuler.infoForeground #FFF8C440
editorOverviewRuler.warningForeground #FFEF9470
editorRuler.foreground #CB8A7E
editorSuggestWidget.background #814D43
editorSuggestWidget.border #F4C4BF10
editorSuggestWidget.foreground #FFB8AB
editorSuggestWidget.highlightForeground #FFEF94
editorSuggestWidget.selectedBackground #FFF5A720
editorWarning.foreground #FFED7D
editorWhitespace.foreground #FFB8AB40
editorWidget.background #814D43
editorWidget.border #FFEF94
editorWidget.resizeBorder #FFF5A7
extensionButton.prominentBackground #FFED7D90
extensionButton.prominentHoverBackground #63D2FF
focusBorder #F4C4BF00
gitDecoration.conflictingResourceForeground #FFEF94
gitDecoration.deletedResourceForeground #63D2FF
gitDecoration.ignoredResourceForeground #FFF5A7
gitDecoration.modifiedResourceForeground #FFF7B4
gitDecoration.untrackedResourceForeground #FFF8C4
input.background #A57070
input.border #F4C4BF10
input.foreground #FFB8AB
input.placeholderForeground #FFB8AB60
inputOption.activeBackground #FFB8AB30
inputOption.activeBorder #FFB8AB30
inputValidation.errorBorder #63D2FF50
inputValidation.infoBorder #FFF8C450
inputValidation.warningBorder #FFEF9450
list.activeSelectionBackground #814D43
list.activeSelectionForeground #FFF5A7
list.focusBackground #A57070
list.focusForeground #FFF8C4
list.highlightForeground #FFF5A7
list.hoverBackground #CB8A7E
list.hoverForeground #F4C4BF
list.inactiveSelectionBackground #814D4330
list.inactiveSelectionForeground #FFF5A7
list.warningForeground #FFEF94
listFilterWidget.background #814D4330
listFilterWidget.noMatchesOutline #814D4330
listFilterWidget.outline #814D4330
menu.background #814D43f8
menu.border #FFF5A750
menu.foreground #FFB8AB
menu.selectionBackground #A57070
menu.selectionBorder #814D4330
menu.selectionForeground #FFB8AB
menu.separatorBackground #FFB8AB
menubar.selectionBackground #A57070
menubar.selectionBorder #FFF5A750
menubar.selectionForeground #FFB8AB
minimap.background #814D43
minimapGutter.addedBackground #63D2FF
minimapGutter.deletedBackground #FFEF94
minimapGutter.modifiedBackground #FFED7D
minimapSlider.activeBackground #FFED7Db0
minimapSlider.background #FFED7D80
minimapSlider.hoverBackground #FFED7Da0
notificationLink.foreground #FFF5A7
notifications.background #814D43
notifications.foreground #FFB8AB
panel.background #814D43
panel.border #814D4360
panelTitle.activeBorder #FFF5A7
panelTitle.activeForeground #F4C4BF
panelTitle.inactiveForeground #FFB8AB
peekView.border #814D4330
peekViewEditor.background #FFB8AB05
peekViewEditor.matchHighlightBackground #FFF5A750
peekViewEditorGutter.background #FFB8AB05
peekViewResult.background #FFB8AB05
peekViewResult.matchHighlightBackground #FFF5A750
peekViewResult.selectionBackground #FFF5A770
peekViewTitle.background #FFB8AB05
peekViewTitleDescription.foreground #FFB8AB60
pickerGroup.foreground #FFF5A7
progressBar.background #FFF5A7
scrollbar.shadow #814D4300
scrollbarSlider.activeBackground #FFF5A7cc
scrollbarSlider.background #FFF5A7bb
scrollbarSlider.hoverBackground #FFF5A7ee
selection.background #FFF5A7
settings.checkboxBackground #814D43
settings.checkboxForeground #FFB8AB
settings.dropdownBackground #814D43
settings.dropdownForeground #FFB8AB
settings.headerForeground #FFF5A7
settings.modifiedItemIndicator #FFF5A7
settings.numberInputBackground #814D43
settings.numberInputForeground #FFB8AB
settings.textInputBackground #814D43
settings.textInputForeground #FFB8AB
sideBar.background #663d3d
sideBar.border #FFF5A750
sideBar.foreground #FFF8C4
sideBarSectionHeader.background #814D43
sideBarSectionHeader.border #814D4360
sideBarSectionHeader.foreground #FFF8C4
sideBarTitle.foreground #FFB8AB
statusBar.background #663d3d
statusBar.border #814D4360
statusBar.debuggingBackground #FFEF94
statusBar.debuggingForeground #c3847d
statusBar.foreground #FFDFDA
statusBar.noFolderBackground #814D43
statusBarItem.hoverBackground #FFF5A720
statusBarItem.remoteBackground #FFF5A7
statusBarItem.remoteForeground #814D43
tab.activeBackground #fff8d850
tab.activeBorder #FFF5A7
tab.activeForeground #F4C4BF
tab.activeModifiedBorder #FFF5A7
tab.border #814D43
tab.inactiveBackground #29040920
tab.inactiveForeground #FFB8ABaf
tab.unfocusedActiveBackground #FFF5A740
tab.unfocusedActiveBorder #FFF5A7
tab.unfocusedActiveForeground #FFB8AB
tab.unfocusedInactiveBackground #FFF5A710
tab.unfocusedInactiveForeground #FFB8AB7f
terminal.ansiBlack #814D43
terminal.ansiBlue #FFF8C4
terminal.ansiBrightBlack #FFF5A7
terminal.ansiBrightBlue #FFF8C4
terminal.ansiBrightCyan #FFF7D8
terminal.ansiBrightGreen #FFED7D
terminal.ansiBrightMagenta #FFEF94
terminal.ansiBrightRed #02a9fd
terminal.ansiBrightWhite #F4C4BF
terminal.ansiBrightYellow #FFEF94
terminal.ansiCyan #FFF7D8
terminal.ansiGreen #FFED7D
terminal.ansiMagenta #FFEF94
terminal.ansiRed #02a9fd
terminal.ansiWhite #F4C4BF
terminal.ansiYellow #FFEF94
terminal.background #663d3d
terminalCursor.background #814D43
terminalCursor.foreground #FFEF94
textLink.activeForeground #FFB8AB
textLink.foreground #FFF5A7
titleBar.activeBackground #814D43
titleBar.activeForeground #FFB8AB
titleBar.border #814D4360
titleBar.inactiveBackground #814D43
titleBar.inactiveForeground #FFF5A7
tree.indentGuidesStroke #CB8A7E
widget.shadow #814D4330 invalid, invalid.illegal #63D2FF —
keyword.control, constant.other.color, punctuation.definition.tag, punctuation, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution, entity.name.tag.reference.scss #84c5e1 —
punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, entity.name.type.module.js #FFF7B4 —
keyword.control.at-rule, punctuation.terminator.rule.css, keyword.control.operator, punctuation.definition.entity.css, keyword.operator.assignment.js, punctuation.separator.comma.js, punctuation.definition.string.begin.js, punctuation.definition.string.end.js, punctuation.definition.binding-pattern.object.js #FFB8AB —
punctuation.definition, string.quoted.single.scss #ffffff —
comment.line.scss, comment.line.double-slash.js, punctuation.definition.comment.scss, punctuation.definition.comment.js, punctuation.definition.comment.html, comment.block.html, comment.block.js #b4f06a —
text.html.derivative #80c6ec —
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter #FFB8AB —
entity.name.tag.html — bold
variable.parameter.js, variable.parameter.keyframe-list.css #FFEF94 —
variable.other.object.js, storage.type.js, string.other.link.title.markdown, variable.other.readwrite.js, variable.other.property.js #fbdad3
string, string.quoted.double.html, variable.other.constant.js, variable.other.object.property.js, string.quoted.double.json, markup.fenced_code.block.markdown, markup.inline.raw.string.markdown, variable.function, keyword.other.special-method, entity.name.function, markup.bold, markup.bold.markdown, markup.italic.markdown, meta.class-method.js entity.name.function.js, variable.function.constructor, entity.name.tag.other.html, entity.name.tag.block.any.html, source.sass keyword.control #FFF8C4 —
punctuation.definition.string.begin.html, punctuation.definition.string.end.html #226672 —
support.other.variable, string.other.link, markup.table #FFB8AB —
constant.numeric, constant.language, constant.character, constant.escape, keyword.other.unit, keyword.other, punctuation.separator.key-value.html #FFEF94 —
variable.parameter.function.language.special, variable.parameter #63D2FF —
constant.other.symbol, constant.other.key, entity.other.inherited-class, keyword.other.unit, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly, constant.other.object.key.js, string.unquoted.label.js #FFED7D
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types, entity.other.attribute-name.html #FFEF94 —
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 #FFF7B4 —
entity.name.module.js, variable.import.parameter.js, variable.other.class.js #63D2FF —
entity.name.method.js, tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js #FFF8C4 italic
entity.other.attribute-name, support.function #FFEF94 —
entity.other.attribute-name.id, entity.other.attribute-name.class, entity.other.attribute-name.pseudo-class, entity.name.tag.css, keyword.control.conditional.js, support.constant, entity.other.attribute-name.html, string.quoted.single.js, storage.type.function.js, meta.object-literal.key #FFB8AB —
source.scss keyword.control #FFEF94 —
constant.character.escape #FFF7D8 —
*url*, *link*, *uri* — underline
source.js constant.other.object.key.js string.unquoted.label.js #FFB8AB italic
support.type.property-name.json #FFB8AB —
text.html.markdown, punctuation.definition.list_item.markdown #FFB8AB —
text.html.markdown markup.inline.raw.markdown #FFEF94 —
text.html.markdown markup.inline.raw.markdown, punctuation.definition.raw.markdown #FFF5A750 —
text.html.markdown meta.dummy.line-break — —
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, entity.name.section.markdown #FFF7B4 bold
markup.underline #FFF8C4 underline
markup.quote punctuation.definition.blockquote.markdown #FFF5A750 —
string.other.link.description.title.markdown #FFEF94 —
constant.other.reference.link.markdown #FFEF94 —
punctuation.definition.raw.markdown, punctuation.definition.markdown #FFF7D8 —
variable.language.fenced.markdown #FFF5A7 —
meta.separator #cbd8ca bold
token.error-token #FF293B —
token.debug-token #FFF7D8 —
fetchUser.ts Button.tsx Modal.tsx hooks utils index.ts public package.json tsconfig.json README.md Outline 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
31
32
33
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}!`;
}
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 $