diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..fe2d577 --- /dev/null +++ b/.config/alacritty/alacritty.toml @@ -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" diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index 93e69c8..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -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 - diff --git a/.config/alacritty/colors.yml b/.config/alacritty/colors.yml deleted file mode 100644 index 0917533..0000000 --- a/.config/alacritty/colors.yml +++ /dev/null @@ -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' diff --git a/.config/wallust/alacritty b/.config/wallust/alacritty index 8a3faf3..0da8a41 100644 --- a/.config/wallust/alacritty +++ b/.config/wallust/alacritty @@ -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}' diff --git a/.config/wallust/wallust.toml b/.config/wallust/wallust.toml index 17b2305..1e9e477 100644 --- a/.config/wallust/wallust.toml +++ b/.config/wallust/wallust.toml @@ -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"