changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > home / .config/alacritty.toml

revision 2: 2cd49f7c09bb
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/.config/alacritty.toml	Wed May 01 18:04:18 2024 -0400
     1.3@@ -0,0 +1,46 @@
     1.4+[shell]
     1.5+program = "/usr/bin/bash"
     1.6+[window]
     1.7+padding = { x = 2, y = 2 }
     1.8+dynamic_padding = true
     1.9+decorations_theme_variant = "Dark"
    1.10+[scrolling]
    1.11+multiplier = 1
    1.12+[cursor]
    1.13+style.blinking = "Always"
    1.14+[mouse]
    1.15+hide_when_typing = true
    1.16+[keyboard]
    1.17+bindings = [
    1.18+{ key = "a", mods = "Control", action = "First", mode = "Vi" },
    1.19+{ key = "s", mods = "Control|Shift", action = "SearchForward"},
    1.20+{ key = "r", mods = "Control|Shift", action = "SearchBackward"},
    1.21+{ key = "g", mods = "Control", action = "SearchCancel", mode = "Search"},
    1.22+]
    1.23+
    1.24+# Colors (Tomorrow Night Bright)
    1.25+[colors.primary]
    1.26+background = '#000000'
    1.27+foreground = '#eaeaea'
    1.28+
    1.29+# Normal colors
    1.30+[colors.normal]
    1.31+black   = '#000000'
    1.32+red     = '#d54e53'
    1.33+green   = '#b9ca4a'
    1.34+yellow  = '#e6c547'
    1.35+blue    = '#7aa6da'
    1.36+magenta = '#c397d8'
    1.37+cyan    = '#70c0ba'
    1.38+white   = '#424242'
    1.39+
    1.40+# Bright colors
    1.41+[colors.bright]
    1.42+black   = '#666666'
    1.43+red     = '#ff3334'
    1.44+green   = '#9ec400'
    1.45+yellow  = '#e7c547'
    1.46+blue    = '#7aa6da'
    1.47+magenta = '#b77ee0'
    1.48+cyan    = '#54ced6'
    1.49+white   = '#2a2a2a'
    1.50\ No newline at end of file