Skip to main content
Coding Theme

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#333333
  • activityBar.foreground#FFFFFF
  • editor.background#1E1E1E
  • editor.foreground#D4D4D4
  • editor.inactiveSelectionBackground#3A3D41
  • editor.lineHighlightBackground#2A2A2A
  • editor.selectionBackground#264F78
  • editorCursor.foreground#FFFFFF
  • editorGutter.background#252526
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#5A9BD5
  • sideBar.background#252526
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#0078D4
  • sideBarSectionHeader.foreground#FFFFFF
  • statusBar.background#007ACC
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#1E1E1E
  • tab.inactiveBackground#2D2D2D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line.semicolon.uniface, comment.block.xml.uniface#6A9955
keyword.other.comment-marker.uniface#4EC9B0
string.quoted.double.uniface, string.quoted.single.uniface#CE9178
string, string.quoted.xml.uniface, string.quoted.double.xml.uniface#CE9178
keyword.other.section.uniface#569CD6bold
keyword.control.operation.uniface#569CD6bold
keyword.control.entry.uniface#569CD6bold
keyword.control.block.uniface#569CD6
keyword.control.flow.uniface, keyword.control.return.uniface#C586C0
keyword.other.call.uniface, keyword.other.database.uniface, keyword.other.message.uniface, keyword.other.list.uniface, keyword.other.trigger.uniface, keyword.other.edit.uniface#569CD6
storage.type.uniface#FF79C6
storage.modifier.direction.uniface#FF79C6
storage.modifier.format.uniface#FF79C6
support.function.builtin.error.uniface, support.function.builtin.status.uniface, support.function.builtin.system.uniface, support.function.builtin.string.uniface, support.function.builtin.numeric.uniface, support.function.builtin.conversion.uniface, support.function.builtin.component.uniface, support.function.builtin.list.uniface, support.function.builtin.file.uniface, support.function.builtin.generic.uniface#9CDCFE
variable.language.system.uniface#9CDCFE
variable.language.component.uniface#9CDCFE
variable.other.slice.uniface#9CDCFE
variable.language.result.uniface#9CDCFE
variable.language.temp.uniface#9CDCFE
keyword.operator.assignment.uniface, keyword.operator.comparison.uniface, keyword.operator.arithmetic.uniface, keyword.operator.concatenation.uniface, keyword.operator.datetime.uniface#D4D4D4
keyword.operator.logical.uniface#569CD6
constant.numeric.float.uniface, constant.numeric.integer.uniface#B5CEA8
constant.language.boolean.uniface, constant.language.null.uniface#569CD6
entity.name.function.uniface, entity.name.function.operation.uniface, entity.name.function.trigger.uniface, entity.name.function.call.uniface#DCDCAA
variable.other.global.uniface, variable.parameter.uniface, variable.other.local.uniface, variable.other.interpolated.uniface#D4D4D4
variable.other.field.uniface, variable.other.field.path.uniface#4FC1FF
constant.character.escape.uniface#D7BA7D
entity.name.tag.xml.uniface, punctuation.definition.tag.begin.xml.uniface, punctuation.definition.tag.end.xml.uniface#6A6A6A
entity.other.attribute-name.xml.uniface#6A6A6A
constant.character.entity.xml.uniface#C586C0