1 files changed,
0 insertions(+),
87 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-07-10 12:42:46 +0300
Parent:
7f95315
D
config/alacritty.yml
··· 1 -env: 2 - TERM: xterm-256color 3 - 4 -window: 5 - title: Alacritty 6 - dynamic_padding: false 7 - decorations: "None" 8 - opacity: 1 9 - padding: 10 - x: 0 11 - y: 2 12 - 13 - class: 14 - instance: Alacritty 15 - general: Alacritty 16 - 17 -scrolling: 18 - history: 5000 19 - auto_scroll: true 20 - 21 -tabspaces: 4 22 -live_config_reload: true 23 -alt_send_esc: true 24 -dynamic_title: false 25 -draw_bold_text_with_bright_colors: true 26 - 27 -cursor: 28 - # ▇ Block 29 - # _ Underline 30 - # | Beam 31 - style: Underline 32 - unfocused_hollow: true 33 - 34 -font: 35 - size: 12.0 36 - normal: 37 - family: JetBrains Mono 38 - style: Regular 39 - bold: 40 - family: JetBrains Mono 41 - style: Bold 42 - italic: 43 - family: JetBrains Mono 44 - style: Italic 45 - bold_italic: 46 - family: JetBrains Mono 47 - style: Bold Italic 48 - offset: 49 - x: 0 50 - y: 1 51 - 52 -schemes: 53 - kanagawa: &kanagawa 54 - primary: 55 - background: "#1f1f28" 56 - foreground: '#dcd7ba' 57 - selection: 58 - background: '0x2d4f67' 59 - foreground: '0xc8c093' 60 - normal: 61 - black: '0x090618' 62 - red: '0xc34043' 63 - green: '0x76946a' 64 - yellow: '0xc0a36e' 65 - blue: '0x7e9cd8' 66 - magenta: '0x957fb8' 67 - cyan: '0x6a9589' 68 - white: '0xc8c093' 69 - bright: 70 - black: '0x727169' 71 - red: '0xe82424' 72 - green: '0x98bb6c' 73 - yellow: '0xe6c384' 74 - blue: '0x7fb4ca' 75 - magenta: '0x938aa9' 76 - cyan: '0x7aa89f' 77 - white: '0xdcd7ba' 78 - 79 -colors: *kanagawa 80 - 81 -key_bindings: 82 - - { key: V, mods: Control|Shift, action: Paste } 83 - - { key: C, mods: Control|Shift, action: Copy } 84 - - { key: Key0, mods: Control, action: ResetFontSize } 85 - - { key: Plus, mods: Control, action: IncreaseFontSize } 86 - - { key: Minus, mods: Control, action: DecreaseFontSize } 87 - - { key: F11, mods: None, action: ToggleFullscreen }