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#0088FF
  • activityBar.foreground#FFFFFF
  • badge.background#BBDDFF
  • badge.foreground#000000
  • button.background#55AAEE
  • button.foreground#000000
  • button.hoverBackground#0099FF
  • dropdown.background#55AAEE
  • dropdown.border#000000
  • dropdown.foreground#000000
  • dropdown.listBackground#BBDDFF
  • editor.background#FCFCFC
  • editor.findMatchBackground#FF6600A0
  • editor.findMatchHighlightBackground#FF660060
  • editor.findRangeHighlightBackground#0099FF60
  • editor.foreground#000000
  • editor.hoverHighlightBackground#EEEEEECC
  • editor.lineHighlightBackground#F0F8FF
  • editor.selectionBackground#0099FF80
  • editor.selectionHighlightBackground#0099FF40
  • editor.wordHighlightBackground#0099FF20
  • editor.wordHighlightStrongBackground#0099FF20
  • editorBracketHighlight.foreground1#0000FF
  • editorBracketHighlight.foreground2#0099FF
  • editorBracketHighlight.foreground3#888800
  • editorBracketHighlight.foreground4#CC6700
  • editorBracketHighlight.foreground5#CC00CC
  • editorBracketHighlight.foreground6#000000
  • editorBracketMatch.background#0099FF40
  • editorCursor.foreground#000000
  • editorGroup.border#0099FF
  • editorGroupHeader.tabsBackground#FFFFFF
  • editorGutter.background#FCFEFF
  • editorGutter.commentRangeForeground#CCEEFF
  • editorGutter.foldingControlForeground#0099FF
  • editorHoverWidget.background#CCEEFF
  • editorHoverWidget.border#0099FF
  • editorHoverWidget.foreground#000000
  • editorIndentGuide.activeBackground1#0099FF80
  • editorIndentGuide.background1#CCCCCC
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#CCCCCC
  • editorOverviewRuler.warningForeground#FFFF00
  • editorWhitespace.foreground#0099FF
  • editorWidget.background#CCEEFF
  • focusBorder#0099FF
  • gitDecoration.addedResourceForeground#000000
  • gitDecoration.conflictingResourceForeground#FF6600
  • gitDecoration.deletedResourceForeground#FF0000
  • gitDecoration.ignoredResourceForeground#559955
  • gitDecoration.modifiedResourceForeground#884400
  • gitDecoration.renamedResourceForeground#CC88FF
  • gitDecoration.stageDeletedResourceForeground#FF0000
  • gitDecoration.stageModifiedResourceForeground#884400
  • gitDecoration.submoduleResourceForeground#00AAAA
  • gitDecoration.untrackedResourceForeground#555555
  • input.background#FFFFFF
  • inputOption.activeBorder#0099FF
  • inputValidation.errorBackground#FF0000
  • inputValidation.errorBorder#0099FF
  • inputValidation.errorForeground#000000
  • inputValidation.infoBackground#CCEEFF
  • inputValidation.infoBorder#0099FF
  • inputValidation.infoForeground#000000
  • inputValidation.warningBackground#FFFF00
  • inputValidation.warningBorder#0099FF
  • inputValidation.warningForeground#000000
  • list.activeSelectionBackground#0099FF
  • list.activeSelectionIconForeground#FFFFFF
  • list.highlightForeground#FF0099
  • list.hoverBackground#CCEEFF
  • list.inactiveSelectionBackground#BBDDFF
  • menu.background#BBDDFF
  • menu.foreground#000000
  • menu.selectionBackground#33AAFF
  • menubar.selectionBackground#BBDDFF
  • menubar.selectionForeground#000000
  • minimap.errorHighlight#FF0000
  • minimap.findMatchHighlight#FF6600CC
  • minimap.selectionHighlight#BBDDFFCC
  • minimap.warningHighlight#FFFF00
  • panelTitle.activeBorder#0099FF
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#000000
  • peekView.border#0066FF
  • peekViewEditor.background#F9F9F9
  • peekViewEditor.matchHighlightBackground#BBDDFF
  • peekViewResult.background#BBDDFF
  • peekViewTitle.background#EEEEEE
  • pickerGroup.border#000000
  • pickerGroup.foreground#0099FF
  • progressBar.background#0099FF
  • quickInputList.focusBackground#55AAEE
  • scrollbar.shadow#55AAEE
  • scrollbarSlider.activeBackground#0099FFC0
  • scrollbarSlider.background#0099FF60
  • scrollbarSlider.hoverBackground#0099FF80
  • selection.background#55AAEE
  • sideBar.background#FFFFFF
  • sideBar.foreground#000000
  • sideBarSectionHeader.background#55AAEE
  • statusBar.background#0088FF
  • statusBar.debuggingBackground#0088FF
  • statusBar.noFolderBackground#0088FF
  • tab.activeBackground#FFCC88
  • tab.activeBorderTop#BBDDFF
  • tab.activeForeground#000000
  • tab.border#FFFFFF
  • tab.hoverBackground#DDCCCC
  • tab.hoverBorder#FFFFFF
  • tab.hoverForeground#000000
  • tab.inactiveBackground#BBDDFF
  • tab.inactiveForeground#000000
  • titleBar.activeBackground#0088FF
  • titleBar.inactiveBackground#0099FF
  • toolbar.hoverBackground#CCCCCC
  • window.activeBorder#0099FF
  • window.inactiveBorder#BBDDFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source#000000
emphasis#AAAA00
comment.block, punctuation.definition.comment.block#009900
comment.line, punctuation.definition.comment.line#00AA00
constant.numeric, keyword.other.unit#00AAAA
constant.numeric.hexadecimal, keyword.other.unit.hexadecimal#0099FF
keyword.other.unit.suffix#0000FF
keyword.control, keyword.other.typedef#0000FFbold
keyword.control.directive#AAAAAA
entity.name.function#884400
entity.name.function.preprocessor#9922FF
entity.name.type, support.type.posix-reserved#008888bold
storage.modifier#888800
storage.type, keyword.operator.sizeof#0000FF
variable#000000
variable.parameter#888888
variable.other.local#000000
variable.other.global#000000bold
variable.other.property, variable.other.object.property#CC6700
variable.other.enummember#9922FFitalic
string.quoted.double, string.quoted.other.lt-gt.include#CC1111
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#0000FF
entity.name.function.definition.special.constructor#008888bold
entity.name.function.member#0099CC
entity.name.function.member.static#0099CCbold
entity.name.function.operator.member, keyword.other.operator.overload, entity.name.operator.type#0099CCbold
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#0000FFbold
keyword.other.typename, storage.type.template.argument.typename, keyword.other.concept, keyword.other.requires#888800
keyword.other.using.directive#AAAAAA
source.arm#000000bold
variable.named.arm#0000FFbold
comment.arm#00AA00
support.function.mnemonic.memory.arm#884400
support.function.mnemonic.arithmetic.arm#FF0000
invalid.illegal.condition.arm#0000FF
comment.nop.arm#000000
storage.register.arm#9922FFbold
storage.stack.arm#9922FF
entity.name.function.target.makefile#9922FFbold
punctuation.separator.key-value.makefile#FF0000bold
variable.other.makefile#000000bold
meta.scope.condition.makefile#888888bold
punctuation.definition.variable.makefile#CCCC00bold
markup.heading.markdown#000000bold
meta.image.inline.markdown#FF00CCunderline
Theme 0x9DEFA478 by 0x9DEFA478 - VS Code Theme