Skip to content

Dawn Variant

A beautiful light theme for daytime coding with electric accents.

Overview

Dawn inverts the SilkCircuit palette for bright environments: soft purple-tinted backgrounds with deep, saturated accent colors. Perfect for well-lit rooms and daytime work.

PropertyValue
Background#faf8ff
Foreground#2b2540
IntensityLight
TypeLight

Color Palette

Primary Colors

ColorHexUsage
Purple#7e2bd5Keywords, control flow
Cyan#006e72Functions, methods
Pink#b40077Tags, booleans
Pink Soft#9e4087Strings
Coral#b42a74Numbers, constants
Yellow#796100Classes, types

Supporting Colors

ColorHexUsage
Green#1d6e46Success, git additions
Red#c1272dErrors, git deletions
Blue#1454dcLinks, info
Gray#686177Line numbers, non-text glyphs
Comment#7353a9Comments

Background Spectrum

ElementHexUsage
bg#faf8ffMain editor background
bg_highlight#f7f4ffCursorline
bg_dark#f4f0ffSidebar, panels
bg_float#e8dffdPopups, menus
divider#cfc2eeSeparators, edges
bg_statusline#ded3f8Statusline, tab bar
bg_visual#d4c8f0Selection

Terminal Colors

yaml
# ANSI Colors
black: "#2b2540"
red: "#c1272d"
green: "#1d6e46"
yellow: "#796100"
blue: "#1454dc"
magenta: "#b40077"
cyan: "#006e72"
white: "#faf8ff"

# Bright variants
bright_black: "#5a4d6e"
bright_red: "#dc2626"
bright_green: "#288855"
bright_yellow: "#7f5f00"
bright_blue: "#2572ef"
bright_magenta: "#d92a99"
bright_cyan: "#048397"
bright_white: "#ffffff"

When to Use

  • Daytime coding with natural light
  • Working in well-lit rooms
  • Outdoor coding on laptops
  • Prefer light themes while keeping the SilkCircuit aesthetic
  • Reducing eye strain in bright environments

Configuration

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

Or switch at runtime:

vim
:SilkCircuit dawn

Design Philosophy

Dawn maintains SilkCircuit's semantic color system while adapting for light backgrounds:

  • Deeper accents: Colors are more saturated to maintain contrast
  • Purple-tinted backgrounds: Keeps the signature aesthetic
  • Same semantic meanings: Keywords are still purple, functions still cyan
  • WCAG AA compliant: All combinations meet accessibility standards

Comparison

vs Neon/Vibrant/SoftLight theme vs. dark
vs GlowOpposite ends of the spectrum

Dawn is the only light variant, designed for those who prefer or need light themes while maintaining the SilkCircuit identity.