chore: update alacritty, nvim and tmux colors

This commit is contained in:
2023-11-16 15:18:40 +02:00
parent 6a718a41b1
commit 49778fe936
4 changed files with 13 additions and 50 deletions

View File

@@ -19,8 +19,8 @@ env:
window:
dynamic_title: true
dimensions:
columns: 130
lines: 40
columns: 200
lines: 100
# Adds this many blank pixels of padding around the window
# Units are physical pixels; this is not DPI aware.
@@ -31,7 +31,7 @@ window:
decorations: buttonless
opacity: 0.97
opacity: 0.98
# When true, bold text is drawn using the bright variant of colors.
draw_bold_text_with_bright_colors: true
@@ -104,9 +104,9 @@ colors:
cyan: '0x7dcfff'
white: '0xc0caf5'
indexed_colors:
- { index: 16, color: '0xff9e64' }
- { index: 17, color: '0xdb4b4b' }
# indexed_colors:
# - { index: 16, color: '0xff9e64' }
# - { index: 17, color: '0xdb4b4b' }
key_bindings:
- { key: V, mods: Command, action: Paste }