summaryrefslogtreecommitdiff
path: root/.config/alacritty
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty')
-rw-r--r--.config/alacritty/alacritty.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index fee4078..d2534c8 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -5,22 +5,22 @@
colors:
# Default colors
primary:
- background: '#131313'
+ background: '#0f1419'
foreground: '#d8d8d8'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
- text: '#181818'
+ text: '#303030'
cursor: '#d8d8d8'
# Normal colors
normal:
- black: '#181818'
- red: '#ab4642'
+ black: '#121212'
+ red: '#d75f5f'
green: '#a1b56c'
yellow: '#f7ca88'
- blue: '#7cafc2'
- magenta: '#ba8baf'
+ blue: '#87afff'
+ magenta: '#d7afff'
cyan: '#86c1b9'
white: '#d8d8d8'
@@ -55,7 +55,7 @@ font:
family: SpaceMono Nerd Font
# Style can be specified to pick a specific face.
# style: Italic
- size: 10.0
+ size: 9.0
offset:
x: 0