[][src]Module alacritty::config

Configuration definitions and file loading

Alacritty reads from a config file at startup to determine various runtime parameters including font family and style, font size, etc. In the future, the config file will also hold user and platform specific keybindings.

Structs

Alpha

Wrapper around f32 that represents an alpha value between 0.0 and 1.0

AnsiColors

The 8-colors sections of config

ClickHandler
Colors
Config

Top-level config type

Cursor
CursorColors
Delta

A delta for a point in a 2 dimensional plane

Dimensions

Window Dimensions

Font

Font config

FontDescription

Description of the normal font

IndexedColor
Monitor
Mouse
PrimaryColors
Scrolling

Struct for scrolling related settings

SecondaryFontDescription

Description of the italic and bold font

Selection
SelectionColors
Shell
Url
VisualBellConfig
WindowConfig

Enums

CommandWrapper
Decorations
Error

Errors occurring during config loading

Key
VisualBellAnimation

VisualBellAnimations are modeled after a subset of CSS transitions and Robert Penner's Easing Functions.

Constants

SOURCE_FILE_PATH

Traits

OnConfigReload

Type Definitions

Result

Result from config loading