From 49d93a621ccf37bbb115a364340e6646665b75ab Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 30 Sep 2021 18:46:08 +0200 Subject: [PATCH] BG change --- alacritty/.config/alacritty/alacritty.yml | 4 ++-- polybar/.config/polybar/config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 512d44b..e25c7b5 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -55,7 +55,7 @@ font: style: Bold Italic # Point size - size: 10 + size: 9 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. @@ -70,7 +70,7 @@ draw_bold_text_with_bright_colors: true colors: # Default colors primary: - background: '0x0c1115' + background: '0x282c34' foreground: '0xefefff' selection: diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 5eebe98..bc7231f 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -2,7 +2,7 @@ #compositing-foreground = over [colors] -background = #0c1115 +background = #282c34 foreground = #fefefe foreground2 = #77fefefe line = #bbb @@ -34,7 +34,7 @@ white = #787c99 # margin-bottom = 0 [bar/top] -font-0 = "monospace:pixelsize=10;1" +font-0 = "monospace:pixelsize=9;1" font-1 = "siji:pixelsize=12;1" font-2 = "Font Awesome 5 Free Regular:size=12;1" font-3 = "Font Awesome 5 Free Solid:size=12;1"