From cbaa26dd0172f9e9eba18efa5b78c2b7f21d8eac Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 12 May 2023 16:56:45 +0100 Subject: Themes alacritty --- alacritty.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'alacritty.yml') diff --git a/alacritty.yml b/alacritty.yml index afebad1..468feb0 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -101,6 +101,10 @@ window: # the default theme variant. #decorations_theme_variant: None +# themes - get from https://github.com/alacritty/alacritty-theme +import: + - ~/.config/alacritty/themes/themes/rose-pine.yaml + #scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. @@ -114,7 +118,7 @@ font: normal: family: Iosevka style: Regular - size: 14.0 + size: 12.0 #font: # Normal (roman) font face #normal: @@ -194,9 +198,9 @@ colors: # Default colors primary: #background: '#1d1f21' - background: '0x151718' - # foreground: '0xd6d6d6' - foreground: '0xffffff' + # background: '0x151718' + # # foreground: '0xd6d6d6' + # foreground: '0xffffff' # Bright and dim foreground colors # -- cgit v1.2.3