Files
zenbones-theme/extras/alacritty/neobones_dark.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
618 B
YAML
Raw Normal View History

2021-09-21 21:13:10 +08:00
# This file is auto-generated from lua/zenbones/template/alacritty.lua
2021-10-09 17:30:15 +08:00
# neobones_dark alacritty colors
2021-09-21 21:13:10 +08:00
colors:
# Default colors
primary:
2021-10-03 08:29:42 +08:00
background: '#0F191F'
2021-10-09 16:26:23 +08:00
foreground: '#C6D5CF'
2021-09-21 21:13:10 +08:00
# Normal colors
normal:
2021-10-03 08:29:42 +08:00
black: '#0F191F'
red: '#DE6E7C'
2021-10-09 16:26:23 +08:00
green: '#90FF6B'
2021-10-03 08:29:42 +08:00
yellow: '#B77E64'
2021-10-15 14:33:10 +08:00
blue: '#8190D4'
2021-10-03 08:29:42 +08:00
magenta: '#B279A7'
cyan: '#66A5AD'
2021-10-09 16:26:23 +08:00
white: '#C6D5CF'
2021-09-21 21:13:10 +08:00
# Bright colors
bright:
2021-10-09 16:26:23 +08:00
black: '#263945'
2021-10-03 08:29:42 +08:00
red: '#E8838F'
2021-10-09 16:26:23 +08:00
green: '#A0FF85'
2021-10-03 08:29:42 +08:00
yellow: '#D68C67'
2021-10-15 14:33:10 +08:00
blue: '#92A0E2'
2021-10-03 08:29:42 +08:00
magenta: '#CF86C1'
cyan: '#65B8C1'
2021-10-09 16:26:23 +08:00
white: '#98A39E'