Skip to main content
CodingTheme

Naturefy Themes

Publisher: sserafyThemes in package: 19

Beautiful themes inspired by nature: Jellyfish (deep sea), Botany (earthy), Panda (bamboo & woods), Orca, Cosmic Sea, Intergalactic (galaxy nebula), Koi Pond (day/night), Tora (tiger), Golden Wave (Ukiyo-e ocean), Ukiyo-e Manuscript (traditional paper), Sunset Beach (day/night), Ghibli (magical Stud

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#0B0D14
  • activityBar.foreground#00E6FF
  • activityBarBadge.background#FF44DD
  • activityBarBadge.foreground#0B0D14
  • badge.background#FF44DD
  • badge.foreground#0B0D14
  • button.background#00E6FF
  • button.foreground#0B0D14
  • button.hoverBackground#4DFFFF
  • debugToolBar.background#0B0D14
  • dropdown.background#1A1D26
  • dropdown.border#252935
  • dropdown.foreground#F0F4F8
  • editor.background#0B0D14
  • editor.findMatchBackground#00E6FF60
  • editor.findMatchHighlightBackground#00E6FF30
  • editor.foreground#F0F4F8
  • editor.selectionBackground#AA88FF40
  • editor.selectionHighlightBackground#AA88FF25
  • editor.wordHighlightBackground#00E6FF20
  • editor.wordHighlightStrongBackground#00E6FF35
  • editorBracketMatch.background#FF44DD40
  • editorBracketMatch.border#FF44DD
  • editorCursor.foreground#FFB347
  • editorError.foreground#FF6B6B
  • editorGroup.border#252935
  • editorGroupHeader.tabsBackground#111218
  • editorIndentGuide.activeBackground1#00E6FF
  • editorIndentGuide.background1#252935
  • editorInfo.foreground#00E6FF
  • editorLineNumber.activeForeground#00E6FF
  • editorLineNumber.foreground#7A8394
  • editorWarning.foreground#FFCC33
  • editorWhitespace.foreground#252935
  • focusBorder#00E6FF
  • foreground#F0F4F8
  • gitDecoration.addedResourceForeground#66FF99
  • gitDecoration.conflictingResourceForeground#FF44DD
  • gitDecoration.deletedResourceForeground#FF6B6B
  • gitDecoration.ignoredResourceForeground#7A8394
  • gitDecoration.modifiedResourceForeground#FFCC33
  • gitDecoration.untrackedResourceForeground#00E6FF
  • input.background#1A1D26
  • input.border#252935
  • input.foreground#F0F4F8
  • inputOption.activeBorder#00E6FF
  • list.activeSelectionBackground#252935
  • list.activeSelectionForeground#FFB347
  • list.hoverBackground#1A1D26
  • list.inactiveSelectionBackground#1A1D26
  • panel.background#111218
  • panel.border#252935
  • panelTitle.activeForeground#00E6FF
  • panelTitle.inactiveForeground#7A8394
  • progressBar.background#00E6FF
  • scrollbar.shadow#000000
  • scrollbarSlider.background#25293580
  • scrollbarSlider.hoverBackground#7A8394
  • sideBar.background#111218
  • sideBar.foreground#F0F4F8
  • sideBarSectionHeader.background#1A1D26
  • sideBarSectionHeader.foreground#00E6FF
  • statusBar.background#0B0D14
  • statusBar.foreground#00E6FF
  • statusBarItem.hoverBackground#1A1D26
  • tab.activeBackground#0B0D14
  • tab.activeForeground#00E6FF
  • tab.border#252935
  • tab.inactiveBackground#111218
  • tab.inactiveForeground#7A8394
  • terminal.ansiBlack#0B0D14
  • terminal.ansiBlue#5599FF
  • terminal.ansiBrightBlack#7A8394
  • terminal.ansiBrightBlue#77AAFF
  • terminal.ansiBrightCyan#4DFFFF
  • terminal.ansiBrightGreen#88FFBB
  • terminal.ansiBrightMagenta#FF77EE
  • terminal.ansiBrightRed#FF8E8E
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD966
  • terminal.ansiCyan#00E6FF
  • terminal.ansiGreen#66FF99
  • terminal.ansiMagenta#FF44DD
  • terminal.ansiRed#FF6B6B
  • terminal.ansiWhite#F0F4F8
  • terminal.ansiYellow#FFCC33
  • terminal.background#0B0D14
  • terminal.foreground#F0F4F8
  • titleBar.activeBackground#0B0D14
  • titleBar.activeForeground#F0F4F8
  • titleBar.inactiveBackground#0B0D14
  • titleBar.inactiveForeground#7A8394

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A8394italic
string, string.quoted, string.template#66FF99
meta.template.expression#F0F4F8
constant.numeric, constant.character.numeric#FFB347
constant.language, constant.character.escape#F0F4F8
keyword, keyword.control, keyword.operator.new, keyword.other.important#5599FF
storage.type, storage.modifier#FF44DD
entity.name.function, meta.function-call.generic, support.function#FFB347
entity.name.class, entity.name.type.class, support.class#FF8C42
entity.name.type, support.type#AA88FF
variable, meta.object-literal.key#F0F4F8
variable.object.property, variable.other.property#00E6FF
variable.parameter, meta.parameters#4DFFFF
keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as#00E6FF
keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.logical#AA88FF
punctuation, meta.brace, meta.bracket, punctuation.separator, punctuation.terminator#7A8394
entity.name.tag, meta.tag, punctuation.definition.tag#00E6FF
entity.other.attribute-name#FF8C42
support.type.property-name.css#FF44DD
support.constant.property-value.css, constant.other.color.rgb-value.css#66FF99
entity.name.tag.css, entity.other.attribute-name.id.css, entity.other.attribute-name.class.css#00E6FF
support.type.property-name.json#FF8C42
markup.heading, entity.name.section.markdown#00E6FFbold
markup.bold#FFB347bold
markup.italic#AA88FFitalic
markup.inline.raw, markup.fenced_code#66FF99
markup.underline.link#4DFFFF
keyword.other.sql#5599FF
invalid, invalid.illegal#FF6B6B
invalid.deprecated#FFCC33

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...