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 64401e7a19
1 changed files with 76 additions and 59 deletions

View File

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