config

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Colors

type Colors struct {
	Selected int `json:"selected" yaml:"selected"`
	CPULimit int `json:"cpuLimit" yaml:"cpuLimit"`
	CPUUsage int `json:"cpuUsage" yaml:"cpuUsage"`
	MemLimit int `json:"memLimit" yaml:"memLimit"`
	MemUsage int `json:"memUsage" yaml:"memUsage"`
	Axis     int `json:"axis" yaml:"axis"`
	Labels   int `json:"labels" yaml:"labels"`
}

func GetTheme

func GetTheme() Colors

type Config

type Config struct {
	Theme Colors `json:"theme" yaml:"theme"`
}

Jump to

Keyboard shortcuts

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