Newer
Older
gnexus-ui-kit / src / scss / kit-verdant.scss
@Eugene Sukhodolskiy Eugene Sukhodolskiy 1 day ago 907 bytes Soften Verdant palette
// —————————————————————————
// Verdant theme — Tokyo Night structure shifted into greens.
// Compiled alongside kit.css; the demo theme switcher swaps
// the stylesheet. Keep the palette in sync with demo-verdant.scss.
// —————————————————————————

@use "kit-deps" as * with (
	// neutrals — slightly green-tinted darks
	$color-black:        #151A17,
	$color-dark:         #1E2522,
	$color-grey:         #414E48,
	$color-indigo:       #4A5A52,

	// prime neons
	$color-cyan:         #74C7B4,
	$color-electric-blue:#5BC795,

	// text tones — barely tinted
	$color-text-light:   #C3D6CB,
	$color-text-medium:  #A4B8AA,
	$color-text-dark:    #7B8A80,

	// UI state
	$color-primary:      #C3D6CB,
	$color-secondary:    #5BC795,
	$color-accent:       #B5D175,
	$color-info:         #74C7B4
);

@use "kit";