summaryrefslogtreecommitdiff
path: root/.config/alacritty/x220/alacritty.yml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/x220/alacritty.yml')
-rw-r--r--.config/alacritty/x220/alacritty.yml59
1 files changed, 30 insertions, 29 deletions
diff --git a/.config/alacritty/x220/alacritty.yml b/.config/alacritty/x220/alacritty.yml
index fb6dfb1..7672cbd 100644
--- a/.config/alacritty/x220/alacritty.yml
+++ b/.config/alacritty/x220/alacritty.yml
@@ -13,43 +13,44 @@ font:
# The `style` can be specified to pick a specific face.
# style: Regular
- ## Offset is the extra space around each character. `offset.y` can be thought of
- ## as modifying the line spacing, and `offset.x` as modifying the letter spacing.
- #offset:
- # x: 0.0
- # y: 0.0
+ # Offset is the extra space around each character. `offset.y` can be thought of
+ # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
+ offset:
+ x: 0.0
+ y: 0.0
- ## Glyph offset determines the locations of the glyphs within their cells with
- ## the default being at the bottom. Increasing `x` moves the glyph to the right,
- ## increasing `y` moves the glyph upwards.
- #glyph_offset:
- # x: 0.0
- # y: 0.0
+ # Glyph offset determines the locations of the glyphs within their cells with
+ # the default being at the bottom. Increasing `x` moves the glyph to the right,
+ # increasing `y` moves the glyph upwards.
+ glyph_offset:
+ x: 0.0
+ y: 0.0
colors:
# Default colors
primary:
- background: '0x0A0E14'
- foreground: '0xB3B1AD'
+ background: '0x1f1f1f'
+ foreground: '0xe5e1d8'
# Normal colors
normal:
- black: '0x01060E'
- red: '0xEA6C73'
- green: '0x91B362'
- yellow: '0xF9AF4F'
- blue: '0x53BDFA'
- magenta: '0xFAE994'
- cyan: '0x90E1C6'
- white: '0xC7C7C7'
+ black: '0x000000'
+ red: '0xf7786d'
+ green: '0xbde97c'
+ yellow: '0xefdfac'
+ blue: '0x6ebaf8'
+ magenta: '0xef88ff'
+ cyan: '0x90fdf8'
+ white: '0xe5e1d8'
# Bright colors
bright:
- black: '0x686868'
- red: '0xF07178'
- green: '0xC2D94C'
- yellow: '0xFFB454'
- blue: '0x59C2FF'
- magenta: '0xFFEE99'
- cyan: '0x95E6CB'
- white: '0xFFFFFF'
+ black: '0xb4b4b4'
+ red: '0xf99f92'
+ green: '0xe3f7a1'
+ yellow: '0xf2e9bf'
+ blue: '0xb3d2ff'
+ magenta: '0xe5bdff'
+ cyan: '0xc2fefa'
+ white: '0xffffff'
+