mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-15 23:53:46 +00:00
chore: update alacritty, nvim and tmux colors
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user