alacritty: cleanup config

This commit is contained in:
Johannes Loher 2021-06-06 15:16:48 +02:00
parent 978721204e
commit 81f6f0b11c

View file

@ -1,112 +1,92 @@
# Font
font: font:
normal: normal:
family: Fira Code family: Fira Code
style: Regular style: Regular
size: 14 size: 14
# Colors color-schemes:
# dark one-dark: &one-dark
colors: primary:
primary: background: "#282c34" # syntax-bg
background: "#282c34" foreground: "#abb2bf" # syntax-fg
foreground: "#abb2bf" cursor:
cursor: text: CellBackground
text: CellBackground cursor: CellForeground
cursor: CellForeground vi_mode_cursor:
vi_mode_cursor: text: CellBackground
text: CellBackground cursor: CellForeground
cursor: CellForeground search:
search: matches:
matches: foreground: CellForeground
foreground: CellBackground background: "#314365" # (manually extracted via color picker)
background: CellForeground focused_match:
focused_match: foreground: CellForeground
foreground: "#282c34" background: "#3E4451" # (manually extracted via color picker)
background: "#abb2bf" bar:
bar: background: "#1B1D23" # (manually extracted via color picker)
background: "#abb2bf" foreground: "#abb2bf" # syntax-fg
foreground: "#282c34" selection:
hints: text: CellForeground
start: background: "#3e4451" # syntax-selection-color
foreground: "#1d1f21" normal:
background: "#e9ff5e" black: "#282c34" # syntax-bg
end: red: "#e06c75" # red 1
foreground: "#e9ff5e" green: "#98c379" # green
background: "#1d1f21" yellow: "#e5c07b" # orange 2
line_indicator: blue: "#61afef" # blue
foreground: None magenta: "#c678dd" # purple
background: None cyan: "#56b6c2" # cyan
selection: white: "#abb2bf" # syntax-fg
text: CellBackground bright:
background: CellForeground black: "#5c6370" # mono-3
normal: red: "#be5046" # red 2
black: "#282c34" green: "#98c379" # green
red: "#be5046" yellow: "#d19a66" # orange 1
green: "#98c379" blue: "#61afef" # blue
yellow: "#d19a66" magenta: "#c678dd" # purple
blue: "#61afef" cyan: "#56b6c2" # cyan
magenta: "#c678dd" white: "#636d83" # syntax-gutter-text-color
cyan: "#56b6c2"
white: "#abb2bf" one-light: &one-light
bright: primary:
black: "#5c6370" background: "#fafafa" # syntax-bg
red: "#e06c75" foreground: "#383a42" # syntax-fg
green: "#98c379" cursor:
yellow: "#e5c07b" text: CellBackground
blue: "#61afef" cursor: CellForeground
magenta: "#c678dd" vi_mode_cursor:
cyan: "#56b6c2" text: CellBackground
white: "#3e4451" cursor: CellForeground
# light search:
# colors: matches:
# primary: foreground: CellForeground
# background: "#fafafa" background: "#d8defb" # (manually extracted via color picker)
# foreground: "#383a42" focused_match:
# cursor: foreground: CellForeground
# text: CellBackground background: "#e5e5e6" # (manually extracted via color picker)
# cursor: CellForeground bar:
# vi_mode_cursor: background: "#ffffff" # (manually extracted via color picker)
# text: CellBackground foreground: "#383a42" # syntax-fg
# cursor: CellForeground selection:
# search: text: CellForeground
# matches: background: "#e5e5e6" # syntax-selection-color
# foreground: CellBackground normal:
# background: CellForeground black: "#383a42" # syntax-fg
# focused_match: red: "#ca1243" # red 2
# foreground: "#fafafa" green: "#50a14f" # green
# background: "#383a42" yellow: "#b76b01" # orange 1
# bar: blue: "#4078f2" # blue
# background: "#383a42" magenta: "#a626a4" # purple
# foreground: "#fafafa" cyan: "#0184bc" # cyan
# hints: white: "#fafafa" # syntax-bg
# start: bright:
# foreground: "#1d1f21" black: "#696c77" # mono-2
# background: "#e9ff5e" red: "#e45649" # red 1
# end: green: "#50a14f" # green
# foreground: "#e9ff5e" yellow: "#cb7701" # orange 2
# background: "#1d1f21" blue: "#4078f2" # blue
# line_indicator: magenta: "#a626a4" # purple
# foreground: None cyan: "#0184bc" # cyan
# background: None white: "#9d9d9f" # syntax-gutter-text-color
# selection:
# text: CellBackground colors: *one-dark
# background: CellForeground
# normal:
# black: "#fafafa"
# red: "#ca1261"
# green: "#50a14f"
# yellow: "#986801"
# blue: "#4078f2"
# magenta: "#a626a4"
# cyan: "#0184bc"
# white: "#383a42"
# bright:
# black: "#a0a1a7"
# red: "#e45649"
# green: "#50a14f"
# yellow: "#c18401"
# blue: "#4078f2"
# magenta: "#a626a4"
# cyan: "#0184bc"
# white: "#e5e5e6"