Skip to main content
Coding Theme

Synapse Glow

Publisher: Sr4kkkThemes in package: 2

Synapse Glow é um tema que mistura atmosfera futurista com elegância minimalista. Ele usa contrastes suaves entre tons escuros e toques luminosos para criar a sensação de um ambiente digital pulsante — como se cada linha de código estivesse conectada por circuitos vivos. O foco é manter uma leitura

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#E6EAF3
  • activityBar.foreground#1D1E24
  • activityBar.inactiveForeground#6E768A
  • activityBarBadge.background#E7900E
  • activityBarBadge.foreground#1D1E24
  • badge.background#E7900E
  • badge.foreground#1D1E24
  • disabledForeground#7A8194
  • editor.background#F5F7FB
  • editor.findMatchBackground#C0880033
  • editor.findMatchHighlightBackground#C0880022
  • editor.findRangeHighlightBackground#2687C915
  • editor.foreground#1D1E24
  • editor.inactiveSelectionBackground#E7900E1B
  • editor.selectionBackground#E7900E2B
  • editor.selectionHighlightBackground#2687C91F
  • editor.wordHighlightBackground#2687C91A
  • editor.wordHighlightStrongBackground#2687C926
  • editorBracketHighlight.foreground1#E7900E
  • editorBracketHighlight.foreground2#155FA0
  • editorBracketHighlight.foreground3#00A395
  • editorBracketHighlight.foreground4#7C3AED
  • editorBracketHighlight.foreground5#D64550
  • editorBracketHighlight.foreground6#2F9E44
  • editorBracketMatch.background#00B7A91A
  • editorBracketMatch.border#E7900E
  • editorBracketPairGuide.activeBackground1#E7900E26
  • editorBracketPairGuide.activeBackground2#155FA026
  • editorBracketPairGuide.activeBackground3#00A39526
  • editorBracketPairGuide.activeBackground4#7C3AED26
  • editorBracketPairGuide.activeBackground5#D6455026
  • editorBracketPairGuide.activeBackground6#2F9E4426
  • editorBracketPairGuide.background1#E7900E14
  • editorBracketPairGuide.background2#155FA014
  • editorBracketPairGuide.background3#00A39514
  • editorBracketPairGuide.background4#7C3AED14
  • editorBracketPairGuide.background5#D6455014
  • editorBracketPairGuide.background6#2F9E4414
  • editorCursor.foreground#E7900E
  • editorError.foreground#E05256
  • editorGroup.border#C7CCD8
  • editorGroupHeader.tabsBackground#EEF1F7
  • editorIndentGuide.activeBackground#AEB6C6
  • editorIndentGuide.background#D6DAE4
  • editorInfo.foreground#2687C9
  • editorLineHighlightBackground#00000008
  • editorLineNumber.activeForeground#E7900E
  • editorLineNumber.foreground#9AA2B3
  • editorWarning.foreground#C08800
  • editorWhitespace.foreground#D3D7E1
  • errorForeground#E05256
  • focusBorder#E7900E
  • foreground#1D1E24
  • gitDecoration.addedResourceForeground#2FCD82
  • gitDecoration.deletedResourceForeground#E05256
  • gitDecoration.ignoredResourceForeground#9AA2B3
  • gitDecoration.modifiedResourceForeground#2687C9
  • gitDecoration.untrackedResourceForeground#2FCD82
  • input.background#F5F7FB
  • input.border#C7CCD8
  • input.foreground#1D1E24
  • input.placeholderForeground#7A8194
  • inputValidation.errorBorder#E05256
  • inputValidation.infoBorder#2687C9
  • inputValidation.warningBorder#C08800
  • list.activeSelectionBackground#E7900E22
  • list.activeSelectionForeground#1D1E24
  • list.highlightForeground#2687C9
  • list.hoverBackground#00000008
  • list.inactiveSelectionBackground#E7900E14
  • menubar.selectionBackground#0000000A
  • menubar.selectionForeground#1D1E24
  • minimapSlider.activeBackground#E7900E2B
  • minimapSlider.background#E7900E12
  • minimapSlider.hoverBackground#E7900E1F
  • panel.background#EEF1F7
  • panel.border#C7CCD8
  • panelTitle.activeBorder#E7900E
  • panelTitle.activeForeground#1D1E24
  • panelTitle.inactiveForeground#6E768A
  • quickInput.background#F5F7FB
  • quickInput.foreground#1D1E24
  • scrollbarSlider.activeBackground#00000036
  • scrollbarSlider.background#0000001C
  • scrollbarSlider.hoverBackground#0000002A
  • sideBar.background#ECEFF6
  • sideBar.border#C7CCD8
  • sideBar.foreground#2C2F3A
  • sideBarSectionHeader.background#ECEFF6
  • sideBarSectionHeader.foreground#1D1E24
  • statusBar.background#E6EAF3
  • statusBar.debuggingBackground#B445FF
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#1D1E24
  • statusBar.noFolderBackground#E6EAF3
  • tab.activeBackground#F5F7FB
  • tab.activeBorderTop#E7900E
  • tab.activeForeground#1D1E24
  • tab.border#C7CCD8
  • tab.inactiveBackground#EEF1F7
  • tab.inactiveForeground#5E667A
  • terminal.background#EEF1F7
  • terminal.foreground#1D1E24
  • terminalCursor.foreground#E7900E
  • titleBar.activeBackground#E6EAF3
  • titleBar.activeForeground#1D1E24
  • titleBar.inactiveBackground#EEF1F7
  • titleBar.inactiveForeground#6E768A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7E8493italic
keyword, keyword.control, storage.type, storage.modifier#7C3AED
entity.name.type, entity.name.class, support.type, support.class#2687C9
entity.name.function, meta.function-call, variable.function, support.function, meta.method, entity.name.method#155FA0
variable, meta.definition.variable.name, support.variable#1D1E24
variable.parameter, meta.parameter#596075
constant, constant.numeric, support.constant#C08800
constant.language.boolean, constant.boolean#D56761
string, constant.other.symbol, constant.other.key#C08800
string.template, string.quoted.template, punctuation.definition.template-expression, meta.template.expression#8A5A00
keyword.operator, punctuation.separator, punctuation.terminator, punctuation.section, punctuation.definition#4D5160
entity.name.tag, meta.tag, punctuation.definition.tag#E05256
entity.other.attribute-name, entity.other.attribute-name.html, entity.other.attribute-name.jsx#7C3AED
meta.object-literal.key, meta.object-literal.key entity.name, support.type.property-name, meta.property-name#2687C9
keyword.control.import, keyword.control.export, keyword.control.from, meta.import, meta.export, support.module, entity.name.namespace#00B7A9
meta.decorator, punctuation.decorator, storage.type.annotation, entity.name.function.decorator#2687C9italic
invalid, invalid.illegal#E05256
markup.heading, markup.heading entity.name#2FCD82bold
string.other.link, constant.other.reference.link, markup.underline.link#2687C9underline