Update theme and font size for alacritty
This commit is contained in:
@ -91,7 +91,7 @@ font:
|
||||
#style: Italic
|
||||
|
||||
# Point size
|
||||
size: 10.0
|
||||
size: 9.0
|
||||
|
||||
# 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.
|
||||
@ -116,33 +116,62 @@ font:
|
||||
draw_bold_text_with_bright_colors: false
|
||||
|
||||
# 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:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x2E3440'
|
||||
foreground: '0xD8DEE9'
|
||||
background: '0x10100E'
|
||||
foreground: '0xC6C6C4'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x3B4252'
|
||||
red: '0xBF616A'
|
||||
green: '0xA3BE8C'
|
||||
yellow: '0xEBCB8B'
|
||||
blue: '0x81A1C1'
|
||||
magenta: '0xB48EAD'
|
||||
cyan: '0x88C0D0'
|
||||
white: '0xE5E9F0'
|
||||
black: '0x10100E'
|
||||
red: '0xC40233'
|
||||
green: '0x009F6B'
|
||||
yellow: '0xFFD700'
|
||||
blue: '0x0087BD'
|
||||
magenta: '0x9A4EAE'
|
||||
cyan: '0x20B2AA'
|
||||
white: '0xC6C6C4'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x4C566A'
|
||||
red: '0xBF616A'
|
||||
green: '0xA3BE8C'
|
||||
yellow: '0xEBCB8B'
|
||||
blue: '0x81A1C1'
|
||||
magenta: '0xB48EAD'
|
||||
cyan: '0x8FBCBB'
|
||||
white: '0xECEFF4'
|
||||
black: '0x696969'
|
||||
red: '0xFF2400'
|
||||
green: '0x03C03C'
|
||||
yellow: '0xFDFF00'
|
||||
blue: '0x007FFF'
|
||||
magenta: '0xFF1493'
|
||||
cyan: '0x00CCCC'
|
||||
white: '0xFFFAFA'
|
||||
|
||||
# Visual Bell
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user