settings

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FontSize           float32    = 16
	TextSelectionColor imgui.Vec4 = imgui.Vec4{X: 84 / 255.0, Y: 153 / 255.0, Z: 199 / 255.0, W: 0.4}
	EditorBgColor      imgui.Vec4 = imgui.Vec4{X: 0.1, Y: 0.1, Z: 0.1, W: 1}

	//NOTE: Imgui hardcodes tab size to 4 in '#define IM_TABSIZE 4'
	TabSize           int        = 4
	ScrollSpeed       float32    = 4
	CursorWidthFactor float32    = 0.15
	CursorColor       imgui.Vec4 = imgui.Vec4{X: 1, Y: 1, Z: 1, W: 1}
)

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