Skip to main content
Coding Theme

Retronica

Publisher: AdhamThemes in package: 5

A muted 80s-inspired retro theme collection for VS Code — featuring neon nights, amber terminals, phosphor greens, and pastel arcades.

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.background#0a0908
  • activityBar.foreground#d8c8a8
  • activityBar.inactiveForeground#6a6050
  • activityBarBadge.background#c89050
  • activityBarBadge.foreground#0f0e0a
  • badge.background#c89050
  • badge.foreground#0f0e0a
  • breadcrumb.activeSelectionForeground#f0e0c0
  • breadcrumb.focusForeground#d8c8a8
  • breadcrumb.foreground#7a7060
  • breadcrumbPicker.background#12110c
  • button.background#5a4830
  • button.foreground#f0e8d0
  • button.hoverBackground#6a5840
  • dropdown.background#15140e
  • dropdown.border#2a2518
  • dropdown.foreground#d8c8a8
  • editor.background#0f0e0a
  • editor.findMatchBackground#8a6a3055
  • editor.findMatchHighlightBackground#8a6a3033
  • editor.foreground#d8c8a8
  • editor.lineHighlightBackground#1a1810
  • editor.selectionBackground#4a4030aa
  • editor.selectionHighlightBackground#4a403055
  • editor.wordHighlightBackground#4a403044
  • editor.wordHighlightStrongBackground#4a403066
  • editorBracketMatch.background#5a504044
  • editorBracketMatch.border#c8a060
  • editorCursor.background#0f0e0a
  • editorCursor.foreground#f0a050
  • editorError.foreground#d88060
  • editorGroup.border#1a1810
  • editorGroupHeader.tabsBackground#0a0908
  • editorGutter.background#0f0e0a
  • editorIndentGuide.activeBackground#3a3528
  • editorIndentGuide.background#1f1d18
  • editorInfo.foreground#a8c080
  • editorLineNumber.activeForeground#c8b080
  • editorLineNumber.foreground#5a5040
  • editorWarning.foreground#d8b060
  • editorWhitespace.foreground#2a2820
  • gitDecoration.addedResourceForeground#a8c080
  • gitDecoration.conflictingResourceForeground#c8a080
  • gitDecoration.deletedResourceForeground#d88060
  • gitDecoration.ignoredResourceForeground#5a5040
  • gitDecoration.modifiedResourceForeground#d8b060
  • gitDecoration.untrackedResourceForeground#b8c090
  • input.background#15140e
  • input.border#2a2518
  • input.foreground#d8c8a8
  • input.placeholderForeground#6a6050
  • inputOption.activeBorder#c89050
  • list.activeSelectionBackground#2a2518
  • list.activeSelectionForeground#f0e0c0
  • list.focusBackground#2a2518
  • list.highlightForeground#f0a050
  • list.hoverBackground#1a1810
  • list.inactiveSelectionBackground#201c14
  • minimap.background#0f0e0a
  • minimap.findMatchHighlight#8a6a3055
  • minimap.selectionHighlight#4a403055
  • panel.background#0d0c08
  • panel.border#1a1810
  • panelTitle.activeBorder#c89050
  • panelTitle.activeForeground#d8c8a8
  • panelTitle.inactiveForeground#7a7060
  • peekView.border#5a5040
  • peekViewEditor.background#12110c
  • peekViewEditorGutter.background#0f0e0a
  • peekViewResult.background#0d0c08
  • peekViewTitle.background#12110c
  • progressBar.background#c89050
  • scrollbar.shadow#050504
  • scrollbarSlider.activeBackground#4a4030aa
  • scrollbarSlider.background#4a403055
  • scrollbarSlider.hoverBackground#4a403088
  • sideBar.background#0d0c08
  • sideBar.border#1a1810
  • sideBar.foreground#b8a888
  • sideBarSectionHeader.background#12110c
  • sideBarSectionHeader.foreground#d8c8a8
  • sideBarTitle.foreground#d8c8a8
  • statusBar.background#0a0908
  • statusBar.border#1a1810
  • statusBar.debuggingBackground#6a5030
  • statusBar.debuggingForeground#f0e0c0
  • statusBar.foreground#b8a888
  • statusBar.noFolderBackground#0f0e0a
  • tab.activeBackground#0f0e0a
  • tab.activeBorder#c89050
  • tab.activeBorderTop#00000000
  • tab.activeForeground#f0e0c0
  • tab.border#1a1810
  • tab.hoverBackground#15140e
  • tab.inactiveBackground#0a0908
  • tab.inactiveForeground#7a7060
  • terminal.ansiBlack#1a1810
  • terminal.ansiBlue#a8a080
  • terminal.ansiBrightBlack#5a5040
  • terminal.ansiBrightBlue#c0b8a0
  • terminal.ansiBrightCyan#d0d8b0
  • terminal.ansiBrightGreen#c0d8a0
  • terminal.ansiBrightMagenta#e0c0a0
  • terminal.ansiBrightRed#e8a080
  • terminal.ansiBrightWhite#f0e8d0
  • terminal.ansiBrightYellow#e8c880
  • terminal.ansiCyan#b8c090
  • terminal.ansiGreen#a8c080
  • terminal.ansiMagenta#c8a080
  • terminal.ansiRed#d88060
  • terminal.ansiWhite#d8c8a8
  • terminal.ansiYellow#d8b060
  • terminal.background#0f0e0a
  • terminal.foreground#d8c8a8
  • terminalCursor.background#0f0e0a
  • terminalCursor.foreground#f0a050
  • titleBar.activeBackground#0a0908
  • titleBar.activeForeground#d8c8a8
  • titleBar.inactiveBackground#080806
  • titleBar.inactiveForeground#7a7060

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a6050italic
string, string.quoted, string.template#a8c080
constant.character.escape#b8c090
constant.numeric#e0a050
constant.language#e0a050
constant.other#e0a050
keyword, storage.type, storage.modifier#d8b060
keyword.control#d8b060
keyword.operator#c8a060
entity.name.function, meta.function-call, support.function#c8b078
entity.name.class, entity.name.type.class, support.class#e0c070
entity.name.type, support.type#e0c070
variable, variable.other#d8c8a8
variable.parameter#e0a050italic
variable.other.property, variable.other.object.property#d88060
meta.object-literal.key#d88060
entity.name.tag#d88060
entity.other.attribute-name#e0c070italic
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#e0c070
support.type.property-name.css#c8b078
support.constant.property-value.css#e0a050
punctuation#b8a888
punctuation.definition.block, punctuation.definition.parameters, punctuation.definition.array#b8a888
markup.heading, entity.name.section.markdown#d88060bold
markup.bold#e0c070bold
markup.italic#d8b060italic
markup.underline.link#c8b078
markup.inline.raw, markup.fenced_code#a8c080
support.type.property-name.json#d88060
entity.name.tag.yaml#d88060
string.regexp#b8c090
invalid, invalid.illegal#f0e8d0
invalid.deprecated#f0e8d0

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Retronica - Coding Theme