aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alacritty.yml12
1 files changed, 8 insertions, 4 deletions
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
#