Skip to content

Neon Variant

The original SilkCircuit experience. Maximum vibrancy and electric energy.

Overview

Neon delivers 100% color intensity with the signature SilkCircuit palette. Perfect for dark rooms where you want maximum visual impact.

PropertyValue
Background#12101a
Foreground#f8f8f2
Intensity100%
TypeDark

Color Palette

Primary Colors

ColorHexUsage
Purple#e135ffKeywords, control flow
Cyan#80ffeaFunctions, methods
Pink#ff00ffTags, booleans
Pink Soft#ff99ffStrings
Coral#ff6ac1Numbers, constants
Yellow#f1fa8cClasses, types

Supporting Colors

ColorHexUsage
Green#50fa7bSuccess, git additions
Red#ff6363Errors, git deletions
Blue#82aaffLinks, info
Gray#768d8dLine numbers, non-text glyphs
Comment#9580ffComments

Terminal Colors

yaml
# ANSI Colors
black: "#12101a"
red: "#ff6363"
green: "#50fa7b"
yellow: "#f1fa8c"
blue: "#82aaff"
magenta: "#ff00ff"
cyan: "#80ffea"
white: "#f8f8f2"

# Bright variants
bright_black: "#768d8d"
bright_red: "#ff8787"
bright_green: "#86fba8"
bright_yellow: "#ffffa5"
bright_blue: "#82b1ff"
bright_magenta: "#ff69ff"
bright_cyan: "#5fffff"
bright_white: "#ffffff"

When to Use

  • Working in dark environments
  • Want maximum visual energy
  • Prefer high-contrast highlighting
  • Streaming or presenting code

Configuration

lua
require("silkcircuit").setup({
  variant = "neon",
})
vim.cmd.colorscheme("silkcircuit")

Or switch at runtime:

vim
:SilkCircuit neon

Comparison

Neon is the most vibrant of the dark variants:

vs VibrantNeon has more saturated colors
vs SoftNeon has higher intensity
vs GlowSimilar intensity, lighter backgrounds