mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update alacritty colorscheme
This commit is contained in:
parent
b371b35b77
commit
dfcf61c1d9
|
@ -102,19 +102,20 @@ scrolling:
|
||||||
#multiplier: 3
|
#multiplier: 3
|
||||||
|
|
||||||
# Font configuration
|
# Font configuration
|
||||||
#font:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
#normal:
|
normal:
|
||||||
# Font family
|
# Font family
|
||||||
#
|
#
|
||||||
# Default:
|
# Default:
|
||||||
# - (macOS) Menlo
|
# - (macOS) Menlo
|
||||||
# - (Linux/BSD) monospace
|
# - (Linux/BSD) monospace
|
||||||
# - (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
#family: monospace
|
family: monospace
|
||||||
|
#family: Source Code Pro
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
style: Regular
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
#bold:
|
#bold:
|
||||||
|
@ -123,6 +124,7 @@ scrolling:
|
||||||
# If the bold family is not specified, it will fall back to the
|
# If the bold family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
#family: monospace
|
#family: monospace
|
||||||
|
#family: Source Code Pro
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Bold
|
#style: Bold
|
||||||
|
@ -133,7 +135,8 @@ scrolling:
|
||||||
#
|
#
|
||||||
# If the italic family is not specified, it will fall back to the
|
# If the italic family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
#family: monospace
|
family: monospace
|
||||||
|
#family: Source Code Pro
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Italic
|
#style: Italic
|
||||||
|
@ -179,8 +182,10 @@ draw_bold_text_with_bright_colors: false
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#1d1f21'
|
background: '#191919'
|
||||||
foreground: '#c5c8c6'
|
foreground: '#d8dee9'
|
||||||
|
#background: '#1d1f21'
|
||||||
|
#foreground: '#c5c8c6'
|
||||||
|
|
||||||
# Bright and dim foreground colors
|
# Bright and dim foreground colors
|
||||||
#
|
#
|
||||||
|
@ -250,40 +255,37 @@ colors:
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
#black: '#1d1f21'
|
#black: '#191919'
|
||||||
black: '#666666'
|
black: '#46494d'
|
||||||
red: '#cc6666'
|
red: '#b02626'
|
||||||
green: '#b5bd68'
|
green: '#40a62f'
|
||||||
yellow: '#f0c674'
|
yellow: '#f2e635'
|
||||||
blue: '#81a2be'
|
blue: '#314ad0'
|
||||||
magenta: '#b294bb'
|
magenta: '#b30ad0'
|
||||||
cyan: '#8abeb7'
|
cyan: '#32d0fc'
|
||||||
white: '#c5c8c6'
|
white: '#acadb1'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '#666666'
|
black: '#666666'
|
||||||
red: '#d54e53'
|
red: '#ce2727'
|
||||||
green: '#b9ca4a'
|
green: '#47c930'
|
||||||
yellow: '#e7c547'
|
yellow: '#fff138'
|
||||||
blue: '#7aa6da'
|
blue: '#2e4bea'
|
||||||
magenta: '#c397d8'
|
magenta: '#cc15ed'
|
||||||
cyan: '#70c0b1'
|
cyan: '#54d9ff'
|
||||||
white: '#eaeaea'
|
white: '#dbdbdb'
|
||||||
|
|
||||||
# Dim colors
|
# Dim colors
|
||||||
#
|
dim:
|
||||||
# If the dim colors are not set, they will be calculated automatically based
|
black: '#676f78'
|
||||||
# on the `normal` colors.
|
red: '#b55454'
|
||||||
#dim:
|
green: '#78a670'
|
||||||
# black: '#131415'
|
yellow: '#faf380'
|
||||||
# red: '#864343'
|
blue: '#707fd0'
|
||||||
# green: '#777c44'
|
magenta: '#c583d0'
|
||||||
# yellow: '#9e824c'
|
cyan: '#8adaf1'
|
||||||
# blue: '#556a7d'
|
white: '#e0e3e7'
|
||||||
# magenta: '#75617b'
|
|
||||||
# cyan: '#5b7d78'
|
|
||||||
# white: '#828482'
|
|
||||||
|
|
||||||
# Indexed Colors
|
# Indexed Colors
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue