Skip to main content
Coding Theme

Theme 0x9DEFA478

Publisher: 0x9DEFA478Themes in package: 2

一个颜色主题,为C/C++提供语法高亮,最大限度的为每一种类型的关键词设置了不同的颜色,其他语言未作测试

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#555555
  • activityBar.foreground#FFFFFF
  • badge.background#555555
  • badge.foreground#AAAAAA
  • button.background#505050
  • button.foreground#55AAEE
  • button.hoverBackground#777777
  • debugTokenExpression.name#0099FF
  • debugTokenExpression.value#DDDDDD
  • dropdown.background#333333
  • dropdown.border#888888
  • dropdown.foreground#99CCFF
  • dropdown.listBackground#555555
  • editor.background#333333
  • editor.findMatchBackground#FF6600A0
  • editor.findMatchHighlightBackground#FF660060
  • editor.findRangeHighlightBackground#0099FF60
  • editor.foreground#FCFCFC
  • editor.hoverHighlightBackground#505050CC
  • editor.lineHighlightBackground#3A3A3A
  • editor.selectionBackground#0099FF80
  • editor.selectionHighlightBackground#0099FF40
  • editor.wordHighlightBackground#0099FF40
  • editor.wordHighlightStrongBackground#0099FF40
  • editorBracketHighlight.foreground1#EEEE99
  • editorBracketHighlight.foreground2#0099FF
  • editorBracketHighlight.foreground3#DDDDDD
  • editorBracketHighlight.foreground4#CCCC00
  • editorBracketHighlight.foreground5#0099FF
  • editorBracketHighlight.foreground6#DDDDDD
  • editorBracketMatch.background#0099FFA0
  • editorCursor.foreground#CCCCCC
  • editorGroup.border#0099FF
  • editorGroupHeader.tabsBackground#333333
  • editorGutter.background#303030
  • editorGutter.commentRangeForeground#CCEEFF
  • editorGutter.foldingControlForeground#0099FF
  • editorHoverWidget.background#505050
  • editorHoverWidget.border#0099FF
  • editorHoverWidget.foreground#DDDDDD
  • editorIndentGuide.activeBackground1#0099FF80
  • editorIndentGuide.background1#555555
  • editorLineNumber.activeForeground#EEEEEE
  • editorLineNumber.foreground#666666
  • editorOverviewRuler.warningForeground#FFFF00
  • editorWhitespace.foreground#0099FF
  • editorWidget.background#555555
  • focusBorder#0099FF
  • gitDecoration.addedResourceForeground#99CCFF
  • gitDecoration.conflictingResourceForeground#FF6600
  • gitDecoration.deletedResourceForeground#FF0000
  • gitDecoration.ignoredResourceForeground#559955
  • gitDecoration.modifiedResourceForeground#EEEE99
  • gitDecoration.renamedResourceForeground#CC88FF
  • gitDecoration.stageDeletedResourceForeground#FF0000
  • gitDecoration.stageModifiedResourceForeground#EEEE99
  • gitDecoration.submoduleResourceForeground#00AAAA
  • gitDecoration.untrackedResourceForeground#999999
  • input.background#333333
  • inputOption.activeBorder#0099FF
  • inputValidation.errorBackground#FF0000
  • inputValidation.errorBorder#0099FF
  • inputValidation.errorForeground#FFFFFF
  • inputValidation.infoBackground#0099FF
  • inputValidation.infoBorder#CCEEFF
  • inputValidation.infoForeground#FFFFFF
  • inputValidation.warningBackground#FFFF00
  • inputValidation.warningBorder#0099FF
  • inputValidation.warningForeground#FFFFFF
  • list.activeSelectionBackground#676767
  • list.activeSelectionIconForeground#FFFFFF
  • list.highlightForeground#FF0099
  • list.hoverBackground#555555
  • list.inactiveSelectionBackground#606060
  • menu.background#666666
  • menu.foreground#EEEEEE
  • menu.selectionBackground#888888
  • menubar.selectionBackground#666666
  • menubar.selectionForeground#99CCFF
  • minimap.errorHighlight#FF0000
  • minimap.findMatchHighlight#FF6600CC
  • minimap.selectionHighlight#999999CC
  • minimap.warningHighlight#FFFF00
  • panelTitle.activeBorder#0099FF
  • panelTitle.activeForeground#CCEEFF
  • panelTitle.inactiveForeground#EEEEEE
  • peekView.border#0099FF
  • peekViewEditor.background#333333
  • peekViewEditor.matchHighlightBackground#FF330080
  • peekViewResult.background#666666
  • peekViewTitle.background#666666
  • pickerGroup.border#000000
  • pickerGroup.foreground#0099FF
  • progressBar.background#0099FF
  • quickInputList.focusBackground#777777
  • scrollbar.shadow#555555
  • scrollbarSlider.activeBackground#FFFFFFC0
  • scrollbarSlider.background#FFFFFF60
  • scrollbarSlider.hoverBackground#FFFFFF80
  • selection.background#0099FF40
  • sideBar.background#333333
  • sideBar.foreground#EEEEEE
  • sideBarSectionHeader.background#555555
  • statusBar.background#0099FF
  • statusBar.debuggingBackground#FF6600
  • statusBar.noFolderBackground#555555
  • tab.activeBackground#505050
  • tab.activeBorderTop#FFCC88
  • tab.activeForeground#99CCFF
  • tab.border#555555
  • tab.hoverBackground#505050
  • tab.hoverBorder#FFCC88
  • tab.hoverForeground#99CCFF
  • tab.inactiveBackground#333333
  • tab.inactiveForeground#EEEEEE
  • titleBar.activeBackground#555555
  • titleBar.inactiveBackground#333333
  • toolbar.hoverBackground#666666
  • window.activeBorder#0099FF
  • window.inactiveBorder#BBDDFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source, storage.modifier.reference, storage.modifier.pointer#DDDDDD
