pycritty icon indicating copy to clipboard operation
pycritty copied to clipboard

Transition of the Configuration to a TOML format

Open jeffercbs opened this issue 4 months ago • 0 comments

Transition of the Configuration to a TOML format

This Pull Request brings about changes in the Alacritty terminal configuration by transitioning from a YAML file to a TOML file format. The configuration, creation, modification, and updates are now exclusively handled in a .TOML file. Additionally, it extends support for themes, allowing them to be read from either a .yaml or .toml file.

Changes Made

  • Shifted the terminal configuration to a .TOML file for comprehensive management.
  • Themes can now be sourced from both .yaml and .toml files.

Screenshots

Screencast from 2024-01-31 11-36-34.webm

image

jeffercbs avatar Jan 31 '24 17:01 jeffercbs