diff options
| -rw-r--r-- | .config/alacritty/alacritty.yml | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 4fdbb1f..cb928db 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -23,7 +23,7 @@ # available, otherwise `xterm-256color` is used. #TERM: alacritty -#window: +window: # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. The number of columns @@ -45,9 +45,9 @@ # # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. - #padding: - # x: 0 - # y: 0 + padding: + x: 4 + y: 3 # Spread additional padding evenly around the terminal content. #dynamic_padding: false @@ -102,7 +102,7 @@ #multiplier: 3 # Font configuration -#font: +font: # Normal (roman) font face #normal: # Font family @@ -150,7 +150,7 @@ #style: Bold Italic # Point size - #size: 11.0 + size: 16.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter @@ -176,11 +176,11 @@ #draw_bold_text_with_bright_colors: false # Colors (Tomorrow Night) -#colors: +colors: # Default colors - #primary: - # background: '#1d1f21' - # foreground: '#c5c8c6' + primary: + background: '#100f1f' + foreground: '#b1b1c8' # Bright and dim foreground colors # @@ -197,9 +197,9 @@ # # Allowed values are CellForeground/CellBackground, which reference the # affected cell, or hexadecimal colors like #ff00ff. - #cursor: - # text: CellBackground - # cursor: CellForeground + cursor: + text: '#d1d1e8' + cursor: '#5b5aac' # Vi mode cursor colors # @@ -262,31 +262,31 @@ # # Allowed values are CellForeground/CellBackground, which reference the # affected cell, or hexadecimal colors like #ff00ff. - #selection: - # text: CellBackground - # background: CellForeground + selection: + text: CellForeground + background: '#1f1f2f' # Normal colors - #normal: - # black: '#1d1f21' - # red: '#cc6666' - # green: '#b5bd68' - # yellow: '#f0c674' - # blue: '#81a2be' - # magenta: '#b294bb' - # cyan: '#8abeb7' - # white: '#c5c8c6' + normal: + black: '#003440' + red: '#dc321e' + green: '#859901' + yellow: '#b58900' + blue: '#268ad2' + magenta: '#d33582' + cyan: '#2aa197' + white: '#eee8d5' # Bright colors - #bright: - # black: '#666666' - # red: '#d54e53' - # green: '#b9ca4a' - # yellow: '#e7c547' - # blue: '#7aa6da' - # magenta: '#c397d8' - # cyan: '#70c0b1' - # white: '#eaeaea' + bright: + black: '#002833' + red: '#cb3a16' + green: '#586d74' + yellow: '#657b82' + blue: '#839495' + magenta: '#6c6ec6' + cyan: '#93a0a1' + white: '#fdf6e3' # Dim colors # |
