1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

sync color schemes

closes: https://github.com/wez/wezterm/pull/2137
This commit is contained in:
Wez Furlong 2022-06-19 07:35:48 -07:00
parent 50ead11ccb
commit dbcc0cb22a
39 changed files with 231 additions and 1 deletions

View File

@ -0,0 +1,12 @@
# arcoiris
[colors]
foreground = "#eee4d9"
background = "#201f1e"
cursor_bg = "#7a1c1c"
cursor_border = "#7a1c1c"
cursor_fg = "#fffbf2"
selection_bg = "#25524a"
selection_fg = "#f3fffd"
ansi = ["#333333","#da2700","#12c258","#ffc656","#518bfc","#e37bd9","#63fad5","#bab2b2"]
brights = ["#777777","#ffb9b9","#e3f6aa","#ffddaa","#b3e8f3","#cbbaf9","#bcffc7","#efefef"]

View File

@ -0,0 +1,12 @@
# duckbones
[colors]
foreground = "#ebefc0"
background = "#0e101a"
cursor_bg = "#edf2c2"
cursor_border = "#edf2c2"
cursor_fg = "#0e101a"
selection_bg = "#37382d"
selection_fg = "#ebefc0"
ansi = ["#0e101a","#e03600","#5dcd97","#e39500","#00a3cb","#795ccc","#00a3cb","#ebefc0"]
brights = ["#2b2f46","#ff4821","#58db9e","#f6a100","#00b4e0","#b3a1e6","#00b4e0","#b3b692"]

View File

@ -0,0 +1,12 @@
# kanagawabones
[colors]
foreground = "#ddd8bb"
background = "#1f1f28"
cursor_bg = "#e6e0c2"
cursor_border = "#e6e0c2"
cursor_fg = "#1f1f28"
selection_bg = "#49473e"
selection_fg = "#ddd8bb"
ansi = ["#1f1f28","#e46a78","#98bc6d","#e5c283","#7eb3c9","#957fb8","#7eb3c9","#ddd8bb"]
brights = ["#3c3c51","#ec818c","#9ec967","#f1c982","#7bc2df","#a98fd2","#7bc2df","#a8a48d"]

View File

@ -0,0 +1,12 @@
# neobones_dark
[colors]
foreground = "#c6d5cf"
background = "#0f191f"
cursor_bg = "#ceddd7"
cursor_border = "#ceddd7"
cursor_fg = "#0f191f"
selection_bg = "#3a3e3d"
selection_fg = "#c6d5cf"
ansi = ["#0f191f","#de6e7c","#90ff6b","#b77e64","#8190d4","#b279a7","#66a5ad","#c6d5cf"]
brights = ["#263945","#e8838f","#a0ff85","#d68c67","#92a0e2","#cf86c1","#65b8c1","#98a39e"]

View File

@ -0,0 +1,12 @@
# neobones_light
[colors]
foreground = "#202e18"
background = "#e5ede6"
cursor_bg = "#202e18"
cursor_border = "#202e18"
cursor_fg = "#e5ede6"
selection_bg = "#ade48c"
selection_fg = "#202e18"
ansi = ["#e5ede6","#a8334c","#567a30","#944927","#286486","#88507d","#3b8992","#202e18"]
brights = ["#b3c6b6","#94253e","#3f5a22","#803d1c","#1d5573","#7b3b70","#2b747c","#415934"]

View File

@ -0,0 +1,12 @@
# seoulbones_dark
[colors]
foreground = "#dddddd"
background = "#4b4b4b"
cursor_bg = "#e2e2e2"
cursor_border = "#e2e2e2"
cursor_fg = "#4b4b4b"
selection_bg = "#777777"
selection_fg = "#dddddd"
ansi = ["#4b4b4b","#e388a3","#98bd99","#ffdf9b","#97bdde","#a5a6c5","#6fbdbe","#dddddd"]
brights = ["#6c6465","#eb99b1","#8fcd92","#ffe5b3","#a2c8e9","#b2b3da","#6bcacb","#a8a8a8"]

View File

@ -0,0 +1,12 @@
# seoulbones_light
[colors]
foreground = "#555555"
background = "#e2e2e2"
cursor_bg = "#555555"
cursor_border = "#555555"
cursor_fg = "#e2e2e2"
selection_bg = "#cccccc"
selection_fg = "#555555"
ansi = ["#e2e2e2","#dc5284","#628562","#c48562","#0084a3","#896788","#008586","#555555"]
brights = ["#bfbabb","#be3c6d","#487249","#a76b48","#006f89","#7f4c7e","#006f70","#777777"]

