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#4e4e4e
  • activityBarBadge.background#cecece
  • badge.background#cecece
  • badge.foreground#242421
  • button.background#cecece
  • button.foreground#242421
  • button.secondaryBackground#cecece
  • checkbox.background#6d6d6d
  • descriptionForeground#3a3a36
  • disabledForeground#3a3a38
  • dropdown.background#adadad
  • dropdown.border#adadad
  • dropdown.foreground#242421
  • dropdown.listBackground#dadada
  • editor.background#dadada
  • editor.findMatchBackground#cecece
  • editor.findMatchHighlightBackground#70707086
  • editor.foldBackground#6464646e
  • editor.foreground#242421
  • editor.hoverHighlightBackground#5555557e
  • editor.lineHighlightBorder#ff000000
  • editor.selectionBackground#cecece
  • editor.selectionHighlightBackground#534c4c7e
  • editor.wordHighlightBackground#72727286
  • editor.wordHighlightStrongBackground#72727286
  • editorCodeLens.foreground#242421
  • editorCursor.foreground#242421
  • editorGroupHeader.tabsBackground#dadada
  • editorHoverWidget.background#dadada
  • editorHoverWidget.border#444444
  • editorHoverWidget.foreground#242421
  • editorLineNumber.activeForeground#242421
  • editorLineNumber.foreground#696969
  • editorLink.activeForeground#33332f
  • editorSuggestWidget.background#dadada
  • editorWidget.background#dadada
  • errorForeground#33332f
  • focusBorder#33332f
  • foreground#242421
  • icon.foreground#242421
  • input.background#adadad
  • input.foreground#242421
  • input.placeholderForeground#31312f
  • inputValidation.errorBackground#cecece
  • inputValidation.errorForeground#242421
  • inputValidation.infoBackground#dadada
  • inputValidation.infoBorder#242421
  • list.activeSelectionBackground#cecece
  • list.activeSelectionForeground#242421
  • list.activeSelectionIconForeground#242421
  • list.dropBackground#cecece6e
  • list.errorForeground#33332f
  • list.filterMatchBackground#cecece
  • list.focusBackground#6b6b6b
  • list.focusHighlightForeground#242421
  • list.highlightForeground#33332f
  • list.hoverBackground#c9c9c9
  • list.inactiveFocusBackground#c4c4c4
  • list.inactiveSelectionBackground#cecece
  • list.inactiveSelectionIconForeground#242421
  • listFilterWidget.background#dadada
  • panel.background#dadada
  • peekView.border#33332f
  • peekViewEditor.background#dadada
  • peekViewEditor.matchHighlightBackground#70707086
  • peekViewResult.background#dadada
  • peekViewResult.selectionBackground#9b9b9b
  • peekViewTitle.background#9e9e9e
  • quickInput.background#dadada
  • quickInputList.focusBackground#cecece
  • sash.hoverBorder#33332f
  • scrollbar.shadow#242421
  • scrollbarSlider.activeBackground#6e6868
  • scrollbarSlider.background#adadad
  • scrollbarSlider.hoverBackground#747474
  • selection.background#cecece
  • sideBar.background#dadada
  • sideBar.border#dadada
  • sideBar.foreground#242421
  • sideBarSectionHeader.background#d1d1d1
  • 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#d6d6d6
  • tab.inactiveBackground#c4c4c4
  • tab.inactiveForeground#686868
  • terminal.ansiBrightBlue#242421
  • terminal.background#dadada
  • terminal.foreground#242421
  • terminalCursor.foreground#242421
  • textLink.activeForeground#242421
  • textLink.foreground#33332f
  • toolbar.activeBackground#cecece
  • widget.shadow#cecece6e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.block, comment.block.documentation, comment.line#414141italic
variable#242424
variable.language.relations.prisma#474747
variable.parameter#242421italic bold
variable.language.this, variable.language.self, variable.language.special.self, constant.language.null#242421italic bold
keyword.other.unit#575757
entity.name.function, support.function, meta.function-call.generic#3a3a3aitalic bold
entity.name.type, support.type#4b4b4b
storage.type#242421italic bold
storage.modifier#242421italic bold
support.constant.property-value#242421italic
constant.character.escape#8f8f8f
support.class, entity.name.type.class, entity.name.class#505050
support.class.component#242421italic bold
meta.template.expression, string.interpolated.expression#242421
constant.other.placeholder#242421
constant.character.entity#242421
support.constant.font-name#242421italic
keyword.control#242421italic bold
keyword.other#242421italic bold
keyword#242421italic bold
keyword.type#242421italic bold
entity.name.section, punctuation.definition.heading.markdown#242421bold
markup.italicitalic
markup.boldbold
markup.strikethroughstrikethrough
markup.quoteitalic
string#242421italic bold
support.type.property-name.json#242421
keyword.operator#242421bold
keyword.operator.new, keyword.operator.expression#242421italic bold
punctuation.separator.key-value, punctuation.separator.dictionary.key-value#242421
entity.name.tag#242421italic bold
entity.other#363636
entity.other.attribute-name#242421bold