diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-11-11 14:53:00 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-11-11 14:53:00 +0100 |
| commit | 4b32a942fd71e392e1c57c8ae9d1ced30a0b37c1 (patch) | |
| tree | 74be22b83469441a8bf8228f59a49e660a7dc4ff /alacritty.yml | |
| parent | 3422e7aace62f888ee801bf9ec80561f6fe7f20c (diff) | |
Replace alacritty with kitty
Diffstat (limited to 'alacritty.yml')
| -rw-r--r-- | alacritty.yml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/alacritty.yml b/alacritty.yml deleted file mode 100644 index 4401e14..0000000 --- a/alacritty.yml +++ /dev/null @@ -1,45 +0,0 @@ -env: - TERM: xterm-256color-italic - -window: - decorations: none - -font: - normal: - family: Dank Mono - italic: - style: Italic - bold_italic: - style: Italic - size: 16 - -draw_bold_text_with_bright_colors: true - -colors: - primary: - foreground: '#eeeeee' - background: '#3e3937' - selection: - text: '#000000' - background: '#c1ddff' - normal: - black: '#888888' - red: '#ff004d' - green: '#55ff55' - yellow: '#ffec27' - blue: '#5555ff' - magenta: '#ff55ff' - cyan: '#55ffff' - white: '#c7c7c7' - bright: - black: '#aaaaaa' - red: '#ff5555' - green: '#83ff83' - yellow: '#ffff55' - blue: '#6f6fff' - magenta: '#ff82ff' - cyan: '#77ffff' - white: '#feffff' - -cursor: - style: Block |