alacritty themeing
This commit is contained in:
parent
f2903ab7cb
commit
eee06ca4c0
1 changed files with 32 additions and 4 deletions
|
|
@ -150,7 +150,7 @@ font:
|
||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 18.0
|
size: 16.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# 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
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
|
@ -175,13 +175,41 @@ font:
|
||||||
# If `true`, bold text is drawn using the bright color variants.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
draw_bold_text_with_bright_colors: false
|
draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
|
# Colors (Tango)
|
||||||
|
#colors:
|
||||||
|
#primary:
|
||||||
|
#background: '#000000'
|
||||||
|
##foreground: '#00ff00'
|
||||||
|
#foreground: '#fffbf6'
|
||||||
|
|
||||||
|
## Normal colors
|
||||||
|
#normal:
|
||||||
|
#black: '#2e3436'
|
||||||
|
#red: '#cc0000'
|
||||||
|
#green: '#73d216'
|
||||||
|
#yellow: '#edd400'
|
||||||
|
#blue: '#3465a4'
|
||||||
|
#magenta: '#75507b'
|
||||||
|
#cyan: '#06989a'
|
||||||
|
#white: '#d3d7cf'
|
||||||
|
|
||||||
|
## Bright colors
|
||||||
|
#bright:
|
||||||
|
#black: '#2e3436'
|
||||||
|
#red: '#ef2929'
|
||||||
|
#green: '#8ae234'
|
||||||
|
#yellow: '#fce94f'
|
||||||
|
#blue: '#729fcf'
|
||||||
|
#magenta: '#ad7fa8'
|
||||||
|
#cyan: '#34e2e2'
|
||||||
|
#white: '#eeeeec'
|
||||||
|
|
||||||
# Colors (iTerm 2 default theme)
|
# Colors (iTerm 2 default theme)
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
#background: '#101421'
|
#background: '#101421'
|
||||||
background: '#080a10'
|
background: '#000000'
|
||||||
foreground: '#fffbf6'
|
foreground: '#fffbf6'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
|
|
@ -190,8 +218,8 @@ colors:
|
||||||
red: '#eb4129'
|
red: '#eb4129'
|
||||||
green: '#abe047'
|
green: '#abe047'
|
||||||
yellow: '#f6c744'
|
yellow: '#f6c744'
|
||||||
#blue: '#47a0f3'
|
blue: '#47a0f3'
|
||||||
blue: '#57b0ff'
|
#blue: '#57b0ff'
|
||||||
magenta: '#7b5cb0'
|
magenta: '#7b5cb0'
|
||||||
cyan: '#64dbed'
|
cyan: '#64dbed'
|
||||||
white: '#e5e9f0'
|
white: '#e5e9f0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue