Skip to main content
Coding Theme

Pseudocódigo Cátedra

Publisher: GonzxEscoThemes in package: 1

Soporte de sintaxis y autocompletado NO OFICIAL para pseudocódigo, la sintaxis es la usada en la cátedra de Algoritmos y Estructuras de Datos

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.

  • editor.background#16162a
  • editor.foreground#dde1f0
  • editor.lineHighlightBackground#1e1e36
  • editor.selectionBackground#4a3d7a66
  • editorBracketMatch.background#4a3d7a55
  • editorBracketMatch.border#c084fc
  • editorCursor.foreground#d08fff
  • editorLineNumber.foreground#4a4a7a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment.line.double-slash.pseudocodigo#7a8fa0italic
string.quoted.double.pseudocodigo#6bdd8e
constant.numeric.pseudocodigo#ff8fa3
keyword.control.loop.pseudocodigo#60b4ffbold
keyword.control.conditional.pseudocodigo#60b4ffbold
keyword.other.structure.pseudocodigo#c084fcbold
keyword.other.file.pseudocodigo, keyword.other.file-mode.pseudocodigo#ffaa44bold
keyword.other.sequence.pseudocodigo#ffaa44bold
keyword.other.list.pseudocodigo#ffe066bold
support.function.builtin.pseudocodigo#ff7eb3bold
entity.name.function.definition.pseudocodigo#38d9f5bold
entity.name.function.call.pseudocodigo#a78bfa
variable.parameter.pseudocodigo#fbbf24italic
storage.type.param.pseudocodigo#34d9a0italic
storage.type.return.pseudocodigo#34d9a0italic
storage.type.primitive.pseudocodigo#34d9a0italic
storage.type.pointer.pseudocodigo#7defa0italic
storage.type.array.pseudocodigo#7dd3fcitalic
storage.type.sequence.pseudocodigo#f0a0e0italic
storage.type.record.pseudocodigo#d8b4feitalic bold
keyword.operator.pseudocodigo#f9a8d4
punctuation.section.parens.pseudocodigo, punctuation.section.brackets.pseudocodigo, punctuation.section.braces.pseudocodigo, punctuation.separator.comma.pseudocodigo, punctuation.separator.colon.pseudocodigo#dde1f0
Pseudocódigo Cátedra by GonzxEsco - VS Code Theme