Skip to main content
Coding Theme

Familiar Java Themes

Publisher: 0dinDThemes in package: 6

Familiar color themes inspired by Java IDEs like Eclipse and IntelliJ IDEA.

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.activeBackground#2C2E2F
  • activityBar.activeBorder#2C2E2F
  • activityBar.background#3C3F41
  • activityBar.border#323232
  • activityBar.foreground#BBBBBB
  • breadcrumb.background#3C3F41
  • editor.background#2B2B2B
  • editor.foldBackground#3A3A3A
  • editor.foreground#A9B7C6
  • editor.lineHighlightBackground#323232
  • editorError.foreground#BC3F3C
  • editorGroupHeader.border#323232
  • editorGroupHeader.noTabsBackground#3C3F41
  • editorGroupHeader.tabsBackground#3C3F41
  • editorGroupHeader.tabsBorder#323232
  • editorGutter.background#313335
  • editorHoverWidget.background#46484A
  • editorHoverWidget.border#565656
  • editorHoverWidget.foreground#BBBBBB
  • editorIndentGuide.activeBackground#373737
  • editorIndentGuide.background#373737
  • editorInfo.foreground#AEAE80
  • editorLineNumber.activeForeground#A4A3A3
  • editorLineNumber.foreground#606366
  • editorOverviewRuler.background#2B2B2B
  • editorSuggestWidget.background#46484A
  • editorSuggestWidget.border#565656
  • editorSuggestWidget.foreground#BBBBBB
  • editorSuggestWidget.highlightForeground#589DF6
  • editorSuggestWidget.selectedBackground#113A5C
  • editorWarning.foreground#F49810
  • foreground#BBBBBB
  • gitDecoration.addedResourceForeground#629755
  • gitDecoration.deletedResourceForeground#6C6C6C
  • gitDecoration.ignoredResourceForeground#848504
  • gitDecoration.modifiedResourceForeground#6897BB
  • gitDecoration.untrackedResourceForeground#D1675A
  • input.border#323232
  • list.activeSelectionBackground#2F65CA
  • list.activeSelectionForeground#BBBBBB
  • list.inactiveSelectionBackground#0D293E
  • menu.background#3C3F41
  • menu.border#515151
  • menu.foreground#BBBBBB
  • menu.separatorBackground#515151
  • minimap.background#2B2B2B
  • notifications.background#4E5052
  • notifications.border#54585A
  • panel.background#3C3F41
  • panel.border#323232
  • sideBar.background#3C3F41
  • sideBar.border#323232
  • sideBarSectionHeader.background#3C3F41
  • sideBarSectionHeader.border#323232
  • statusBar.background#3C3F41
  • statusBar.border#515151
  • statusBar.debuggingBackground#3C3F41
  • statusBar.foreground#BBBBBB
  • statusBar.noFolderBackground#3C3F41
  • statusBarItem.hoverBackground#4C5052
  • tab.activeBackground#4e5254
  • tab.activeBorder#4A88C7
  • tab.activeForeground#BBBBBB
  • tab.border#3C3F41
  • tab.hoverBackground#333537
  • tab.inactiveBackground#3C3F41
  • tab.inactiveForeground#BBBBBB
  • terminal.ansiBlack#FFFFFF
  • terminal.ansiBlue#5394EC
  • terminal.ansiBrightBlack#555555
  • terminal.ansiBrightBlue#7EAEF1
  • terminal.ansiBrightCyan#6CDADA
  • terminal.ansiBrightGreen#A8C023
  • terminal.ansiBrightMagenta#FF99FF
  • terminal.ansiBrightRed#FF8785
  • terminal.ansiBrightWhite#1F1F1F
  • terminal.ansiBrightYellow#FFFF00
  • terminal.ansiCyan#299999
  • terminal.ansiGreen#A8C023
  • terminal.ansiMagenta#AE8ABE
  • terminal.ansiRed#FF6B68
  • terminal.ansiWhite#999999
  • terminal.ansiYellow#D6BF55
  • terminal.background#2B2B2B
  • terminal.border#3C3F41
  • terminal.foreground#BBBBBB
  • textLink.foreground#589DF6
  • titleBar.activeBackground#3C3F41
  • titleBar.border#515151
  • titleBar.inactiveBackground#3C3F41
  • widget.shadow#00000080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.tag.xml, punctuation.separator.key-value.java-properties#808080
keyword.other.documentation.javadoc.java#9A8C7Cbold
source.json comment#3F5FBF
support.type.property-name.json#BED6FF
entity.other.attribute-name.localname.xml, entity.other.attribute-name.xml, variable.language.documentroot.xml#A7EC21
entity.name.tag.localname.xml, entity.name.tag.xml, keyword.other.doctype.xml#03A8D8bold
constant.character.entity.xml#DD2867
meta.tag.preprocessor.xml punctuation.definition.tag.xml#0394BE
entity.name.tag.yaml, source.yaml constant.language, markup.heading.markdown, markup.inline.raw.string.markdown, markup.fenced_code.block.markdown, source.editorconfig keyword.other.definition, source.editorconfig constant.language.boolean#569CD6
markup.italic.markdownitalic
markup.bold.markdownbold
markup.bold.markdown markup.italic.markdownbold italic
string.unquoted.plain.out.yaml, string.quoted.double.yaml, string.quoted.single.yaml, source.editorconfig constant.language#CE9178
source.yaml constant.numeric, source.editorconfig constant.numeric#B5CEA8
markup.heading.markdownbold
meta.embedded.block, variable.language.wildcard.java#D9E8F7
markup.quote.markdown#265691
entity.name.type.class.java, entity.name.type.enum.java, entity.other.inherited-class.java, storage.type.java, variable.other.object.java, storage.type.generic.java, storage.type.object.array.java, punctuation.separator.java, storage.modifier.package.java, storage.modifier.import.java#1290C3
constant.other.enum.java#66E1F8italic bold
punctuation.definition.annotation.java, storage.type.annotation.java#A0A0A0italic
variable.other.definition.java#F2F200
variable.parameter.java#79ABFF
entity.name.function.java#A7EC21
storage.modifier.java, storage.modifier.extends.java, storage.modifier.super.java, storage.modifier.implements.java, storage.type.primitive.java, storage.type.primitive.array.java, constant.language.java, keyword.other.import.java, keyword.other.package.java, keyword.control.java, keyword.control.new.java, keyword.control.try.java, keyword.control.catch.java, keyword.control.finally.java, keyword.control.throw.java, keyword.operator.instanceof.java, variable.language.java, variable.language.this.java, variable.other.object.property.java, punctuation.terminator.java, constant.character.escape, support.constant.java-properties#CC6C1D
constant.numeric#6897BB
constant.numeric.json#D25242
constant.language.json#03A8D8
string.quoted.double, string.quoted.single, string.unquoted.java-properties#17C6A3
string.quoted.double.json#FFC600italic bold
string.quoted.double.xmlitalic

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...