Final alacritty Update.

This commit is contained in:
Shawn Anderson 2023-05-20 17:29:12 -07:00
parent 9f34762d13
commit b23b4a3ec8
1 changed files with 3 additions and 6 deletions

View File

@ -26,7 +26,7 @@ scrolling:
# Font configuration
font:
# Point size
size: 14
size: 12
# Normal (roman) font face
normal:
family: monospace
@ -74,8 +74,8 @@ draw_bold_text_with_bright_colors: true
colors:
# Default colors
primary:
background: '#000000'
foreground: '#F2F2F2'
background: '#16141D'
foreground: '#D0CFCC'
# Normal colors
normal:
@ -99,9 +99,6 @@ colors:
cyan: '#33c5ba'
white: '#fdf6e3'
import:
- ~/.config/alacritty/themes/themes/challenger_deep.yaml
key_bindings:
- { key: F11, action: ToggleFullscreen }