alacritty: use everforest themes and font: FiraCode Nerd Font Ret
This commit is contained in:
parent
3cd77b2bde
commit
7e98522f97
@ -3,122 +3,152 @@
|
|||||||
env:
|
env:
|
||||||
TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
|
|
||||||
# (format t "~A" (cl-base16:apply-scheme (merge-pathnames "schemes/mexico-light/mexico-light.yaml" cl-base16:*source-dir*) "alacritty" "default"))
|
# From https://gist.github.com/sainnhe/6432f83181c4520ea87b5211fed27950
|
||||||
# (format t "~A" (cl-base16:apply-scheme (merge-pathnames "schemes/mexico-light/mexico-light.yaml" cl-base16:*source-dir*) "alacritty" "default"))
|
# Changed only to &dark and YAML &light labels
|
||||||
|
schemes:
|
||||||
# Base16 Espresso - alacritty color config
|
everforest_dark_hard: &dark
|
||||||
# Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
|
|
||||||
colors-dark: &dark
|
|
||||||
# Default colors
|
|
||||||
primary:
|
primary:
|
||||||
background: '0x2d2d2d'
|
background: '#272e33'
|
||||||
foreground: '0xcccccc'
|
foreground: '#d3c6aa'
|
||||||
|
|
||||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
||||||
cursor:
|
|
||||||
text: '0x2d2d2d'
|
|
||||||
cursor: '0xcccccc'
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
normal:
|
||||||
black: '0x2d2d2d'
|
black: '#414b50'
|
||||||
red: '0xd25252'
|
red: '#e67e80'
|
||||||
green: '0xa5c261'
|
green: '#a7c080'
|
||||||
yellow: '0xffc66d'
|
yellow: '#dbbc7f'
|
||||||
blue: '0x6c99bb'
|
blue: '#7fbbb3'
|
||||||
magenta: '0xd197d9'
|
magenta: '#d699b6'
|
||||||
cyan: '0xbed6ff'
|
cyan: '#83c092'
|
||||||
white: '0xcccccc'
|
white: '#d3c6aa'
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
bright:
|
||||||
black: '0x777777'
|
black: '#475258'
|
||||||
red: '0xf9a959'
|
red: '#e67e80'
|
||||||
green: '0x393939'
|
green: '#a7c080'
|
||||||
yellow: '0x515151'
|
yellow: '#dbbc7f'
|
||||||
blue: '0xb4b7b4'
|
blue: '#7fbbb3'
|
||||||
magenta: '0xe0e0e0'
|
magenta: '#d699b6'
|
||||||
cyan: '0xf97394'
|
cyan: '#83c092'
|
||||||
white: '0xffffff'
|
white: '#d3c6aa'
|
||||||
|
everforest_dark_medium: &everforest_dark_medium
|
||||||
colors1:
|
|
||||||
# Default colors
|
|
||||||
primary:
|
primary:
|
||||||
background: '0x3C4C55'
|
background: '#2d353b'
|
||||||
foreground: '0xC5D4DD'
|
foreground: '#d3c6aa'
|
||||||
|
|
||||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
||||||
cursor:
|
|
||||||
text: '0x3C4C55'
|
|
||||||
cursor: '0xC5D4DD'
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
normal:
|
||||||
black: '0x3C4C55'
|
black: '#475258'
|
||||||
red: '0x83AFE5'
|
red: '#e67e80'
|
||||||
green: '0x7FC1CA'
|
green: '#a7c080'
|
||||||
yellow: '0xA8CE93'
|
yellow: '#dbbc7f'
|
||||||
blue: '0x83AFE5'
|
blue: '#7fbbb3'
|
||||||
magenta: '0x9A93E1'
|
magenta: '#d699b6'
|
||||||
cyan: '0xF2C38F'
|
cyan: '#83c092'
|
||||||
white: '0xC5D4DD'
|
white: '#d3c6aa'
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
bright:
|
||||||
black: '0x899BA6'
|
black: '#475258'
|
||||||
red: '0x7FC1CA'
|
red: '#e67e80'
|
||||||
green: '0x556873'
|
green: '#a7c080'
|
||||||
yellow: '0x6A7D89'
|
yellow: '#dbbc7f'
|
||||||
blue: '0x899BA6'
|
blue: '#7fbbb3'
|
||||||
magenta: '0x899BA6'
|
magenta: '#d699b6'
|
||||||
cyan: '0xF2C38F'
|
cyan: '#83c092'
|
||||||
white: '0x556873'
|
white: '#d3c6aa'
|
||||||
|
everforest_dark_soft: &everforest_dark_soft
|
||||||
# Base16 Mexico Light - alacritty color config
|
|
||||||
# Sheldon Johnson
|
|
||||||
colors-light: &light
|
|
||||||
# Default colors
|
|
||||||
primary:
|
primary:
|
||||||
background: '0xf8f8f8'
|
background: '#333c43'
|
||||||
foreground: '0x383838'
|
foreground: '#d3c6aa'
|
||||||
|
|
||||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
||||||
cursor:
|
|
||||||
text: '0xf8f8f8'
|
|
||||||
cursor: '0x383838'
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
normal:
|
||||||
black: '0xf8f8f8'
|
black: '#4d5960'
|
||||||
red: '0xab4642'
|
red: '#e67e80'
|
||||||
green: '0x538947'
|
green: '#a7c080'
|
||||||
yellow: '0xf79a0e'
|
yellow: '#dbbc7f'
|
||||||
blue: '0x7cafc2'
|
blue: '#7fbbb3'
|
||||||
magenta: '0x96609e'
|
magenta: '#d699b6'
|
||||||
cyan: '0x4b8093'
|
cyan: '#83c092'
|
||||||
white: '0x383838'
|
white: '#d3c6aa'
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
bright:
|
||||||
black: '0xb8b8b8'
|
black: '#4d5960'
|
||||||
red: '0xdc9656'
|
red: '#e67e80'
|
||||||
green: '0xe8e8e8'
|
green: '#a7c080'
|
||||||
yellow: '0xd8d8d8'
|
yellow: '#dbbc7f'
|
||||||
blue: '0x585858'
|
blue: '#7fbbb3'
|
||||||
magenta: '0x282828'
|
magenta: '#d699b6'
|
||||||
cyan: '0xa16946'
|
cyan: '#83c092'
|
||||||
white: '0x181818'
|
white: '#d3c6aa'
|
||||||
|
everforest_light_hard: &light
|
||||||
|
primary:
|
||||||
|
background: '#fffbef'
|
||||||
|
foreground: '#5c6a72'
|
||||||
|
normal:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#e8e5d5'
|
||||||
|
bright:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#e8e5d5'
|
||||||
|
everforest_light_medium: &everforest_light_medium
|
||||||
|
primary:
|
||||||
|
background: '#fdf6e3'
|
||||||
|
foreground: '#5c6a72'
|
||||||
|
normal:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#e0dcc7'
|
||||||
|
bright:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#e0dcc7'
|
||||||
|
everforest_light_soft: &everforest_light_soft
|
||||||
|
primary:
|
||||||
|
background: '#f3ead3'
|
||||||
|
foreground: '#5c6a72'
|
||||||
|
normal:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#d8d3ba'
|
||||||
|
bright:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#d8d3ba'
|
||||||
|
|
||||||
draw_bold_text_with_bright_colors: false
|
draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
colors: *dark
|
colors: *dark
|
||||||
|
|
||||||
font:
|
font:
|
||||||
size: 12
|
size: 10
|
||||||
normal:
|
normal:
|
||||||
family: Iosevka Fixed Slab
|
family: FiraCode Nerd Font Ret
|
||||||
bold:
|
bold:
|
||||||
family: Iosevka Fixed Slab heavy
|
family: FiraCode Nerd Font Ret
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- key: F6
|
- key: F6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user