Update home/.config/alacritty/alacritty.toml
Add home/.config/alacritty/themes/github_dark_high_contrast.yml
This commit is contained in:
parent
a84ce94fdb
commit
a4ae1d2500
@ -1,4 +1,4 @@
|
|||||||
import = ["/home/jeff/.config/alacritty/onedarkpro.toml"]
|
import = ["/home/jeff/.config/alacritty/themes/github_dark_high_contrast.toml"]
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
|
|
||||||
[cursor.style]
|
[cursor.style]
|
||||||
|
@ -0,0 +1,36 @@
|
|||||||
|
# (Github Dark High Contrast) Colors for Alacritty
|
||||||
|
|
||||||
|
colors:
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '0x0a0c10'
|
||||||
|
foreground: '0xf0f3f6'
|
||||||
|
|
||||||
|
# Cursor colors
|
||||||
|
#
|
||||||
|
# These will only be used when the `custom_cursor_colors` field is set to `true`.
|
||||||
|
cursor:
|
||||||
|
text: '0x0a0c10'
|
||||||
|
cursor: '0xf0f3f6'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '0x7a828e'
|
||||||
|
red: '0xff9492'
|
||||||
|
green: '0x26cd4d'
|
||||||
|
yellow: '0xf0b72f'
|
||||||
|
blue: '0x71b7ff'
|
||||||
|
magenta: '0xcb9eff'
|
||||||
|
cyan: '0x39c5cf'
|
||||||
|
white: '0xd9dee3'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '0x9ea7b3'
|
||||||
|
red: '0xffb1af'
|
||||||
|
green: '0x4ae168'
|
||||||
|
yellow: '0xf7c843'
|
||||||
|
blue: '0x91cbff'
|
||||||
|
magenta: '0xcb9eff'
|
||||||
|
cyan: '0x39c5cf'
|
||||||
|
white: '0xd9dee3'
|
Loading…
Reference in New Issue
Block a user