From 8b1f8fd480cffc754fe5afdca08ee5a6db4cbaa9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Mar 2022 17:24:03 -0700 Subject: alacritty: use the default colors --- users/fcuny/desktop/theme.nix | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'users/fcuny/desktop/theme.nix') diff --git a/users/fcuny/desktop/theme.nix b/users/fcuny/desktop/theme.nix index de0c5e8..e70c4ec 100644 --- a/users/fcuny/desktop/theme.nix +++ b/users/fcuny/desktop/theme.nix @@ -58,46 +58,5 @@ in { childBorder = cfg.base0B; }; }; - - programs.alacritty.settings.colors = { - cursor.text = cnotation cfg.base00; - cursor.cursor = cnotation cfg.base04; - - normal.black = cnotation cfg.base01; - normal.red = cnotation cfg.base0B; - normal.green = cnotation cfg.base0E; - normal.yellow = cnotation cfg.base0D; - normal.blue = cnotation cfg.base09; - normal.magenta = cnotation cfg.base0F; - normal.cyan = cnotation cfg.base08; - normal.white = cnotation cfg.base05; - - bright.black = cnotation cfg.base03; - bright.red = cnotation cfg.base0B; - bright.green = cnotation cfg.base0E; - bright.yellow = cnotation cfg.base0D; - bright.blue = cnotation cfg.base09; - bright.magenta = cnotation cfg.base0F; - bright.cyan = cnotation cfg.base07; - bright.white = cnotation cfg.base06; - }; - - programs.i3status-rust.bars.default.settings.theme.overrides = { - idle_bg = alpha cfg.base03 "DD"; - idle_fg = cfg.base05; - - info_bg = alpha cfg.base06 "DD"; - info_fg = cfg.base00; - - good_bg = alpha cfg.base09 "DD"; - good_fg = cfg.base00; - - warning_bg = alpha cfg.base0D "DD"; - warning_fg = cfg.base00; - - critical_bg = alpha cfg.base0B "DD"; - critical_fg = cfg.base04; - }; })]); - } -- cgit 1.4.1