Update theme and font size for alacritty
This commit is contained in:
@ -91,7 +91,7 @@ font:
|
|||||||
#style: Italic
|
#style: Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 10.0
|
size: 9.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# 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 spacing.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
@ -116,33 +116,62 @@ font:
|
|||||||
draw_bold_text_with_bright_colors: false
|
draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
# Colors (Nord)
|
# Colors (Nord)
|
||||||
|
#colors:
|
||||||
|
# # Default colors
|
||||||
|
# primary:
|
||||||
|
# background: '0x2E3440'
|
||||||
|
# foreground: '0xD8DEE9'
|
||||||
|
#
|
||||||
|
# # Normal colors
|
||||||
|
# normal:
|
||||||
|
# black: '0x3B4252'
|
||||||
|
# red: '0xBF616A'
|
||||||
|
# green: '0xA3BE8C'
|
||||||
|
# yellow: '0xEBCB8B'
|
||||||
|
# blue: '0x81A1C1'
|
||||||
|
# magenta: '0xB48EAD'
|
||||||
|
# cyan: '0x88C0D0'
|
||||||
|
# white: '0xE5E9F0'
|
||||||
|
#
|
||||||
|
# # Bright colors
|
||||||
|
# bright:
|
||||||
|
# black: '0x4C566A'
|
||||||
|
# red: '0xBF616A'
|
||||||
|
# green: '0xA3BE8C'
|
||||||
|
# yellow: '0xEBCB8B'
|
||||||
|
# blue: '0x81A1C1'
|
||||||
|
# magenta: '0xB48EAD'
|
||||||
|
# cyan: '0x8FBCBB'
|
||||||
|
# white: '0xECEFF4'
|
||||||
|
|
||||||
|
# Colors (Blood Moon)
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '0x2E3440'
|
background: '0x10100E'
|
||||||
foreground: '0xD8DEE9'
|
foreground: '0xC6C6C4'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '0x3B4252'
|
black: '0x10100E'
|
||||||
red: '0xBF616A'
|
red: '0xC40233'
|
||||||
green: '0xA3BE8C'
|
green: '0x009F6B'
|
||||||
yellow: '0xEBCB8B'
|
yellow: '0xFFD700'
|
||||||
blue: '0x81A1C1'
|
blue: '0x0087BD'
|
||||||
magenta: '0xB48EAD'
|
magenta: '0x9A4EAE'
|
||||||
cyan: '0x88C0D0'
|
cyan: '0x20B2AA'
|
||||||
white: '0xE5E9F0'
|
white: '0xC6C6C4'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '0x4C566A'
|
black: '0x696969'
|
||||||
red: '0xBF616A'
|
red: '0xFF2400'
|
||||||
green: '0xA3BE8C'
|
green: '0x03C03C'
|
||||||
yellow: '0xEBCB8B'
|
yellow: '0xFDFF00'
|
||||||
blue: '0x81A1C1'
|
blue: '0x007FFF'
|
||||||
magenta: '0xB48EAD'
|
magenta: '0xFF1493'
|
||||||
cyan: '0x8FBCBB'
|
cyan: '0x00CCCC'
|
||||||
white: '0xECEFF4'
|
white: '0xFFFAFA'
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user