alacritty icon indicating copy to clipboard operation
alacritty copied to clipboard

An arctic, north-bluish clean and elegant Alacritty color scheme.

Results 16 alacritty issues
Sort by recently updated
recently updated
newest added

Hello I followed the instructions for installation, got an error that these variables are unrecognized. What are the hex codes for these? Thanks for your help!

Hints were added in version [0.8.0](https://github.com/alacritty/alacritty/releases/tag/v0.8.0) of Alacritty. Left is default, right is this PR. ![hints](https://user-images.githubusercontent.com/3212673/119065911-9decfe00-b9ac-11eb-93d0-627d3394b3f9.png)

Like [documented in the Alacritty wiki][w] the configuration file can contain multiple color schemes by using [the great YAML _anchor and aliases_ feature][yaa]. This is way better than the currently...

type-improvement
context-documentation
scope-compatibility
scope-quality
scope-ux

Alacritty 1.10.1 includes the following variables which are missing in Nord: ```yaml colors: primary: bright_foreground: search: focused_match: foreground: background: line_indicator: foreground: background: hints: # Pull request #17 start: foreground: background:...

Config file format for alacritty changes from yaml to toml in version 0.13.

Alacritty v0.12.3, ```Config warning: bar has been deprecated; use `colors.footer_bar` instead``` I created a [PR](https://github.com/nordtheme/alacritty/pull/39), ~~but Alacritty's CHANGELOG.md says it is supposed to be changed to 1.30.0.~~ > Alacritty's manpage...

Just wondering if there will be a light pallete included in this or where do I find a light version of nord for alacritty?

colors.search.bar was deprecated and colors.footer_bar is it's replacement in version 0.11 Issue addressed here: https://github.com/alacritty/alacritty/blob/master/CHANGELOG.md Extract from the document: Deprecated colors.search.bar, use colors.footer_bar instead

'bar' has been deprecated; use `colors.footer_bar` instead.