Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>QBasic DarkNew to Visual Studio Code? Get it now.
QBasic Dark

QBasic Dark

Gateway Programming School Inc

|
3,559 installs
| (1) | Free
A darker version of the classic QBasic theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

QBasic Dark Theme For Visual Studio Code

made-for-VSCode Installs Badge for rating for Visual Studio Code extension GatewayProgrammingSchoolInc.qbasic-dark

GitHub GitHub GitHub

Description

This theme is in the spirit of the venerable QBasic editor in Microsoft's MS-DOS.

Screenshot

Screenshot

Repository

QBasic-Dark on GitHub

GitHub

License

The MIT License

Color Definitions

Editor

  • activityBar.background = "#000077"
  • activityBar.border = "#aaaaaa"
  • activityBar.foreground = "#aaaaaa"
  • activityBarBadge.background = "#ffffff"
  • breadcrumb.activeSelectionForeground = "#ffffff"
  • editor.background = "#000034"
  • editor.foreground = "#FFFFaa"
  • editor.lineHighlightBorder = "#000077"
  • editor.selectionBackground = "#770077"
  • editor.selectionForeground = "#777700"
  • editorCursor.foreground = "#AAAAAA"
  • editorCursor.background = "#000000"
  • editorGroupHeader.noTabsBackground = "#880000"
  • editorGroupHeader.tabsBackground = "#880000"
  • editorGutter.background = "#880000"
  • editorIndentGuide.activeBackground = "#000077"
  • editorLineNumber.activeForeground = "#ffffff"
  • editorLineNumber.foreground = "#cccccc"
  • editorSuggestWidget.highlightForeground = "#00bcd4"
  • editorWhitespace.foreground = "#000077"
  • editorWidget.border = "#2222ff"
  • editorWidget.resizeBorder = "#AA0000"
  • list.activeSelectionForeground = "#bcbc00"
  • list.highlightForeground = "#ffff00"
  • list.inactiveSelectionForeground = "#999900"
  • menu.background = "#550000"
  • menu.foreground = "#dddddd"
  • menu.selectionForeground = "#FFFFFF"
  • menu.selectionBackground = "#AA0000"
  • menubar.selectionBackground = "#AA0000"
  • menubar.selectionForeground = "#EEEEEE"
  • notificationLink.foreground = "#999999"
  • panelTitle.activeBorder = "#999999"
  • pickerGroup.foreground = "#999999"
  • progressBar.background = "#880000"
  • scrollbar.shadow = "#777777"
  • scrollbarSlider.activeBackground = "#440000"
  • scrollbarSlider.background = "#333333"
  • scrollbarSlider.hoverBackground = "#333333"
  • settings.headerForeground = "#daf10a"
  • settings.modifiedItemIndicator = "#daf10abd"
  • sideBar.background = "#000077"
  • sideBar.border = "#aaaaaa"
  • sideBar.foreground = "#aaaaaa"
  • statusBar.background = "#880000"
  • statusBar.debuggingBackground = "#00aaaa"
  • statusBar.noFolderBackground = "#00aaaa"
  • statusBarItem.prominentBackground = "#00aaaa"
  • tab.activeBackground = "#aa0000"
  • tab.activeBorder = "#880000"
  • tab.activeForeground = "#bbbbbb"
  • tab.activeBorderTop = "#ff0000"
  • tab.border = "#660000"
  • tab.hoverBackground = "#ff0000"
  • tab.hoverBorder = "#ff0000"
  • tab.inactiveBackground = "#550000"
  • tab.inactiveForeground = "#aaaaaa"
  • tab.unfocusedActiveForeground = "#dddddd"
  • tab.unfocusedHoverBackground = "#880000"
  • tab.unfocusedInactiveForeground = "#ff0000"
  • terminal.background = "#000055"
  • terminal.foreground = "#dddddd"
  • textLink.foreground = "#00bcd4"
  • titleBar.activeBackground = "#aa0000"
  • titleBar.activeForeground = "#eeeeee"
  • activityBar.dropBackground = "#0000ff"
  • activityBar.inactiveForeground = "#aaaaaa"
  • activityBarBadge.foreground = "#f5de0c"
  • badge.background = "#00004d"
  • badge.foreground = "#f5de0c"

Code

  • Comments = "#668844"
  • Variables = "#ffff00"
  • Color = "#aaaaaa"
  • Invalid = "#aa0000"
  • Keyword, Storage = "#448844"
  • Operator, Misc = "#DDDDDD"
  • Tag = "#aa00aa"
  • Function, Special Method = "#00FF00"
  • Block Level Variables = "#CCCC00"
  • Other Variable, String Link = "#ffFFff"
  • Number, Constant, Function Argument, Tag Attribute, Embedded = "#AFAF00"
  • String, Symbols, Inherited Class, Markup Heading = "#ffff00"
  • Class, Support = "#DDDDDD"
  • Entity Types = "#DDDDDD"
  • Sub-methods = "#DDDDDD"
  • Language methods = "#DD0000"

CSS & Javascript

  • CSS Class and Support = "#DDDDDD"
  • entity.name.method.js = "#5555ff"
  • meta.method.js = "#aa5500"
  • Attributes = "#888844"

HTML

  • HTML Attributes = "#888844"
  • CSS Classes = "#ffff55"
  • CSS ID's = "#ffff55"

Markdown

  • Paragraph = "#bbbbbb"
  • Plain = "#cccccc"
  • Markup Raw Inline = "#BBFF00"
  • Markup Raw Inline Punctuation = "#65557E"
  • Heading = "#FFFF11"
  • Italic = "#888800"
  • Bold = "#aaaa00"
  • Underline = "#aaaaaa"
  • Blockquote = "#65737E"
  • Link = "#6666ff"
  • Link Description = "#CCCCCC"
  • Link Anchor = "#FF0000"
  • Raw Block = "#00aa00"
  • Fenced Code Block = "#000000"
  • Fenced Bode Block Variable = "#EEFFFF"
  • Fenced Language = "#FFAA00"
  • Separator = "#65737E"
  • Table = "#EEFFFF"

Tokens

  • token.info-token = "#6796e6"
  • token.warn-token = "#cd9731"
  • token.error-token = "#f44747"
  • token.debug-token = "#b267e6"

Markup

  • Inserted = "#00aa00"
  • Deleted = "#aa0000"
  • Changed = "#C792EA"
  • Regular Expressions = "#FF55FF"
  • Escape Characters = "#ff55ff"
  • URL = underline
  • Decorators = "#888800"

Other

  • ES7 Bind Operator = "#ff55ff"
  • JSON Key - Level 0 = "#ff55ff"
  • JSON Key - Level 1 = "#ff55ff"
  • JSON Key - Level 2 = "#ff55ff"
  • JSON Key - Level 3 = "#ff55ff"
  • JSON Key - Level 4 = "#ff55ff"
  • JSON Key - Level 5 = "#ff55ff"
  • JSON Key - Level 6 = "#ff55ff"
  • JSON Key - Level 7 = "#ff55ff"
  • JSON Key - Level 8 = "#ff55ff"

Social

  • Gitter

Copyright © 2018-2019 Gateway Programming School, Inc.

HitCount

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft