From 0a1683e84dfa1d89e65e9b43ed5d586ece47c8dd Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 13 Aug 2020 14:59:35 +0300 Subject: Use yellow/red from the config for message bar colors This commit completes the effort to use config colors for message bar content by picking red/yellow from user's colors.normal.{red,yellow} for error/warning messages instead of fixed colors. It also removes alacritty_terminal::term::color::RED and alacritty_terminal::term::color::YELLOW from the alacritty_terminal API, bumping its version to 0.11.0-dev. Fixes #4116. --- alacritty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty/Cargo.toml') diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index eab8f227..74935323 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies.alacritty_terminal] path = "../alacritty_terminal" -version = "0.10.1-dev" +version = "0.11.0-dev" default-features = false [dependencies] -- cgit