styles

package
v1.32.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TransparentColor = color.RGBA{}
	// 主要
	PrimaryColor = RGB(0x9dd793)
	// サブ
	SecondaryColor = RGB(0x9dd793)
	// 地のテキスト
	TextColor = RGB(0xf5f5f5)
	// 前
	ForegroundColor = RGB(0xa9a9a9)
	// 背景
	BackgroundColor = RGB(0x000000)
	// デバッグ
	DebugColor = RGB(0x0000FF)
	// 透過黒背景
	TransBlackColor = color.RGBA{0, 0, 0, 100}

	// ウィンドウ
	WindowBodyColor   = RGB(0x808080)
	WindowHeaderColor = RGB(0x939393)

	// ボタン
	ButtonIdleColor    = RGB(0xaaaaaa)
	ButtonHoverColor   = RGB(0x828296)
	ButtonPressedColor = RGB(0x646478)

	SuccessColor = RGB(0x198754)
	DangerColor  = RGB(0xdc3545)

	FireColor    = RGB(0xc44303) // 赤
	ThunderColor = RGB(0x4169e1) // 暗青
	ChillColor   = RGB(0x00ffff) // 明青
	PhotonColor  = RGB(0xffff00) // 黄
)

Functions

func RGB

func RGB(rgb uint64) color.RGBA

Types

This section is empty.

Jump to

Keyboard shortcuts

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