2021-09-21 20:55:53 +08:00
|
|
|
# This file is auto-generated from lua/zenbones/template/alacritty.lua
|
2021-09-14 05:54:36 +08:00
|
|
|
# zenflesh alacritty colors
|
|
|
|
|
colors:
|
|
|
|
|
# Default colors
|
|
|
|
|
primary:
|
2021-09-16 19:25:12 +08:00
|
|
|
background: '#1C1918'
|
|
|
|
|
foreground: '#B4BDC3'
|
2021-09-14 05:54:36 +08:00
|
|
|
# Normal colors
|
|
|
|
|
normal:
|
2021-09-16 19:25:12 +08:00
|
|
|
black: '#1C1918'
|
|
|
|
|
red: '#DE6E7C'
|
|
|
|
|
green: '#819B69'
|
|
|
|
|
yellow: '#B77E64'
|
|
|
|
|
blue: '#6099C0'
|
|
|
|
|
magenta: '#B279A7'
|
|
|
|
|
cyan: '#66A5AD'
|
|
|
|
|
white: '#B4BDC3'
|
2021-09-14 05:54:36 +08:00
|
|
|
# Bright colors
|
|
|
|
|
bright:
|
2021-09-16 19:25:12 +08:00
|
|
|
black: '#3E3834'
|
|
|
|
|
red: '#E8838F'
|
|
|
|
|
green: '#8BAE68'
|
|
|
|
|
yellow: '#D68C67'
|
|
|
|
|
blue: '#61ABDA'
|
|
|
|
|
magenta: '#CF86C1'
|
|
|
|
|
cyan: '#65B8C1'
|
|
|
|
|
white: '#888F94'
|