summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2024-04-08 11:16:45 +0200
committerpks <pks@pks.rocks>2024-04-08 11:16:45 +0200
commit96c5b309ed80047341512a78a53389d9919ccfdb (patch)
treef305cfe003e658716a4a1077dd2f84d647036076
parenteb58e5bea6030f86a85296495df04ae481755d7c (diff)
alacritty
-rw-r--r--alacritty/.config/alacritty/alacritty.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
index b20331b..4866439 100644
--- a/alacritty/.config/alacritty/alacritty.yml
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -118,7 +118,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
- family: Menlo
+ family: Misc Tamsyn
# The `style` can be specified to pick a specific face.
style: Regular
@@ -129,7 +129,7 @@ font:
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
- family: Menlo
+ family: Misc Tamsyn
# The `style` can be specified to pick a specific face.
style: Bold
@@ -140,7 +140,7 @@ font:
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
- family: Menlo
+ family: Misc Tamsyn
# The `style` can be specified to pick a specific face.
style: Italic
@@ -151,13 +151,13 @@ font:
#
# If the bold italic family is not specified, it will fall back to the
# value specified for the normal font.
- family: Menlo
+ family: Misc Tamsyn
# The `style` can be specified to pick a specific face.
style: Bold Italic
# Point size
- size: 16.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
@@ -178,17 +178,17 @@ font:
# If `true`, Alacritty will use a custom built-in font for box drawing
# characters (Unicode points 2500 - 259f).
#
- #builtin_box_drawing: true
+ builtin_box_drawing: true
# If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night)
-#colors:
+colors:
# Default colors
- #primary:
- # background: '#1d1f21'
- # foreground: '#c5c8c6'
+ primary:
+ background: '#000000'
+ foreground: '#ffffff'
# Bright and dim foreground colors
#
@@ -205,9 +205,9 @@ font:
#
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
- #cursor:
- # text: CellBackground
- # cursor: CellForeground
+ cursor:
+ text: CellForeground
+ cursor: '#ff00ff'
# Vi mode cursor colors
#
@@ -839,7 +839,7 @@ cursor:
#- { key: Insert, mods: Shift, action: PasteSelection }
#- { key: Key0, mods: Control, action: ResetFontSize }
#- { key: Equals, mods: Control, action: IncreaseFontSize }
- #- { key: Plus, mods: Control, action: IncreaseFontSize }
+ #- { key: Plus, mods: Control, action: IncreaseontSize }
#- { key: NumpadAdd, mods: Control, action: IncreaseFontSize }
#- { key: Minus, mods: Control, action: DecreaseFontSize }
#- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }