theme

package module
v0.0.1-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2025 License: GPL-3.0 Imports: 5 Imported by: 1

README

A theme for my personal CLI tools

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	OnPrimary   = theme(LightOnPrimary, DarkOnPrimary)
	Priamry     = theme(LightPriamry, DarkPriamry)
	OnSecondary = theme(LightOnSecondary, DarkOnSecondary)
	Secondary   = theme(LightSecondary, DarkSecondary)
	OnTertiary  = theme(LightOnTertiary, DarkOnTertiary)
	Tertiary    = theme(LightTertiary, DarkTertiary)
	OnError     = theme(LightOnError, DarkOnError)
	Error       = theme(LightError, DarkError)
	Text        = theme(LightText, DarkText)
	SubText     = theme(LightSubText, DarkSubText)
	Container   = theme(LightContainer, DarkContainer)
	Foreground  = theme(LightForeground, DarkForeground)
	Background  = theme(LightBackground, DarkBackground)
)
View Source
var (
	DarkOnPrimary   = lipgloss.Color("#315727")
	DarkPriamry     = lipgloss.Color("#BBE9AA")
	DarkOnSecondary = lipgloss.Color("#553A2E")
	DarkSecondary   = lipgloss.Color("#E6BEAE")
	DarkOnTertiary  = lipgloss.Color("#62612B")
	DarkTertiary    = lipgloss.Color("#FFFCC0")
	DarkOnError     = lipgloss.Color("#530003")
	DarkError       = lipgloss.Color("#FF7B6E")
	DarkText        = lipgloss.Color("#F6FDEE")
	DarkSubText     = lipgloss.Color("#7E8579")
	DarkContainer   = lipgloss.Color("#1C2119")
	DarkForeground  = lipgloss.Color("#E1E3DB")
	DarkBackground  = lipgloss.Color("#11140F")
)
View Source
var (
	LightOnPrimary   = lipgloss.Color("#EBFFDF")
	LightPriamry     = lipgloss.Color("#45683B")
	LightOnSecondary = lipgloss.Color("#EEFEE3")
	LightSecondary   = lipgloss.Color("#55634E")
	LightOnTertiary  = lipgloss.Color("#FFFCB7")
	LightTertiary    = lipgloss.Color("#62612B")
	LightOnError     = lipgloss.Color("#FFF7F6")
	LightError       = lipgloss.Color("#BB1B1B")
	LightText        = lipgloss.Color("#2E342A")
	LightSubText     = lipgloss.Color("#767D71")
	LightContainer   = lipgloss.Color("#E5EADD")
	LightForeground  = lipgloss.Color("#191C17")
	LightBackground  = lipgloss.Color("#F8FAF1")
)

Functions

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL