Closed vrslev closed 1 year ago
I use GitHub Light and GitHub Dark custom themes in Wezterm. The terminal made it easy to custom themes: just put files in ~/.config/wezterm/colors/. Here's GitHub Light.toml, for example:
~/.config/wezterm/colors/
GitHub Light.toml
[colors] ansi = [ '#586069', '#ea4a5a', '#34d058', '#ffea7f', '#2188ff', '#b392f0', '#39c5cf', '#d1d5da', ] background = '#24292e' brights = [ '#959da5', '#f97583', '#85e89d', '#ffea7f', '#79b8ff', '#b392f0', '#56d4dd', '#fafbfc', ] cursor_bg = '#c8e1ff' cursor_border = '#c8e1ff' cursor_fg = '#24292e' foreground = '#d1d5da' selection_bg = '#284566' selection_fg = '#d1d5da' [colors.indexed] # 16 = '#ffea7f' # Indexed colors are broken in stable release: https://github.com/wez/wezterm/issues/2197 # 17 = '#f97583'
It would be great if Wezterm themes were added in this repo.
I use GitHub Light and GitHub Dark custom themes in Wezterm. The terminal made it easy to custom themes: just put files in
~/.config/wezterm/colors/
. Here'sGitHub Light.toml
, for example:It would be great if Wezterm themes were added in this repo.