config

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Theme

type Theme struct {
	Style struct {
		TitleStyle struct {
			Foreground struct {
				Light string `mapstructure:"light"`
				Dark  string `mapstructure:"dark"`
			} `mapstructure:"foreground"`
			Background struct {
				Light string `mapstructure:"light"`
				Dark  string `mapstructure:"dark"`
			} `mapstructure:"background"`
		} `mapstructure:"title_style"`
		ErrorHeaderText struct {
			Foreground struct {
				Light string `mapstructure:"light"`
				Dark  string `mapstructure:"dark"`
			} `mapstructure:"foreground"`
		} `mapstructure:"error_header_text"`
		HeaderText struct {
			Foreground struct {
				Light string `mapstructure:"light"`
				Dark  string `mapstructure:"dark"`
			} `mapstructure:"foreground"`
		} `mapstructure:"header_text"`
		Status struct {
			Foreground struct {
				Light string `mapstructure:"light"`
				Dark  string `mapstructure:"dark"`
			} `mapstructure:"foreground"`
		} `mapstructure:"status"`
		StatusHeader struct {
			Foreground struct {
				Light string `mapstructure:"light"`
				Dark  string `mapstructure:"dark"`
			} `mapstructure:"foreground"`
		} `mapstructure:"status_header"`
		TabStyle struct {
			InactiveHighlightColor struct {
				BorderForeground struct {
					Light string `mapstructure:"light"`
					Dark  string `mapstructure:"dark"`
				} `mapstructure:"border_foreground"`
			} `mapstructure:"inactive_highlight_color"`
			ActiveHighlightColor struct {
				BorderForeground struct {
					Light string `mapstructure:"light"`
					Dark  string `mapstructure:"dark"`
				} `mapstructure:"border_foreground"`
			} `mapstructure:"active_highlight_color"`
		} `mapstructure:"tab_style"`
		ListDefaultItemStyle struct {
			NormalTitle struct {
				Foreground struct {
					Light string `mapstructure:"light"`
					Dark  string `mapstructure:"dark"`
				} `mapstructure:"foreground"`
			} `mapstructure:"normal_title"`
			NormalDescription struct {
				Foreground struct {
					Light string `mapstructure:"light"`
					Dark  string `mapstructure:"dark"`
				} `mapstructure:"foreground"`
			} `mapstructure:"normal_description"`
			SelectedTitle struct {
				Foreground struct {
					Light string `mapstructure:"light"`
					Dark  string `mapstructure:"dark"`
				} `mapstructure:"foreground"`
				BorderForeground struct {
					Light string `mapstructure:"light"`
					Dark  string `mapstructure:"dark"`
				} `mapstructure:"border_foreground"`
			} `mapstructure:"selected_title"`
			SelectedDescription struct {
				Foreground struct {
					Light string `mapstructure:"light"`
					Dark  string `mapstructure:"dark"`
				} `mapstructure:"foreground"`
			} `mapstructure:"selected_description"`
			DimmedTitle struct {
				Foreground struct {
					Light string `mapstructure:"light"`
					Dark  string `mapstructure:"dark"`
				} `mapstructure:"foreground"`
			} `mapstructure:"dimmed_title"`
			DimmedDescription struct {
				Foreground struct {
					Light string `mapstructure:"light"`
					Dark  string `mapstructure:"dark"`
				} `mapstructure:"foreground"`
			} `mapstructure:"dimmed_description"`
		} `mapstructure:"list_default_item_style"`
	} `mapstructure:"style"`
}

func DefaultTheme

func DefaultTheme() *Theme

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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