emphasis#AAAA00
comment.block, punctuation.definition.comment.block#559955
comment.line, punctuation.definition.comment.line#669955
constant.numeric, keyword.other.unit#88AACC
constant.numeric.hexadecimal, keyword.other.unit.hexadecimal#66AAAA
keyword.other.unit.suffix#AA9988
keyword.control, keyword.other.typedef#0099FFbold
keyword.control.directive#888888
entity.name.function#EEEE99
entity.name.function.preprocessor#CC88FF
entity.name.type, support.type.posix-reserved#00AAAAbold
storage.modifier#CCCC00
storage.type, keyword.operator.sizeof#0099FF
variable#DDDDDD
variable.parameter#AAAAAA
variable.other.local#99CCFF
variable.other.global#EEEEEEbold
variable.other.property, variable.other.object.property#EEAA00
variable.other.enummember#CC88FFitalic
string.quoted.double, string.quoted.other.lt-gt.include#EE9966
string.quoted.single#FF00CC
constant.character.escape#FF00CCunderline
entity.name.namespace#AAAAAAbold
keyword.other.static_assert, keyword.operator.noexcept, keyword.operator.cast, keyword.operator.alignof.cpp#0099FF
entity.name.function.definition.special.constructor#008888bold
entity.name.function.member#00CC99
entity.name.function.member.static#00CC99bold
entity.name.function.operator.member, keyword.other.operator.overload, entity.name.operator.type#00CC99bold
keyword.operator.new, keyword.operator.delete, keyword.other.delete, variable.language.this, constant.language.nullptr, constant.language.true, constant.language.false, keyword.other.default.function, keyword.other.default.constructor#0099FFbold
keyword.other.typename, storage.type.template.argument.typename, keyword.other.concept, keyword.other.requires#CCCC00
keyword.other.using.directive#888888
source.arm#FFFFFFbold
variable.named.arm#0099FFbold
comment.arm#669955
support.function.mnemonic.memory.arm#EEEE99
support.function.mnemonic.arithmetic.arm#EEAA00
invalid.illegal.condition.arm#0099FF
comment.nop.arm#FFFFFF
storage.register.arm#99CCFFbold
storage.stack.arm#99CCFF
entity.name.function.target.makefile#00CC99bold
punctuation.separator.key-value.makefile#FFFFFFbold
variable.other.makefile#99CCFFbold
meta.scope.condition.makefile#AAAAAAbold
punctuation.definition.variable.makefile#CCCC00bold
markup.heading.markdown#99CCFFbold
meta.image.inline.markdown#00CC99underline