Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>42KM color themeNew to Visual Studio Code? Get it now.
42KM color theme

42KM color theme

Andornaut

|
4 installs
| (0) | Free
A Marathon-inspired dark color theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

42KM theme for Visual Studio Code

A Marathon (video game) inspired dark color theme for Visual Studio Code.

Download and install from the Extension Marketplace, or launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter: ext install andornaut.vscode-42km-theme

screenshot

This color theme uses Solarized Dark tokenColors.

Primary Colors

UI

Color Hex Usage
#c0fe04 Lime Green #c0fe04 Primary accent — cursor, links, active line number, focus border
#7c48e2 Purple #7c48e2 Active highlights — tabs, activity bar active
#ffff00 Yellow #ffff00 Active foreground, git modified
#01e17d Green #01e17d Find matches, git added
#ff69b4 Hot Pink #ff69b4 Bracket match, match highlight borders, debugging status bar
#7289da Periwinkle #7289da Title bar
#41a0eb Blue #41a0eb Info
#305090 Dark Blue #305090 Selection background
#ff5c00 Orange #ff5c00 Warnings, breakpoints
#c4071c Red #c4071c Errors, git deleted
#f1f1f1 Near White #f1f1f1 Foreground text
#c1c7c7 Silver #c1c7c7 Breadcrumb background, inactive tab foreground
#919797 Gray #919797 Ignored files
#93ada0 Sage #93ada0 Activity bar, scrollbar, peek view border
#728083 Slate #728083 Borders
#585a60 Dark Gray #585a60 Inactive elements, gutter, tab headers, ruler, inactive tabs
#414247 Charcoal Gray #414247 Hover backgrounds, panel
#353b3d Dark Teal #353b3d Editor background, sidebar
#26292e Near Black #26292e Inputs, lists, menus, line highlight
#1b1a1d Black #1b1a1d Drop backgrounds, line numbers, status bar foreground

Syntax (Solarized Dark)

Color Hex Usage
#859900 Green #859900 Keywords, variable start, library class/type, diff inserted
#2AA198 Cyan #2AA198 Strings, markup inline
#268BD2 Blue #268BD2 Variables, functions, tags, headings, diff header
#6C71C4 Violet #6C71C4 Inherited class
#D33682 Magenta #D33682 Numbers, markup styling
#CB4B16 Orange #CB4B16 Class names, constants, exceptions, diff changed
#B58900 Yellow #B58900 Built-in constants, markup lists
#DC322F Red #DC322F Errors, regexp, invalid, diff deleted
#93A1A1 Light Gray #93A1A1 Storage, tag attributes
#839496 Base0 #839496 Default foreground
#586E75 Dark Gray #586E75 Comments, tag delimiters

Developing

Testing

  1. Press F5 to launch an Extension Development Host window.
  2. Select: File > Preferences > Color Theme > 42KM

Publishing

  • Publishing extensions
  • Get a Personal Access Token — set Organization to All accessible organizations
  • Manage publishers and extensions
npm install
npm run swatches

npx vsce login Andornaut
npx vsce package
npx vsce publish patch
npx vsce publish minor
npx vsce publish major

Guides

  • Extension guide: color theme
  • Theme color documentation (incomplete — some keys are missing)
  • colorRegistry.ts — authoritative source for all valid theme color keys
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft