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#060C18
  • activityBar.foreground#4080C0
  • editor.background#080F1E
  • editor.foreground#C8D8F0
  • editor.lineHighlightBackground#0F1A30
  • editor.selectionBackground#1A3060
  • editorCursor.foreground#60A0F0
  • editorLineNumber.activeForeground#4080C0
  • editorLineNumber.foreground#1A3050
  • focusBorder#4080C0
  • panel.background#060C18
  • sideBar.background#080F1E
  • statusBar.background#060C18
  • statusBar.foreground#4080C0
  • tab.activeBackground#0F1A30
  • tab.activeBorderTop#4080C0
  • tab.activeForeground#80B0F0
  • tab.inactiveBackground#080F1E
  • tab.inactiveForeground#2A4070
  • terminal.background#060C18
  • terminal.foreground#C8D8F0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#1A3050italic
keyword.other.print.kemit#80C0FFbold
storage.type.var.kemit#4080C0bold
storage.type.function.kemit#60D0D0bold
storage.type.array.kemit#80E0A0bold
storage.type.object.kemit#A080E0bold
keyword.control.if.kemit, keyword.control.else.kemit, keyword.control.for.kemit, keyword.control.while.kemit, keyword.control.return.kemit#E06080bold
keyword.control.iter.kemit, keyword.control.range.kemit#C04060
keyword.operator.comparison.eq.kemit, keyword.operator.comparison.gt.kemit, keyword.operator.comparison.lt.kemit, keyword.operator.comparison.kemit#60D0C0
keyword.operator.logical.and.kemit, keyword.operator.logical.or.kemit, keyword.operator.logical.not.kemit#C080E0
keyword.operator.assignment.kemit#80C0FFbold
keyword.operator.arithmetic.kemit#C0A060
string, string.quoted.double.kemit#80D060
constant.numeric.kemit#80C0F0
constant.numeric.glyph.kemit#A0D0FFbold
constant.language.boolean.true.kemit, constant.language.boolean.false.kemit#F08050
constant.language.null.kemit#506080
support.function.builtin.kemit#E070C0bold
entity.name.function.kemit#80C0FF
variable.other.kemit#C8D8F0