use amora theme in alacritty
This commit is contained in:
parent
5900bea56b
commit
d51b813d8f
|
@ -8,32 +8,45 @@ font:
|
|||
family: Source Code Pro
|
||||
size: 12.0
|
||||
|
||||
# xterm does this
|
||||
draw_bold_text_with_bright_colors: true
|
||||
# xterm theme, except blue
|
||||
# draw_bold_text_with_bright_colors: true
|
||||
# colors:
|
||||
# primary:
|
||||
# background: '#111111'
|
||||
# foreground: '#CDCDCD'
|
||||
# normal:
|
||||
# black: '#111111'
|
||||
# red: '#CD0000'
|
||||
# green: '#00CD00'
|
||||
# yellow: '#CDCD00'
|
||||
# blue: '#005CFF'
|
||||
# magenta: '#CD00CD'
|
||||
# cyan: '#00CDCD'
|
||||
# white: '#CDCDCD'
|
||||
# bright:
|
||||
# black: '#7F7F7F'
|
||||
# red: '#FF0000'
|
||||
# green: '#00FF00'
|
||||
# yellow: '#FFFF00'
|
||||
# blue: '#5C5CFF'
|
||||
# magenta: '#FF00FF'
|
||||
# cyan: '#00FFFF'
|
||||
# white: '#FFFFFF'
|
||||
|
||||
# xterm colours, except blue
|
||||
# amora theme
|
||||
colors:
|
||||
primary:
|
||||
background: '#111111'
|
||||
foreground: '#CDCDCD'
|
||||
background: '#261c2c'
|
||||
foreground: '#f7e3f7'
|
||||
normal:
|
||||
black: '#111111'
|
||||
red: '#CD0000'
|
||||
green: '#00CD00'
|
||||
yellow: '#CDCD00'
|
||||
blue: '#005CFF'
|
||||
magenta: '#CD00CD'
|
||||
cyan: '#00CDCD'
|
||||
white: '#CDCDCD'
|
||||
bright:
|
||||
black: '#7F7F7F'
|
||||
red: '#FF0000'
|
||||
green: '#00FF00'
|
||||
yellow: '#FFFF00'
|
||||
blue: '#5C5CFF'
|
||||
magenta: '#FF00FF'
|
||||
cyan: '#00FFFF'
|
||||
white: '#FFFFFF'
|
||||
black: '#261c2c'
|
||||
red: '#e83f80'
|
||||
green: '#d9e07b'
|
||||
yellow: '#ffb65e'
|
||||
blue: '#b982ff'
|
||||
magenta: '#f57fff'
|
||||
cyan: '#b3dfef'
|
||||
white: '#f7e3f7'
|
||||
|
||||
cursor:
|
||||
style:
|
||||
|
|
Loading…
Reference in New Issue
Block a user