dotfiles/alacritty/style_spaceship.yml

38 lines
632 B
YAML
Raw Normal View History

2023-04-20 04:24:53 +00:00
window:
padding:
x: 8
y: 8
opacity: 0.58
2023-04-20 04:24:53 +00:00
# Font configuration
font:
normal:
family: Fira Code
size: 11
builtin_box_drawing: true
2023-04-20 04:08:44 +00:00
colors:
primary:
background: '0xffffff'
foreground: '0x0f2356'
2023-04-20 04:08:44 +00:00
normal:
black: '0xe1e1e1'
red: '0x5b0e00'
green: '0x728100'
yellow: '0xaf4200'
blue: '0x004183'
magenta: '0x400090'
2023-04-20 04:08:44 +00:00
cyan: '0x2d6848'
white: '0x8e98b0'
2023-04-20 04:08:44 +00:00
bright:
black: '0xababab'
red: '0xe75d21'
green: '0xc3d607'
yellow: '0xfaa500'
blue: '0x007fff'
magenta: '0xbb00ff'
cyan: '0x2eda7e'
white: '0x141519'