Alacritty 0.13.0 release update

This commit is contained in:
Artyom 2023-12-28 21:52:25 +03:00
parent 5dfe9b4241
commit a762081fc5
No known key found for this signature in database
GPG key ID: EEFBB39006B28920
5 changed files with 71 additions and 86 deletions

View file

@ -0,0 +1,42 @@
import = ["/home/link/.config/alacritty/colors.toml"]
live_config_reload = true
[cursor]
style = "Beam"
[font]
size = 10
[font.normal]
family = "Hack"
style = "Regular"
[font.offset]
x = -1
y = 1
[[keyboard.bindings]]
action = "ResetFontSize"
key = "Key0"
mods = "Control"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Equals"
mods = "Control"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Plus"
mods = "Control"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Minus"
mods = "Control"
[window]
blur = true
dynamic_padding = true
opacity = 0.87
startup_mode = "Maximized"

View file

@ -1,34 +0,0 @@
# env:
# TERM: xterm-256color
window:
dynamic_padding: true
opacity: 0.85
startup_mode: Maximized
# decorations: full
cursor:
style: Beam
font:
normal:
family: Monospace
style: Regular
# offset:
# x: 0
# y: 0
size: 10
key_bindings:
- action: ResetFontSize
key: Key0
mods: Control
- action: IncreaseFontSize
key: Equals
mods: Control
- action: IncreaseFontSize
key: Plus
mods: Control
- action: DecreaseFontSize
key: Minus
mods: Control
live_config_reload: true
import:
- ~/.config/alacritty/colors.yml

View file

@ -1,25 +0,0 @@
colors:
primary:
background: '#090907'
foreground: '#C2C2C1'
cursor:
text: '#090907'
cursor: '#C2C2C1'
normal:
black: '#090907'
red: '#75736C'
green: '#8B7666'
yellow: '#8D8363'
blue: '#9B9990'
magenta: '#AB9781'
cyan: '#BABAB8'
white: '#F3F3F2'
bright:
black: '#AAAAA9'
red: '#9D9A90'
green: '#BA9E89'
yellow: '#BDAF84'
blue: '#CFCDC1'
magenta: '#E5CAAD'
cyan: '#F9F9F6'
white: '#C2C2C1'

View file

@ -1,25 +1,27 @@
colors:
primary:
background: '{color0}'
foreground: '{color15}'
cursor:
text: '{color0}'
cursor: '{color15}'
normal:
black: '{color0}'
red: '{color1}'
green: '{color2}'
yellow: '{color3}'
blue: '{color4}'
magenta: '{color5}'
cyan: '{color6}'
white: '{color7}'
bright:
black: '{color8}'
red: '{color9}'
green: '{color10}'
yellow: '{color11}'
blue: '{color12}'
magenta: '{color13}'
cyan: '{color14}'
white: '{color15}'
[colors.primary]
background = '{color0}'
foreground = '{color15}'
[colors.cursor]
text = '{color0}'
cursor = '{color15}'
[colors.normal]
black = '{color0}'
red = '{color1}'
green = '{color2}'
yellow = '{color3}'
blue = '{color4}'
magenta = '{color5}'
cyan = '{color6}'
white = '{color7}'
[colors.bright]
black = '{color8}'
red = '{color9}'
green = '{color10}'
yellow = '{color11}'
blue = '{color12}'
magenta = '{color13}'
cyan = '{color14}'
white = '{color15}'

View file

@ -19,7 +19,7 @@ color_space = "lab"
# 2 - 10 Perceptible at a glance.
# 11 - 49 Colors are more similar than opposite
# 100 Colors are exact opposite
threshold = 11
threshold = 20
# Use the most prominent colors in a way that makes sense, a scheme:
# * dark - 8 dark colors, color0 darkest - color7 lightest, dark background light contrast
@ -38,7 +38,7 @@ filter = "dark16"
[[entry]]
template = "alacritty"
target = "~/.config/alacritty/colors.yml"
target = "~/.config/alacritty/colors.toml"
[[entry]]
template = "kitty"