summaryrefslogtreecommitdiff
path: root/.config/alacritty
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-10 22:43:41 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-10 22:43:41 +0100
commitde66f966e5c1f7c4f46fab8fe90e29f5f7715fde (patch)
tree3edef70b476c7e7ec40a64fca894dc723e688c62 /.config/alacritty
parentfefff7951e07d599a236617a6ccf4278176e99a5 (diff)
changed bg, removed line bar in vim
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