aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.yml
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commitef76de9cd2829069b78e438bf788a76b0b85c583 (patch)
tree47845e9c24c3ab7301786137933c1f4fe04e6825 /.config/alacritty/alacritty.yml
hello, world
Diffstat (limited to '.config/alacritty/alacritty.yml')
-rw-r--r--.config/alacritty/alacritty.yml48
1 files changed, 48 insertions, 0 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
new file mode 100644
index 0000000..8c40e3a
--- /dev/null
+++ b/.config/alacritty/alacritty.yml
@@ -0,0 +1,48 @@
+
+window:
+ padding:
+ x: 10
+ y: 10
+ opacity: 1.0
+
+colors:
+ primary:
+ background: "0x000000"
+ normal:
+ black: "0x111111"
+ white: "0xAAAAAA"
+ red: "0xAA0033"
+ green: "0x009955"
+ yellow: "0x997000"
+ blue: "0x335599"
+ magenta: "0x993999"
+ cyan: "0x008899"
+ bright:
+ black: "0x444444"
+ white: "0xFFFFFF"
+ red: "0xFF0033"
+ green: "0x00FF77"
+ yellow: "0xFFFF00"
+ blue: "0x00AAFF"
+ magenta: "0xFF77FF"
+ cyan: "0x00DDFF"
+
+font:
+ normal:
+ family: "Less Perfect DOS VGA"
+ style: Regular
+ bold:
+ family: "Less Perfect DOS VGA"
+ style: Bold
+ italic:
+ family: "JetBrainsMono Nerd Font"
+ style: "Italic"
+ size: 12.0
+
+mouse_bindings:
+ - { mouse: Middle, action: PasteSelection }
+
+cursor:
+ style: Block
+
+draw_bold_text_with_bright_colors: true