From 1a67fc35f0df4dfd14e189b65efda2a0d040eff1 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 29 Jun 2023 23:08:18 +0400 Subject: Change the default colorscheme The new colorscheme is base16 classic dark with the bright colors generated with oklab toolkits. The base16 classic dark is less washed out and represents the current maintainers preference. The motivation to change it was subjective, though it does look like generic dark theme. On a side note, this colorscheme was used for alacritty.org web page for a long time, however it used different foreground color. --- extra/man/alacritty.5.scd | 62 +++++++++++++++++++-------------------- extra/promo/alacritty-readme.png | Bin 0 -> 131996 bytes 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 extra/promo/alacritty-readme.png (limited to 'extra') diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 10252611..322d54f4 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -235,11 +235,11 @@ Colors are specified using their hexadecimal values with a _#_ prefix: _#RRGGBB_ *foreground* - Default: _"#1d1f21"_ + Default: _"#d8d8d8"_ *background* - Default: _"#c5c8c6"_ + Default: _"#181818"_ *dim_foreground* @@ -284,11 +284,11 @@ Colors are specified using their hexadecimal values with a _#_ prefix: _#RRGGBB_ *matches* { foreground = , background = } - Default: _{ foreground = "#000000", background: "#ffffff" }_ + Default: _{ foreground = "#181818", background: "#ac4242" }_ *focused_match* { foreground = , background = } - Default: _{ foreground = "#ffffff", background: "#000000" }_ + Default: _{ foreground = "#181818", background: "#f4bf75" }_ *hints* @@ -299,7 +299,7 @@ Colors are specified using their hexadecimal values with a _#_ prefix: _#RRGGBB_ Allowed values are hexadecimal colors like _#ff00ff_, or _CellForeground_/_CellBackground_, which references the affected cell. - Default: _{ foreground = "#1d1f21", background = "#e9ff5e" }_ + Default: _{ foreground = "#181818", background = "#f4bf75" }_ *end* { foreground = , background = } @@ -308,7 +308,7 @@ Colors are specified using their hexadecimal values with a _#_ prefix: _#RRGGBB_ Allowed values are hexadecimal colors like _#ff00ff_, or _CellForeground_/_CellBackground_, which references the affected cell. - Default: _{ foreground = "#e9ff5e", background = "#1d1f21" }_ + Default: _{ foreground = "#181818", background = "#ac4242" }_ *line_indicator* { foreground = , background = } @@ -324,7 +324,7 @@ Colors are specified using their hexadecimal values with a _#_ prefix: _#RRGGBB_ Color used for the footer bar on the bottom, used by search regex input, hyperlink URI preview, etc. - Default: _{ foreground = "#c5c8c6", background = "#1d1f21" }_ + Default: _{ foreground = "#181818", background = "#d8d8d8" }_ *selection* { text = , background = } @@ -338,40 +338,40 @@ Colors are specified using their hexadecimal values with a _#_ prefix: _#RRGGBB_ *normal* *black* - Default: _"#1d1f21"_ + Default: _"#181818"_ *red* - Default: _"#cc6666"_ + Default: _"#ac4242"_ *green* - Default: _"#b5bd68"_ + Default: _"#90a959"_ *yellow* - Default: _"#f0c674"_ + Default: _"#f4bf75"_ *blue* - Default: _"#81a2be"_ + Default: _"#6a9fb5"_ *magenta* - Default: _"#b294bb"_ + Default: _"#aa759f"_ *cyan* - Default: _"#8abeb7"_ + Default: _"#75b5aa"_ *white* - Default: _"#c5c8c6"_ + Default: _"#d8d8d8"_ *bright* *black* - Default: _"#666666"_ + Default: _"#6b6b6b"_ *red* - Default: _"#d54e53"_ + Default: _"#c55555"_ *green* - Default: _"#b9ca4a"_ + Default: _"#aac474"_ *yellow* - Default: _"#e7c547"_ + Default: _"#feca88"_ *blue* - Default: _"#7aa6da"_ + Default: _"#82b8c8"_ *magenta* - Default: _"#c397d8"_ + Default: _"#c28cb8"_ *cyan* - Default: _"#70c0b1"_ + Default: _"#93d3c3"_ *white* - Default: _"#eaeaea"_ + Default: _"#f8f8f8"_ *dim* @@ -379,21 +379,21 @@ Colors are specified using their hexadecimal values with a _#_ prefix: _#RRGGBB_ on the _normal_ colors. *black* - Default: _"#131415"_ + Default: _"#0f0f0f"_ *red* - Default: _"#864343"_ + Default: _"#712b2b"_ *green* - Default: _"#777c44"_ + Default: _"#5f6f3a"_ *yellow* - Default: _"#9e824c"_ + Default: _"#a17e4d"_ *blue* - Default: _"#556a7d"_ + Default: _"#456877"_ *magenta* - Default: _"#75617b"_ + Default: _"#704d68"_ *cyan* - Default: _"#5b7d78"_ + Default: _"#4d7770"_ *white* - Default: _"#828482"_ + Default: _"#8e8e8e"_ *indexed_colors* [{ index = , color = },] diff --git a/extra/promo/alacritty-readme.png b/extra/promo/alacritty-readme.png new file mode 100644 index 00000000..346401a6 Binary files /dev/null and b/extra/promo/alacritty-readme.png differ -- cgit