From b8c7d54836cc857089c74238ca2feceed141ffb5 Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Wed, 4 Jan 2023 19:15:47 -0600 Subject: [PATCH] alacritty --- stow_home/alacritty/.config/alacritty/alacritty.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/stow_home/alacritty/.config/alacritty/alacritty.yml b/stow_home/alacritty/.config/alacritty/alacritty.yml index 59cde76..66a7dcf 100644 --- a/stow_home/alacritty/.config/alacritty/alacritty.yml +++ b/stow_home/alacritty/.config/alacritty/alacritty.yml @@ -34,7 +34,7 @@ window: # # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. - opacity: 0.8 + opacity: 1 padding: x: 1 y: 2 @@ -110,7 +110,7 @@ font: family: mononoki Nerd Font bold_italic: family: mononoki Nerd Font - size: 13.0 + size: 9.0 offset: x: 0 @@ -225,6 +225,7 @@ schemes: magenta: '0xbb9af7' cyan: '0x0db9d7' white: '0xacb0d0' + nord: &nord primary: background: '#2e3440' @@ -243,9 +244,9 @@ schemes: matches: foreground: CellBackground background: '#88c0d0' - bar: - background: '#434c5e' - foreground: '#d8dee9' + #bar: + #background: '#434c5e' + #foreground: '#d8dee9' normal: black: '#3b4252' red: '#bf616a' @@ -274,8 +275,8 @@ schemes: cyan: '#6d96a5' white: '#aeb3bb' +#colors: *nord colors: *tokyo-night -#colors: *tokyo-night-storm # Background opacity # # Window opacity as a floating point number from `0.0` to `1.0`.