View File

@ -0,0 +1,12 @@
# tokyonight-day
[colors]
foreground = "#3760bf"
background = "#e1e2e7"
cursor_bg = "#3760bf"
cursor_border = "#3760bf"
cursor_fg = "#e1e2e7"
selection_bg = "#99a7df"
selection_fg = "#3760bf"
ansi = ["#e9e9ed","#f52a65","#587539","#8c6c3e","#2e7de9","#9854f1","#007197","#6172b0"]
brights = ["#a1a6c5","#f52a65","#587539","#8c6c3e","#2e7de9","#9854f1","#007197","#3760bf"]

View File

@ -0,0 +1,12 @@
# tokyonight-storm
[colors]
foreground = "#c0caf5"
background = "#24283b"
cursor_bg = "#c0caf5"
cursor_border = "#c0caf5"
cursor_fg = "#1d202f"
selection_bg = "#364a82"
selection_fg = "#c0caf5"
ansi = ["#1d202f","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#a9b1d6"]
brights = ["#414868","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#c0caf5"]

View File

@ -0,0 +1,12 @@
# tokyonight
[colors]
foreground = "#c0caf5"
background = "#1a1b26"
cursor_bg = "#c0caf5"
cursor_border = "#c0caf5"
cursor_fg = "#15161e"
selection_bg = "#33467c"
selection_fg = "#c0caf5"
ansi = ["#15161e","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#a9b1d6"]
brights = ["#414868","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#c0caf5"]

View File

@ -0,0 +1,12 @@
# vimbones
[colors]
foreground = "#353535"
background = "#f0f0ca"
cursor_bg = "#353535"
cursor_border = "#353535"
cursor_fg = "#f0f0ca"
selection_bg = "#d7d7d7"
selection_fg = "#353535"
ansi = ["#f0f0ca","#a8334c","#4f6c31","#944927","#286486","#88507d","#3b8992","#353535"]
brights = ["#c6c6a3","#94253e","#3f5a22","#803d1c","#1d5573","#7b3b70","#2b747c","#5c5c5c"]

View File

@ -0,0 +1,12 @@
# zenbones
[colors]
foreground = "#2c363c"
background = "#f0edec"
cursor_bg = "#2c363c"
cursor_border = "#2c363c"
cursor_fg = "#f0edec"
selection_bg = "#cbd9e3"
selection_fg = "#2c363c"
ansi = ["#f0edec","#a8334c","#4f6c31","#944927","#286486","#88507d","#3b8992","#2c363c"]
brights = ["#cfc1ba","#94253e","#3f5a22","#803d1c","#1d5573","#7b3b70","#2b747c","#4f5e68"]

View File

@ -0,0 +1,12 @@
# zenbones_dark
[colors]
foreground = "#b4bdc3"
background = "#1c1917"
cursor_bg = "#c4cacf"
cursor_border = "#c4cacf"
cursor_fg = "#1c1917"
selection_bg = "#3d4042"
selection_fg = "#b4bdc3"
ansi = ["#1c1917","#de6e7c","#819b69","#b77e64","#6099c0","#b279a7","#66a5ad","#b4bdc3"]
brights = ["#403833","#e8838f","#8bae68","#d68c67","#61abda","#cf86c1","#65b8c1","#888f94"]

View File

@ -0,0 +1,12 @@
# zenbones_light
[colors]
foreground = "#2c363c"
background = "#f0edec"
cursor_bg = "#2c363c"
cursor_border = "#2c363c"
cursor_fg = "#f0edec"
selection_bg = "#cbd9e3"
selection_fg = "#2c363c"
ansi = ["#f0edec","#a8334c","#4f6c31","#944927","#286486","#88507d","#3b8992","#2c363c"]
brights = ["#cfc1ba","#94253e","#3f5a22","#803d1c","#1d5573","#7b3b70","#2b747c","#4f5e68"]

View File

@ -0,0 +1,12 @@
# zenburned
[colors]
foreground = "#f0e4cf"
background = "#404040"
cursor_bg = "#f3eadb"
cursor_border = "#f3eadb"
cursor_fg = "#404040"
selection_bg = "#746956"
selection_fg = "#f0e4cf"
ansi = ["#404040","#e3716e","#819b69","#b77e64","#6099c0","#b279a7","#66a5ad","#f0e4cf"]
brights = ["#625a5b","#ec8685","#8bae68","#d68c67","#61abda","#cf86c1","#65b8c1","#c0ab86"]

