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