Final alacritty Update.
This commit is contained in:
parent
9f34762d13
commit
b23b4a3ec8
|
|
@ -26,7 +26,7 @@ scrolling:
|
||||||
# Font configuration
|
# Font configuration
|
||||||
font:
|
font:
|
||||||
# Point size
|
# Point size
|
||||||
size: 14
|
size: 12
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
normal:
|
normal:
|
||||||
family: monospace
|
family: monospace
|
||||||
|
|
@ -74,8 +74,8 @@ draw_bold_text_with_bright_colors: true
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#000000'
|
background: '#16141D'
|
||||||
foreground: '#F2F2F2'
|
foreground: '#D0CFCC'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
|
|
@ -99,9 +99,6 @@ colors:
|
||||||
cyan: '#33c5ba'
|
cyan: '#33c5ba'
|
||||||
white: '#fdf6e3'
|
white: '#fdf6e3'
|
||||||
|
|
||||||
import:
|
|
||||||
- ~/.config/alacritty/themes/themes/challenger_deep.yaml
|
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: F11, action: ToggleFullscreen }
|
- { key: F11, action: ToggleFullscreen }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue