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 b22051ad9d
1 changed files with 72 additions and 59 deletions

View File

@ -1,59 +1,72 @@
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: offset:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } x: 0
- { key: F, mods: Control, action: SearchForward } y: 0
- { key: V, mods: Control|Shift, action: Paste }
- { key: Space, mods: Control, chars: "\x00" } glyph_offset:
x: 0
selection: y: 0
save_to_clipboard: true
use_thin_strokes: true
colors:
search: key_bindings:
focused_match: - { key: Return, mods: Control|Shift, action: SpawnNewInstance }
foreground: "#181818" - { key: F, mods: Control, action: SearchForward }
background: "#ab4642" - { key: V, mods: Control|Shift, action: Paste }
matches: - { key: Space, mods: Control, chars: "\x00" }
foreground: "#181818"
background: "#f4bf75" selection:
bar: save_to_clipboard: true
foreground: "#d0d0d0"
background: "#262626" colors:
# Default colors search:
primary: focused_match:
background: "0x000000" foreground: "#181818"
foreground: "0xffffff" background: "#ab4642"
# Normal colors matches:
normal: foreground: "#181818"
black: "0x000000" background: "#f4bf75"
red: "0xcd0000" footer_bar:
green: "0x00cd00" background: "#262626"
yellow: "0xcdcd00" foreground: "#d0d0d0"
blue: "0x0000ee" # Default colors
magenta: "0xcd00cd" primary:
cyan: "0x00cdcd" background: "0x000000"
white: "0xe5e5e5" foreground: "0xffffff"
# Bright colors: # Bright colors:
bright: bright:
black: "0x7f7f7f" black: "0x7f7f7f"
red: "0xff0000" blue: "0x5c5cff"
green: "0x00ff00" cyan: "0x00ffff"
yellow: "0xffff00" green: "0x00ff00"
blue: "0x5c5cff" magenta: "0xff00ff"
magenta: "0xff00ff" red: "0xff0000"
cyan: "0x00ffff" white: "0xffffff"
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