aboutsummaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-29 21:30:45 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-29 21:30:45 +0100
commit540009e1d3eebcf3905653f8f71483f3bdfae1d4 (patch)
tree17792259c9b6adbece9c4418785544ca652cbd2b /alacritty.yml
parent397c90132f908ecf5ee1054dbd27c0102723aaf1 (diff)
Changing font in alacritty
Diffstat (limited to '')
-rw-r--r--alacritty.yml97
1 files changed, 51 insertions, 46 deletions
diff --git a/alacritty.yml b/alacritty.yml
index dc3de20..bf65cbf 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -68,7 +68,7 @@ window:
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
- opacity: 0.91
+ opacity: 0.90
# Startup Mode (changes require restart)
#
@@ -111,18 +111,23 @@ window:
# Font configuration
font:
- # Normal (roman) font face
normal:
+ family: Iosevka
+ style: Regular
+ size: 13.0
+#font:
+ # Normal (roman) font face
+ #normal:
# Font family
#
# Default:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
- family: Liberation Mono
+ #family: Iovsevka Regular
# The `style` can be specified to pick a specific face.
- # style: Mono
+ #style: Regular
# Bold font face
#bold:
@@ -158,7 +163,7 @@ font:
#style: Bold Italic
# Point size
- size: 12.0
+ #size: 12.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
@@ -208,9 +213,9 @@ colors:
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
cursor:
- # text: CellBackground
+ text: CellBackground
# cursor: CellForeground
- cursor: '0xeeeeee'
+ cursor: '#fc55bf'
# Vi mode cursor colors
#
@@ -218,9 +223,9 @@ colors:
#
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
- #vi_mode_cursor:
- # text: CellBackground
- # cursor: CellForeground
+ vi_mode_cursor:
+ text: CellBackground
+ cursor: CellForeground
# Search colors
#
@@ -278,9 +283,9 @@ colors:
#
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
- #selection:
- # text: CellBackground
- # background: CellForeground
+ selection:
+ text: CellBackground
+ background: CellForeground
# Normal colors
normal:
@@ -294,29 +299,29 @@ colors:
white: '#c5c8c6'
# Bright colors
- #bright:
- # black: '#666666'
- # red: '#d54e53'
- # green: '#b9ca4a'
- # yellow: '#e7c547'
- # blue: '#7aa6da'
- # magenta: '#c397d8'
- # cyan: '#70c0b1'
- # white: '#eaeaea'
+ bright:
+ black: '#666666'
+ red: '#d54e53'
+ green: '#b9ca4a'
+ yellow: '#e7c547'
+ blue: '#7aa6da'
+ magenta: '#c397d8'
+ cyan: '#70c0b1'
+ white: '#eaeaea'
# Dim colors
#
# If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors.
- #dim:
- # black: '#131415'
- # red: '#864343'
- # green: '#777c44'
- # yellow: '#9e824c'
- # blue: '#556a7d'
- # magenta: '#75617b'
- # cyan: '#5b7d78'
- # white: '#828482'
+ dim:
+ black: '#131415'
+ red: '#864343'
+ green: '#777c44'
+ yellow: '#9e824c'
+ blue: '#556a7d'
+ magenta: '#75617b'
+ cyan: '#5b7d78'
+ white: '#828482'
# Indexed Colors
#
@@ -338,7 +343,7 @@ colors:
# Bell
#
# The bell is rung every time the BEL control character is received.
-#bell:
+bell:
# Visual Bell Animation
#
# Animation effect for flashing the screen when the visual bell is rung.
@@ -354,7 +359,7 @@ colors:
# - EaseOutExpo
# - EaseOutCirc
# - Linear
- #animation: EaseOutExpo
+ animation: EaseOutExpo
# Duration of the visual bell flash in milliseconds. A `duration` of `0` will
# disable the visual bell animation.
@@ -376,24 +381,24 @@ colors:
#
#command: None
-#selection:
+selection:
# This string contains all characters that are used as separators for
# "semantic words" in Alacritty.
- #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
+ semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard.
- #save_to_clipboard: false
+ save_to_clipboard: true
-#cursor:
+cursor:
# Cursor style
- #style:
+ style:
# Cursor shape
#
# Values for `shape`:
# - ▇ Block
# - _ Underline
# - | Beam
- #shape: Block
+ shape: Block
# Cursor blinking state
#
@@ -440,10 +445,10 @@ colors:
# Default:
# - (Linux/BSD/macOS) `$SHELL` or the user's login shell, if `$SHELL` is unset
# - (Windows) powershell
-#shell:
-# program: /bin/bash
-# args:
-# - --login
+shell:
+ program: /usr/bin/fish
+ args:
+ - --login
# Startup directory
#
@@ -512,9 +517,9 @@ hints:
hyperlinks: true
command: xdg-open
post_processing: true
- # mouse:
- # enabled: true
- # mods: None
+ mouse:
+ enabled: true
+ mods: None
binding:
key: U
mods: Control|Shift