projekt0n / github-theme-contrib

GitHub's themes ports and extras
MIT License
135 stars 9 forks source link

Colors for wezterm #3

Closed vrslev closed 1 year ago

vrslev commented 2 years 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:

[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.