diff options
author | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2024-03-09 11:22:30 +0000 |
---|---|---|
committer | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2024-03-09 11:22:30 +0000 |
commit | 5c98cd7401e17cbb3545ffa6db344026f42d3069 (patch) | |
tree | f04fbb4f1bbe3e95a073a7369ed256489fd7771b /home/.config/alacritty/alacritty.yml | |
parent | 8dc42b49a106f6f33fbef0c8a754a4de1a3b4753 (diff) | |
download | dotfiles-5c98cd7401e17cbb3545ffa6db344026f42d3069.tar.gz dotfiles-5c98cd7401e17cbb3545ffa6db344026f42d3069.tar.bz2 dotfiles-5c98cd7401e17cbb3545ffa6db344026f42d3069.zip |
Migrate alacritty config
Diffstat (limited to 'home/.config/alacritty/alacritty.yml')
-rw-r--r-- | home/.config/alacritty/alacritty.yml | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/home/.config/alacritty/alacritty.yml b/home/.config/alacritty/alacritty.yml deleted file mode 100644 index 65185e8..0000000 --- a/home/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,62 +0,0 @@ -# Colors (Gruvbox dark) -colors: - # Default colors - primary: - background: '0x1d2021' - # medium contrast: background: '0x282828' - # soft contrast: background: '0x32302f' - foreground: '0xebdbb2' - - # Normal colors - normal: - black: '0x282828' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0xa89984' - - # Bright colors - bright: - black: '0x928374' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xebdbb2' - -key_bindings: - - { key: Return, mods: Control|Shift, action: SpawnNewInstance } - - { key: K, mods: Alt, action: ScrollLineUp } - - { key: J, mods: Alt, action: ScrollLineDown } - - { key: U, mods: Alt, action: ScrollPageUp } - - { key: D, mods: Alt, action: ScrollPageDown } - - { key: G, mods: Alt, action: ScrollToTop } - - { key: G, mods: Alt|Shift, action: ScrollToBottom } - -cursor: - # Cursor style - style: - # Cursor blinking state - # - # Values for `blinking`: - # - Never: Prevent the cursor from ever blinking - # - Off: Disable blinking by default - # - On: Enable blinking by default - # - Always: Force the cursor to always blink - blinking: On - - # Cursor blinking interval in milliseconds. - blink_interval: 500 - - # Time after which cursor stops blinking, in seconds. - # - # Specifying '0' will disable timeout for blinking. - blink_timeout: 0 - -# Live config reload (changes require restart) -live_config_reload: false |