alacritty colors
This commit is contained in:
parent
130e01a046
commit
110f677334
|
@ -7,39 +7,8 @@ font:
|
||||||
family: FiraCode Nerd Font
|
family: FiraCode Nerd Font
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
||||||
# Colors (Oxide)
|
import:
|
||||||
colors:
|
- ~/.alacritty-colorscheme/themes/base16_default_dark.yaml
|
||||||
# Default colors
|
|
||||||
primary:
|
|
||||||
background: '#212121'
|
|
||||||
foreground: '#c0c5ce'
|
|
||||||
bright_foreground: '#f3f4f5'
|
|
||||||
|
|
||||||
cursor:
|
|
||||||
text: '#212121'
|
|
||||||
cursor: '#c0c5ce'
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
|
||||||
black: '#212121'
|
|
||||||
red: '#e57373'
|
|
||||||
green: '#a6bc69'
|
|
||||||
yellow: '#fac863'
|
|
||||||
blue: '#6699cc'
|
|
||||||
magenta: '#c594c5'
|
|
||||||
cyan: '#5fb3b3'
|
|
||||||
white: '#c0c5ce'
|
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
|
||||||
black: '#5c5c5c'
|
|
||||||
red: '#e57373'
|
|
||||||
green: '#a6bc69'
|
|
||||||
yellow: '#fac863'
|
|
||||||
blue: '#6699cc'
|
|
||||||
magenta: '#c594c5'
|
|
||||||
cyan: '#5fb3b3'
|
|
||||||
white: '#f3f4f5'
|
|
||||||
|
|
||||||
# this stupid shit is needed because alacritty can't take the option key as Alt
|
# this stupid shit is needed because alacritty can't take the option key as Alt
|
||||||
key_bindings:
|
key_bindings:
|
||||||
|
|
Loading…
Reference in New Issue