mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
sync color schemes with upstream
Sync with 021a00ba1e532e34071a48f999dfa302072e9c43 of https://github.com/mbadolato/iTerm2-Color-Schemes closes: #2013
This commit is contained in:
parent
1360e13f24
commit
40afbf1ec9
@ -1,7 +1,7 @@
|
||||
# Dark+
|
||||
[colors]
|
||||
foreground = "#cccccc"
|
||||
background = "#0e0e0e"
|
||||
background = "#1e1e1e"
|
||||
cursor_bg = "#ffffff"
|
||||
cursor_border = "#ffffff"
|
||||
cursor_fg = "#000000"
|
||||
|
12
assets/colors/Grey-green.toml
Normal file
12
assets/colors/Grey-green.toml
Normal file
@ -0,0 +1,12 @@
|
||||
# Grey-green
|
||||
[colors]
|
||||
foreground = "#ffffff"
|
||||
background = "#002a1a"
|
||||
cursor_bg = "#fff400"
|
||||
cursor_border = "#fff400"
|
||||
cursor_fg = "#e1e4e3"
|
||||
selection_bg = "#517e50"
|
||||
selection_fg = "#e2e2e2"
|
||||
|
||||
ansi = ["#000000","#fe1414","#74ff00","#f1ff01","#00deff","#ff00f0","#00ffbc","#ffffff"]
|
||||
brights = ["#666666","#ff3939","#00ff44","#ffd100","#00afff","#ff008a","#00ffd3","#f5ecec"]
|
12
assets/colors/Neon.toml
Normal file
12
assets/colors/Neon.toml
Normal file
@ -0,0 +1,12 @@
|
||||
# Neon
|
||||
[colors]
|
||||
foreground = "#00fffc"
|
||||
background = "#14161a"
|
||||
cursor_bg = "#c7c7c7"
|
||||
cursor_border = "#c7c7c7"
|
||||
cursor_fg = "#ffffff"
|
||||
selection_bg = "#0013ff"
|
||||
selection_fg = "#08d2cf"
|
||||
|
||||
ansi = ["#000000","#ff3045","#5ffa74","#fffc7e","#0208cb","#f924e7","#00fffc","#c7c7c7"]
|
||||
brights = ["#686868","#ff5a5a","#75ff88","#fffd96","#3c40cb","#f15be5","#88fffe","#ffffff"]
|
12
assets/colors/Oceanic-Next.toml
Normal file
12
assets/colors/Oceanic-Next.toml
Normal file
@ -0,0 +1,12 @@
|
||||
# Oceanic-Next
|
||||
[colors]
|
||||
foreground = "#b3b8c3"
|
||||
background = "#121b21"
|
||||
cursor_bg = "#b3b8c3"
|
||||
cursor_border = "#b3b8c3"
|
||||
cursor_fg = "#121c21"
|
||||
selection_bg = "#3e4953"
|
||||
selection_fg = "#b3b8c3"
|
||||
|
||||
ansi = ["#121c21","#e44754","#89bd82","#f7bd51","#5486c0","#b77eb8","#50a5a4","#ffffff"]
|
||||
brights = ["#52606b","#e44754","#89bd82","#f7bd51","#5486c0","#b77eb8","#50a5a4","#ffffff"]
|
@ -42,6 +42,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
|
||||
|
||||
#### Updated
|
||||
* Bundled harfbuzz to 4.3.0
|
||||
@ -73,6 +74,7 @@ As features stabilize some brief notes about them will accumulate here.
|
||||
* Unicode NFD text could incorrectly render with repeated glyphs [#2032](https://github.com/wez/wezterm/issues/2032)
|
||||
* Windows: spawning new panes/tabs wouldn't automatically use the working directory of the current pane when OSC 7 was not being used [#2036](https://github.com/wez/wezterm/issues/2036)
|
||||
* Wayland: panic when display scaling is enabled. [#1727](https://github.com/wez/wezterm/issues/1727)
|
||||
* `Dark+` color scheme background color [#2013](https://github.com/wez/wezterm/pull/2013)
|
||||
|
||||
### 20220408-101518-b908e2dd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user