Skip to main content
Coding Theme

Red Spider Lily

Publisher: kurenai-11Themes in package: 4

A theme inspired by the red spider lily flower. It was made from scratch but it should be pretty stable. + (Alpha) derivative light and dark themes "Monoxylphide" and "Umbraxyllide" also by me.

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#adadad
  • activityBar.background#dadada
  • activityBar.foreground#242421
  • activityBar.inactiveForeground#494944
  • activityBarBadge.background#b11628
  • badge.background#b11628
  • badge.foreground#242421
  • button.background#b11628
  • button.foreground#242421
  • button.secondaryBackground#e11b32
  • checkbox.background#7e101d
  • descriptionForeground#41413a
  • disabledForeground#494944
  • dropdown.background#adadad
  • dropdown.border#adadad
  • dropdown.foreground#242421
  • dropdown.listBackground#dadada
  • editor.background#dadada
  • editor.findMatchBackground#b11628
  • editor.findMatchHighlightBackground#72202086
  • editor.foldBackground#68232b6e
  • editor.foreground#242421
  • editor.hoverHighlightBackground#534c4c7e
  • editor.lineHighlightBorder#ff000000
  • editor.selectionBackground#b11628
  • editor.selectionHighlightBackground#534c4c7e
  • editor.wordHighlightBackground#72202086
  • editor.wordHighlightStrongBackground#72202086
  • editorCodeLens.foreground#242421
  • editorCursor.foreground#242421
  • editorGroupHeader.tabsBackground#dadada
  • editorHoverWidget.background#dadada
  • editorHoverWidget.border#413d3d
  • editorHoverWidget.foreground#242421
  • editorLineNumber.activeForeground#242421
  • editorLineNumber.foreground#66665d
  • editorLink.activeForeground#b11628
  • editorSuggestWidget.background#dadada
  • editorWidget.background#dadada
  • errorForeground#b11628
  • focusBorder#b11628
  • foreground#242421
  • icon.foreground#242421
  • input.background#adadad
  • input.foreground#242421
  • input.placeholderForeground#3b3b36
  • inputValidation.errorBackground#b11628
  • inputValidation.errorForeground#242421
  • inputValidation.infoBackground#dadada
  • inputValidation.infoBorder#e11b32
  • list.activeSelectionBackground#b11628
  • list.activeSelectionForeground#242421
  • list.activeSelectionIconForeground#242421
  • list.dropBackground#e11b326e
  • list.errorForeground#b11628
  • list.filterMatchBackground#b11628
  • list.focusBackground#7e101d
  • list.focusHighlightForeground#242421
  • list.highlightForeground#b11628
  • list.hoverBackground#c9bcbc
  • list.inactiveFocusBackground#c4c4c4
  • list.inactiveSelectionBackground#c9bcbc
  • list.inactiveSelectionIconForeground#242421
  • listFilterWidget.background#dadada
  • panel.background#dadada
  • peekView.border#b11628
  • peekViewEditor.background#dadada
  • peekViewEditor.matchHighlightBackground#72202086
  • peekViewResult.background#dadada
  • peekViewResult.selectionBackground#a19595
  • peekViewTitle.background#a19595
  • quickInput.background#dadada
  • quickInputList.focusBackground#b11628
  • sash.hoverBorder#b11628
  • scrollbar.shadow#e11b326e
  • scrollbarSlider.activeBackground#6e6868
  • scrollbarSlider.background#a19595
  • scrollbarSlider.hoverBackground#7a7272
  • selection.background#b11628
  • sideBar.background#dadada
  • sideBar.border#dadada
  • sideBar.foreground#242421
  • sideBarSectionHeader.background#d3c9c9
  • sideBarSectionHeader.foreground#242421
  • sideBarTitle.foreground#242421
  • statusBar.background#dadada
  • statusBar.debuggingBackground#dadada
  • statusBar.foreground#242421
  • statusBar.noFolderBackground#dadada
  • symbolIcon.arrayForeground#242421
  • symbolIcon.booleanForeground#242421
  • symbolIcon.classForeground#242421
  • symbolIcon.colorForeground#242421
  • symbolIcon.constantForeground#242421
  • symbolIcon.constructorForeground#242421
  • symbolIcon.enumeratorForeground#242421
  • symbolIcon.enumeratorMemberForeground#242421
  • symbolIcon.eventForeground#242421
  • symbolIcon.fieldForeground#242421
  • symbolIcon.fileForeground#242421
  • symbolIcon.folderForeground#242421
  • symbolIcon.functionForeground#242421
  • symbolIcon.interfaceForeground#242421
  • symbolIcon.keyForeground#242421
  • symbolIcon.keywordForeground#242421
  • symbolIcon.methodForeground#242421
  • symbolIcon.moduleForeground#242421
  • symbolIcon.namespaceForeground#242421
  • symbolIcon.nullForeground#242421
  • symbolIcon.numberForeground#242421
  • symbolIcon.objectForeground#242421
  • symbolIcon.operatorForeground#242421
  • symbolIcon.packageForeground#242421
  • symbolIcon.propertyForeground#242421
  • symbolIcon.referenceForeground#242421
  • symbolIcon.snippetForeground#242421
  • symbolIcon.stringForeground#242421
  • symbolIcon.structForeground#242421
  • symbolIcon.textForeground#242421
  • symbolIcon.typeParameterForeground#242421
  • symbolIcon.unitForeground#242421
  • symbolIcon.variableForeground#242421
  • tab.activeBackground#dadada
  • tab.activeForeground#242421
  • tab.border#adadad
  • tab.hoverBackground#d8d6d6
  • tab.inactiveBackground#c4c4c4
  • tab.inactiveForeground#616158
  • terminal.ansiBrightBlue#e11b32
  • terminal.background#dadada
  • terminal.foreground#242421
  • terminalCursor.foreground#e11b32
  • textLink.activeForeground#e11b32
  • textLink.foreground#b11628
  • toolbar.activeBackground#b11628
  • widget.shadow#e11b326e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.block, comment.block.documentation, comment.line#414141italic
variable#242421
variable.language.relations.prisma#4d4343
variable.parameter#e11b32italic
variable.language.this, variable.language.self, variable.language.special.self, constant.language.null#e11b32italic
keyword.other.unit#5c5151
entity.name.function, support.function, meta.function-call.generic#3d352ditalic
entity.name.type, support.type#4d4343
storage.type#e11b32italic
storage.modifier#e11b32italic
support.constant.property-value#e11b32italic
constant.character.escape#8f7474
support.class, entity.name.type.class, entity.name.class#4d4343
support.class.component#e11b32italic
meta.template.expression, string.interpolated.expression#242421
constant.other.placeholder#e11b32
constant.character.entity#e11b32
support.constant.font-name#e11b32italic
keyword.control#e11b32italic
keyword.other#e11b32italic
keyword#e11b32italic
keyword.type#e11b32italic
entity.name.section, punctuation.definition.heading.markdown#e11b32bold
markup.italicitalic
markup.boldbold
markup.strikethroughstrikethrough
markup.quoteitalic
string#442626italic
support.type.property-name.json#242421
keyword.operator#e11b32
keyword.operator.new, keyword.operator.expression#e11b32italic
punctuation.separator.key-value, punctuation.separator.dictionary.key-value#e11b32
entity.name.tag#e11b32italic
entity.other#3d3630
entity.other.attribute-name#e11b32