diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-17 18:16:53 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-17 18:17:30 +0200 |
| commit | df466da3105a45f63706900dead8ffbbff35d202 (patch) | |
| tree | 8038898535b2651c2fb026a3c5ba220c741cbfe1 /.config/alacritty/papercolor_dark.yml | |
| parent | 6c0090b84852406218692c735a2567d9d838b601 (diff) | |
alacritty: move to fully generated config
Diffstat (limited to '.config/alacritty/papercolor_dark.yml')
| -rw-r--r-- | .config/alacritty/papercolor_dark.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.config/alacritty/papercolor_dark.yml b/.config/alacritty/papercolor_dark.yml index 7f19bce..7fe2264 100644 --- a/.config/alacritty/papercolor_dark.yml +++ b/.config/alacritty/papercolor_dark.yml @@ -1,36 +1,16 @@ -# Colors (Papercolor) colors: - # Default colors primary: background: &bg '#1c1c1c' foreground: &fg '#d0d0d0' - # Bright and dim foreground colors - # - # The dimmed foreground color is calculated automatically if it is not present. - # If the bright foreground color is not set, or `draw_bold_text_with_bright_colors` - # is `false`, the normal foreground color will be used. - # dim_foreground: '#BDC0BA' - # bright_foreground: '#ffffff' # just white ;) - - # Cursor colors - # - # Colors which should be used to draw the terminal cursor. If these are unset, - # the cursor color will be the inverse of the cell color. cursor: text: *bg cursor: *fg - # Selection colors - # - # Colors which should be used to draw the selection area. If selection - # background is unset, selection color will be the inverse of the cell colors. - # If only text is unset the cell text color will remain the same. selection: text: '#251c16' background: '#fffffc' - # Normal colors normal: black: '#1c1c1c' red: '#af005f' @@ -41,7 +21,6 @@ colors: cyan: '#d7875f' white: '#d0d0d0' - # Bright colors bright: black: '#585858' red: '#5faf5f' @@ -52,10 +31,6 @@ colors: cyan: '#5f8787' white: '#fffffc' - # Dim colors - # - # If the dim colors are not set, they will be calculated automatically based - # on the `normal` colors. #dim: # black: '0x000000' # red: '0x8c3336' @@ -66,11 +41,4 @@ colors: # cyan: '0x497e7a' # white: '0x9a9a9a' - # Indexed Colors - # - # The indexed colors include all colors from 16 to 256. - # When these are not set, they're filled with sensible defaults. - # - # Example: - # - { index: 16, color: '0x000000' } indexed_colors: [] |