Updated alacritty

Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
Marcin Woźniak 2023-03-21 07:47:04 +01:00
parent 8b55c92799
commit 1ae7535b97
1 changed files with 62 additions and 59 deletions

View File

@ -1,59 +1,62 @@
font: font:
bold: bold:
family: Terminus (TTF) family: Comic Code
style: Bold style: Bold
bold_italic: bold_italic:
family: Terminus (TTF) family: Comic Code
style: Bold Italic style: Bold Italic
italic: italic:
family: Terminus (TTF) family: Comic Code
style: Italic style: Italic
normal: normal:
family: Terminus (TTF) family: Comic Code
style: Medium style: Regular
size: 18 size: 16
key_bindings: key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } - { key: Return, mods: Control|Shift, action: SpawnNewInstance }
- { key: F, mods: Control, action: SearchForward } - { key: F, mods: Control, action: SearchForward }
- { key: V, mods: Control|Shift, action: Paste } - { key: V, mods: Control|Shift, action: Paste }
- { key: Space, mods: Control, chars: "\x00" } - { key: Space, mods: Control, chars: "\x00" }
selection: selection:
save_to_clipboard: true save_to_clipboard: true
colors: colors:
search: search:
focused_match: focused_match:
foreground: "#181818" foreground: "#181818"
background: "#ab4642" background: "#ab4642"
matches: matches:
foreground: "#181818" foreground: "#181818"
background: "#f4bf75" background: "#f4bf75"
bar: footer_bar:
foreground: "#d0d0d0" background: "#262626"
background: "#262626" foreground: "#d0d0d0"
# Default colors # Default colors
primary: primary:
background: "0x000000" background: "0x000000"
foreground: "0xffffff" foreground: "0xffffff"
# Normal colors # Bright colors:
normal: bright:
black: "0x000000" black: "0x7f7f7f"
red: "0xcd0000" blue: "0x5c5cff"
green: "0x00cd00" cyan: "0x00ffff"
yellow: "0xcdcd00" green: "0x00ff00"
blue: "0x0000ee" magenta: "0xff00ff"
magenta: "0xcd00cd" red: "0xff0000"
cyan: "0x00cdcd" white: "0xffffff"
white: "0xe5e5e5" yellow: "0xffff00"
# Bright colors: # Normal colors
bright: normal:
black: "0x7f7f7f" black: "0x000000"
red: "0xff0000" blue: "0x0000ee"
green: "0x00ff00" cyan: "0x00cdcd"
yellow: "0xffff00" green: "0x00cd00"
blue: "0x5c5cff" magenta: "0xcd00cd"
magenta: "0xff00ff" red: "0xcd0000"
cyan: "0x00ffff" white: "0xe5e5e5"
white: "0xffffff" yellow: "0xcdcd00"
import:
- C:\Users\marcin.wozniak\AppData\Roaming\alacritty\dracula.yml