diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 3056a8d..013b58f 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -1,63 +1,62 @@ colors: primary: - background: '0x282a36' - foreground: '0xf8f8f2' + background: '#282c34' + foreground: '#d8dee9' + dim_foreground: '#282c34' cursor: - text: CellBackground - cursor: CellForeground + text: '#2e3440' + cursor: '#d8dee9' vi_mode_cursor: - text: CellBackground - cursor: CellForeground - search: - matches: - foreground: '0x44475a' - background: '0x50fa7b' - focused_match: - foreground: '0x44475a' - background: '0xffb86c' - bar: - background: '0x282a36' - foreground: '0xf8f8f2' - line_indicator: - foreground: None - background: None + text: '#2e3440' + cursor: '#d8dee9' selection: text: CellForeground - background: '0x44475a' + background: '#4c566a' + search: + matches: + foreground: CellBackground + background: '#88c0d0' + bar: + background: '#434c5e' + foreground: '#d8dee9' normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbfbfbf' + black: '#434c5e' + red: '#f9929b' + green: '#98c379' + yellow: '#ebcb8b' + blue: '#81a1c1' + magenta: '#b48ead' + cyan: '#88c0d0' + white: '#d8dee9' bright: - black: '0x4d4d4d' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xf4f99d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0x9aedfe' - white: '0xe6e6e6' + black: '#4c566a' + red: '#bf616a' + green: '#8fbcbb' + yellow: '#fbdf90' + blue: '#81a1c1' + magenta: '#d2b8ed' + cyan: '#8fbcbb' + white: '#d8dee9' dim: - black: '0x14151b' - red: '0xff2222' - green: '0x1ef956' - yellow: '0xebf85b' - blue: '0x4d5b86' - magenta: '0xff46b0' - cyan: '0x59dffc' - white: '0xe6e6d1' - - # Font configuration (changes require restart) + black: '#373e4d' + red: '#94545d' + green: '#809575' + yellow: '#b29e75' + blue: '#68809a' + magenta: '#8c738c' + cyan: '#6d96a5' + white: '#aeb3bb' +key_bindings: + - { key: Return, mods: Control|Shift, action: SpawnNewInstance } +background_opacity: 1.00 +window: + padding: + x: 20 + y: 20 font: - # The size to use. - size: 12 - # The normal (roman) font face to use. normal: family: UbuntuMono - # Style can be specified to pick a specific face. style: Regular + size: 12 +live_config_reload: true +dynamic_padding: true