From baaf7a13b74e7873aaf3598adb5da85c55f585a7 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sun, 20 Sep 2020 01:42:33 +0300 Subject: Minor changes to colorscheme/appearance --- dotfiles/.config/alacritty/alacritty.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dotfiles/.config/alacritty') diff --git a/dotfiles/.config/alacritty/alacritty.yml b/dotfiles/.config/alacritty/alacritty.yml index 113fa7d..7acf889 100644 --- a/dotfiles/.config/alacritty/alacritty.yml +++ b/dotfiles/.config/alacritty/alacritty.yml @@ -12,7 +12,7 @@ # available, otherwise `xterm-256color` is used. #TERM: alacritty -#window: +window: # Window dimensions (changes require restart) # # Specified in number of columns/lines, not pixels. @@ -33,12 +33,12 @@ # # 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. - #padding: - # x: 0 - # y: 0 + padding: + x: 2 + y: 2 # Spread additional padding evenly around the terminal content. - #dynamic_padding: false + dynamic_padding: true # Window decorations # @@ -162,7 +162,7 @@ font: # If `true`, bold text is drawn using the bright color variants. #draw_bold_text_with_bright_colors: false -# Colors (Tomorrow Night) +# Colors colors: # Ultramar primary: -- cgit v1.2.3