View File

@ -0,0 +1,12 @@
# zenwritten_dark
[colors]
foreground = "#bbbbbb"
background = "#191919"
cursor_bg = "#c9c9c9"
cursor_border = "#c9c9c9"
cursor_fg = "#191919"
selection_bg = "#404040"
selection_fg = "#bbbbbb"
ansi = ["#191919","#de6e7c","#819b69","#b77e64","#6099c0","#b279a7","#66a5ad","#bbbbbb"]
brights = ["#3d3839","#e8838f","#8bae68","#d68c67","#61abda","#cf86c1","#65b8c1","#8e8e8e"]

View File

@ -0,0 +1,12 @@
# zenwritten_light
[colors]
foreground = "#353535"
background = "#eeeeee"
cursor_bg = "#353535"
cursor_border = "#353535"
cursor_fg = "#eeeeee"
selection_bg = "#d7d7d7"
selection_fg = "#353535"
ansi = ["#eeeeee","#a8334c","#4f6c31","#944927","#286486","#88507d","#3b8992","#353535"]
brights = ["#c6c3c3","#94253e","#3f5a22","#803d1c","#1d5573","#7b3b70","#2b747c","#5c5c5c"]

26
ci/add-color-screen-shots.sh Executable file
View File

@ -0,0 +1,26 @@
#!/bin/bash
# Use eg: `xwininfo -int` to get the id of a wezterm
# and pass it to this script
WINID=$1
changed=$(git status --porcelain assets/colors | cut -c4-)
WEZTERM_DIR=$PWD
cd ../github/iTerm2-Color-Schemes/dynamic-colors
shots=$WEZTERM_DIR/docs/colorschemes
printf "\e]0;wezterm\e\\"
for toml in $changed ; do
name=$(basename $toml)
scheme=${name%.toml}.sh
clear
echo $scheme
prefix=$shots/$(echo $scheme | cut -c1 | tr '[:upper:]' '[:lower:]')
mkdir -p $prefix
bash "./$scheme"
bash "../tools/screenshotTable.sh"
sleep 0.2
xwd -id $WINID | convert "xwd:-" "png:$prefix/${scheme%.sh}.png"
done

View File

@ -46,7 +46,7 @@ As features stabilize some brief notes about them will accumulate here.
* [PaneSelect](config/lua/keyassignment/PaneSelect.md) key assignment to activate the pane selection UI to activate or swap the selected pane. [#1842](https://github.com/wez/wezterm/issues/1842) [#1975](https://github.com/wez/wezterm/issues/1975)
* [window_background_gradient](config/lua/config/window_background_gradient.md) now also supports `Linear` gradients with an angle of your choice. Thanks to [@erf](https://github.com/erf)! [#2038](https://github.com/wez/wezterm/pull/2038)
* RPM and DEB packages now install zsh and bash `wezterm` CLI completions
* `Grey-green`, `Neon` and `Oceanic-Next` color schemes
* Color schemes: [arcoiris](colorschemes/a/index.md#arcoiris), [duckbones](colorschemes/d/index.md#duckbones), [Grey-green](colorschemes/g/index.md#Grey-green), [kanagawabones](colorschemes/k/index.md#kanagawabones), [Neon](colorschemes/n/index.md#Neon), [neobones_dark](colorschemes/n/index.md#neobones_dark), [neobones_light](colorschemes/n/index.md#neobones_light), [seoulbones_dark](colorschemes/s/index.md#seoulbones_dark), [seoulbones_light](colorschemes/s/index.md#seoulbones_light), [tokyonight-day](colorschemes/t/index.md#tokyonight-day), [tokyonight-storm](colorschemes/t/index.md#tokyonight-storm), [tokyonight](colorschemes/t/index.md#tokyonight), [vimbones](colorschemes/v/index.md#vimbones), [zenbones](colorschemes/z/index.md#zenbones), [zenbones_dark](colorschemes/z/index.md#zenbones_dark), [zenbones_light](colorschemes/z/index.md#zenbones_light), [zenburned](colorschemes/z/index.md#zenburned), [zenwritten_dark](colorschemes/z/index.md#zenwritten_dark), [zenwritten_light](colorschemes/z/index.md#zenwritten_light)
* [wezterm.GLOBAL](config/lua/wezterm/GLOBAL.md) for persisting lua data across config reloads
#### Updated

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB