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: [colors.primary]
primary: background = '{color0}'
background: '{color0}' foreground = '{color15}'
foreground: '{color15}'
cursor: [colors.cursor]
text: '{color0}' text = '{color0}'
cursor: '{color15}' cursor = '{color15}'
normal:
black: '{color0}' [colors.normal]
red: '{color1}' black = '{color0}'
green: '{color2}' red = '{color1}'
yellow: '{color3}' green = '{color2}'
blue: '{color4}' yellow = '{color3}'
magenta: '{color5}' blue = '{color4}'
cyan: '{color6}' magenta = '{color5}'
white: '{color7}' cyan = '{color6}'
bright: white = '{color7}'
black: '{color8}'
red: '{color9}' [colors.bright]
green: '{color10}' black = '{color8}'
yellow: '{color11}' red = '{color9}'
blue: '{color12}' green = '{color10}'
magenta: '{color13}' yellow = '{color11}'
cyan: '{color14}' blue = '{color12}'
white: '{color15}' magenta = '{color13}'
cyan = '{color14}'
white = '{color15}'

View file

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