aboutsummaryrefslogtreecommitdiffstats
path: root/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alacritty.toml17
1 files changed, 10 insertions, 7 deletions
diff --git a/alacritty.toml b/alacritty.toml
index f4006d5..2486e0e 100644
--- a/alacritty.toml
+++ b/alacritty.toml
@@ -1,7 +1,8 @@
import = [
# "~/.config/alacritty/themes/themes/base16_default_dark.toml"
- "~/.config/alacritty/themes/themes/ayu_dark.toml",
- "~/.config/alacritty/keybindings.toml"
+ # "~/.config/alacritty/themes/themes/ayu_dark.toml",
+ "~/.config/alacritty/keybindings.toml",
+ "~/.config/alacritty/themes/themes/falcon.toml"
#"~/.config/alacritty/themes/themes/gruvbox_material_hard_dark.toml"
]
@@ -11,15 +12,15 @@ decorations_theme_variant = "Dark"
[keyboard]
bindings = [
-{ key = "y", mods = "Control", action = "PasteSelection" },
+{ key = "v", mods = "Control", action = "PasteSelection" },
]
[font]
-size = 11
+size = 12
[font.normal]
#family = "ComicShanns Mono Nerd Font"
-family = "monospace"
+family = "Jetbrains Mono Nerd Font"
#family = "ComicShanns Mono Nerd Font"
#family = "Iosevka Nerd Font Mono"
#family = "Hack"
@@ -27,12 +28,14 @@ style = "Regular"
[font.bold]
#family = "ComicShanns Mono Nerd Font"
-family = "monospace"
+family = "Jetbrains Mono Nerd Font"
+# family = "monospace"
style = "Bold"
[font.italic]
#family = "ComicShanns Mono Nerd Font"
-family = "monospace"
+family = "Jetbrains Mono Nerd Font"
+# family = "monospace"
style = "Italic"
[cursor]