aboutsummaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml45
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