dotfiles/alacritty/themes/bogster.yml
2022-04-04 12:37:05 -05:00

53 lines
1.1 KiB
YAML

colors:
primary:
background: '#161c23'
foreground: '#c6b8ad'
bright_foreground: '#e5ded6'
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
search:
matches:
foreground: CellForeground
background: '#313f4e'
focused_match:
foreground: '#e5ded6'
background: '#313f4e'
bar:
background: '#e5ded6'
foreground: '#313f4e'
hints:
start:
foreground: '#232d38'
background: '#23a580'
end:
foreground: '#23a580'
background: '#232d38'
line_indicator:
foreground: None
background: None
selection:
text: CellForeground
background: '#313f4e'
normal:
black: '#161c23'
red: '#d32c5d'
green: '#57a331'
yellow: '#dc7759'
blue: '#36b2d4'
magenta: '#b759dc'
cyan: '#23a580'
white: '#c6b8ad'
bright:
black: '#415367'
red: '#dc597f'
green: '#7fdc59'
yellow: '#dcb659'
blue: '#59dcd8'
magenta: '#dc59c0'
cyan: '#59dcb7'
white: '#e5ded6'