Skip to main content
Coding Theme

KEMIT - Lengua de los Antiguos

Publisher: DynamicUniverseThemes in package: 2

Lenguaje de programacion KEMIT con glifos de 4 civilizaciones antiguas: Egipcia, Sumeria, Maya e Iberica. Cada tecla produce un glifo automaticamente en VS Code.

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#0A0805
  • activityBar.foreground#C9A84C
  • button.background#3A2810
  • button.foreground#F0C040
  • dropdown.background#1A1508
  • dropdown.foreground#E8D5A3
  • editor.background#0D0B06
  • editor.foreground#E8D5A3
  • editor.lineHighlightBackground#1A1508
  • editor.selectionBackground#4A3810
  • editor.selectionHighlightBackground#2E2510
  • editorBracketMatch.background#4A3810
  • editorBracketMatch.border#C9A84C
  • editorCursor.foreground#F0C040
  • editorIndentGuide.background#2A2010
  • editorLineNumber.activeForeground#C9A84C
  • editorLineNumber.foreground#4A3A18
  • focusBorder#C9A84C
  • input.background#1A1508
  • input.border#3A2A10
  • input.foreground#E8D5A3
  • panel.background#0A0805
  • panel.border#2A2010
  • panelTitle.activeBorder#C9A84C
  • panelTitle.activeForeground#C9A84C
  • sideBar.background#0D0B06
  • sideBar.foreground#B8A070
  • sideBarTitle.foreground#C9A84C
  • statusBar.background#1A1008
  • statusBar.foreground#C9A84C
  • statusBarItem.hoverBackground#2A2010
  • tab.activeBackground#1A1508
  • tab.activeBorderTop#C9A84C
  • tab.activeForeground#F0C040
  • tab.inactiveBackground#0D0B06
  • tab.inactiveForeground#7A6030
  • terminal.ansiBrightBlue#5080D0
  • terminal.ansiGreen#50C080
  • terminal.ansiRed#E05030
  • terminal.ansiYellow#F0C040
  • terminal.background#080603
  • terminal.foreground#E8D5A3
  • titleBar.activeBackground#0A0805
  • titleBar.activeForeground#C9A84C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line#5A4A28italic
keyword.other.print.kemit#F0C040bold
storage.type.var.kemit#C9A84Cbold
storage.type.function.kemit#E08030bold
storage.type.array.kemit#80C0A0bold
storage.type.object.kemit#70A0D0bold
keyword.control.if.kemit, keyword.control.else.kemit, keyword.control.for.kemit, keyword.control.while.kemit, keyword.control.return.kemit#D04060bold
keyword.control.iter.kemit, keyword.control.range.kemit#B03050
keyword.operator.comparison.eq.kemit, keyword.operator.comparison.gt.kemit, keyword.operator.comparison.lt.kemit, keyword.operator.comparison.kemit#80D0C0
keyword.operator.logical.and.kemit, keyword.operator.logical.or.kemit, keyword.operator.logical.not.kemit#A080E0
keyword.operator.assignment.kemit#F0C040bold
keyword.operator.arithmetic.kemit#D0A060
string, string.quoted.double.kemit#80C060
constant.character.escape#50A040
constant.numeric.kemit#60A8E0
constant.numeric.glyph.kemit#80C0F0bold
constant.language.boolean.true.kemit, constant.language.boolean.false.kemit#E08050
constant.language.null.kemit#806040
support.function.builtin.kemit#D060A0bold
entity.name.function.kemit#F0C040
variable.other.kemit#E8D5A3
punctuation.definition.block.kemit, punctuation.definition.array.kemit, punctuation.definition.parameters.kemit#7A6030
punctuation.separator.kemit#5A4A20