themes

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DarkTheme = structs.Theme{Name: "DarkTheme", CollOfAttrs: [][]structs.Attr{NodeTemplate, EdgeTemplate}}
View Source
var EdgeTemplate = []structs.Attr{
	{Key: "color", Value: "#CCCCCC"},
	{Key: "fontcolor", Value: "#CCCCCC"},
	{Key: "fontname", Value: "Montserrat"},
	{Key: "fontweight", Value: "700"},
	{Key: "fontsize", Value: "10"},
}
View Source
var LightTheme = structs.Theme{Name: "LightTheme", CollOfAttrs: [][]structs.Attr{nodeTemplate, edgeTemplate}}
View Source
var NodeTemplate = []structs.Attr{
	{Key: "height", Value: "2"},
	{Key: "shape", Value: "box"},
	{Key: "style", Value: "rounded,filled"},
	{Key: "fillcolor", Value: "#1F1F1F"},
	{Key: "fontcolor", Value: "#FFFFFF"},
	{Key: "fontname", Value: "Montserrat"},
	{Key: "fontsize", Value: "10"},
	{Key: "color", Value: "black"},
	{Key: "width", Value: "2"},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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